search for: parserp

Displaying 1 result from an estimated 1 matches for "parserp".

Did you mean: parser
2007 Mar 13
0
2 commits - libswfdec/swfdec_debugger.c libswfdec/swfdec_script.c libswfdec/swfdec_script.h
...string_free (string, FALSE); +} + +/* NB: constant pool actions are special in that they are called at init time */ static gboolean swfdec_debugger_add_command (gconstpointer bytecode, guint action, - const guint8 *data, guint len, gpointer arrayp) + const guint8 *data, guint len, gpointer parserp) { + ScriptParser *parser = parserp; SwfdecDebuggerCommand command; command.code = bytecode; command.breakpoint = 0; - command.description = swfdec_script_print_action (action, data, len); - g_array_append_val (arrayp, command); + if (action == 0x96) { + /* PUSH */ + command.d...