search for: d8688c3

Displaying 2 results from an estimated 2 matches for "d8688c3".

Did you mean: 38688a3
2007 Jan 26
0
Branch 'interpreter' - 9 commits - libswfdec/js libswfdec/Makefile.am libswfdec/swfdec_debugger.c libswfdec/swfdec_debugger.h libswfdec/swfdec_edittext_movie.c libswfdec/swfdec_event.c libswfdec/swfdec_js.c libswfdec/swfdec_js_global.c
...ched (); + break; + } + } + /* decode next action */ action = *pc; spec = actions + action; @@ -1433,3 +1495,4 @@ swfdec_script_execute (SwfdecScript *scr return ok ? frame.rval : JSVAL_VOID; } + diff --git a/libswfdec/swfdec_script.h b/libswfdec/swfdec_script.h index d8688c3..1cea4a7 100644 --- a/libswfdec/swfdec_script.h +++ b/libswfdec/swfdec_script.h @@ -29,17 +29,25 @@ G_BEGIN_DECLS //typedef struct _SwfdecScript SwfdecScript; +typedef gboolean (* SwfdecScriptForeachFunc) (gconstpointer bytecode, guint action, + const guint8 *data, guint len, gpointer user...
2007 Feb 06
0
109 commits - configure.ac libswfdec/js libswfdec/Makefile.am libswfdec/swfdec_bits.c libswfdec/swfdec_bits.h libswfdec/swfdec_buffer.c libswfdec/swfdec_button_movie.c libswfdec/swfdec_codec_screen.c libswfdec/swfdec_color.c libswfdec/swfdec_color.h
...ched (); + break; + } + } + /* decode next action */ action = *pc; spec = actions + action; @@ -1433,3 +1495,4 @@ swfdec_script_execute (SwfdecScript *scr return ok ? frame.rval : JSVAL_VOID; } + diff --git a/libswfdec/swfdec_script.h b/libswfdec/swfdec_script.h index d8688c3..1cea4a7 100644 --- a/libswfdec/swfdec_script.h +++ b/libswfdec/swfdec_script.h @@ -29,17 +29,25 @@ G_BEGIN_DECLS //typedef struct _SwfdecScript SwfdecScript; +typedef gboolean (* SwfdecScriptForeachFunc) (gconstpointer bytecode, guint action, + const guint8 *data, guint len, gpointer user...