Home
last modified time | relevance | path

Searched refs:js_state (Results 1 – 13 of 13) sorted by relevance

/dports/security/clamav/clamav-0.104.2/libclamav/
H A Dhtmlnorm.c637 cli_js_parse_done(js_state); in js_process()
638 cli_js_output(js_state, dirname); in js_process()
639 cli_js_destroy(js_state); in js_process()
670 struct parser_state *js_state = NULL; in cli_html_normalise() local
1777 if (js_state) { in cli_html_normalise()
1781 js_state = NULL; in cli_html_normalise()
1836 if (js_state) { in cli_html_normalise()
1838 cli_js_parse_done(js_state); in cli_html_normalise()
1839 cli_js_output(js_state, dirname); in cli_html_normalise()
1840 cli_js_destroy(js_state); in cli_html_normalise()
[all …]
/dports/security/clamav-lts/clamav-0.103.5/libclamav/
H A Dhtmlnorm.c637 cli_js_parse_done(js_state); in js_process()
638 cli_js_output(js_state, dirname); in js_process()
639 cli_js_destroy(js_state); in js_process()
670 struct parser_state *js_state = NULL; in cli_html_normalise() local
1777 if (js_state) { in cli_html_normalise()
1781 js_state = NULL; in cli_html_normalise()
1836 if (js_state) { in cli_html_normalise()
1838 cli_js_parse_done(js_state); in cli_html_normalise()
1839 cli_js_output(js_state, dirname); in cli_html_normalise()
1840 cli_js_destroy(js_state); in cli_html_normalise()
[all …]
/dports/games/xgalaga/xgalaga-2.1.1.0/
H A Dstruct.h50 struct js_state { struct
H A Ddata.h67 extern struct js_state js_curstate;
H A Dlinux-joystick.c21 struct js_state js_curstate;
/dports/games/xgalaga-sdl/xgalaga-sdl-2.1.1.0-sdl/src/
H A Dstruct.h63 struct js_state { struct
/dports/multimedia/gnome-mplayer/gnome-mplayer-1.0.9/src/
H A Ddbus-interface.c776 js_state = STATE_PAUSED; in filter_func()
780 js_state = STATE_STOPPED; in filter_func()
784 js_state = STATE_PLAYING; in filter_func()
788 js_state = STATE_BUFFERING; in filter_func()
794 js_state = STATE_BUFFERING; in filter_func()
797 … dbus_message_append_args(reply_message, DBUS_TYPE_INT32, &js_state, DBUS_TYPE_INVALID); in filter_func()
H A Dcommon.h349 extern gint js_state;
H A Dmain.c590 js_state = STATE_PLAYING; in play_iter()
761 js_state = STATE_UNDEFINED; in main()
H A Dgui.c159 gint js_state; variable
1148 js_state = STATE_BUFFERING; in set_progress_value()
7382 js_state = STATE_MEDIAENDED; in player_media_state_changed_callback()
/dports/www/links/links-2.25/
H A Djsint.c199 struct js_state *js; in jsint_create()
202 js = mem_calloc(sizeof(struct js_state)); in jsint_create()
214 struct js_state *js = fd->js; in jsint_destroy()
297 struct js_state *js = fd->js; in jsint_done_execution()
376 struct js_state *js = fd->js; in jsint_run_queue()
396 struct js_state *js = fd->js; in jsint_get_source()
935 struct js_state *js = fd->js; in js_upcall_document_write()
H A Dlinks.h3486 struct js_state *js;
3713 struct js_state { struct
/dports/emulators/atari800/atari800-3.1.0/src/sdl/
H A Dinput.c1352 static struct js_state { struct
1541 struct js_state *state = &sdl_js_state[0]; in SDL_controller_kb1()