Home
last modified time | relevance | path

Searched defs:state (Results 1 – 25 of 97) sorted by path

1234

/php-src/Zend/Optimizer/
H A Dzend_inference.c261 int state; member
/php-src/Zend/
H A Dzend_fibers.c120 static zend_always_inline void zend_fiber_capture_vm_state(zend_fiber_vm_state *state) in zend_fiber_capture_vm_state()
137 static zend_always_inline void zend_fiber_restore_vm_state(zend_fiber_vm_state *state) in zend_fiber_restore_vm_state()
472 zend_fiber_vm_state state; in zend_fiber_switch_context() local
H A Dzend_ini_scanner.l56 #define BEGIN(state) YYSETCONDITION(STATE(state)) argument
H A Dzend_language_scanner.l62 #define BEGIN(state) YYSETCONDITION(STATE(state)) argument
H A Dzend_virtual_cwd.c112 # define CWD_STATE_FREE_ERR(state) do { \ argument
118 # define CWD_STATE_FREE_ERR(state) CWD_STATE_FREE(state) argument
121 static int php_is_dir_ok(const cwd_state *state) /* {{{ */ in php_is_dir_ok()
132 static int php_is_file_ok(const cwd_state *state) /* {{{ */ in php_is_file_ok()
254 cwd_state *state; in virtual_getcwd_ex() local
1009 CWD_API int virtual_file_ex(cwd_state *state, const char *path, verify_path_func verify_path, int u… in virtual_file_ex()
/php-src/ext/dom/lexbor/lexbor/core/
H A Davl.c459 int state = 0; in lexbor_avl_foreach() local
/php-src/ext/dom/lexbor/lexbor/css/
H A Dbase.h77 lxb_css_parser_state_f state; member
H A Dparser.h181 lxb_css_parser_state_f state; member
351 lxb_css_parser_state_set(lxb_css_parser_t *parser, lxb_css_parser_state_f state) in lxb_css_parser_state_set()
358 lxb_css_parser_state_f state) in lxb_css_parser_state_block_set()
365 lxb_css_parser_state_f state) in lxb_css_parser_state_value_set()
428 lxb_css_parser_state_f state) in lxb_css_parser_states_change_back()
447 lxb_css_parser_state_f state, void *context) in lxb_css_parser_states_set()
/php-src/ext/dom/lexbor/lexbor/css/syntax/
H A Dsyntax.h68 lxb_css_parser_state_f state; member
99 lxb_css_parser_state_f state; member
/php-src/ext/dom/lexbor/lexbor/encoding/
H A Dbase.h97 unsigned state; member
153 unsigned state; member
H A Dencode.c330 unsigned state; in lxb_encoding_encode_iso_2022_jp() local
1278 unsigned state; in lxb_encoding_encode_iso_2022_jp_single() local
/php-src/ext/dom/lexbor/lexbor/html/
H A Dparser.h38 lxb_html_parser_state_t state; member
H A Dtokenizer.c486 lxb_html_tokenizer_state_f state) in lxb_html_tokenizer_state_set_noi()
H A Dtokenizer.h35 lxb_html_tokenizer_state_f state; member
223 lxb_html_tokenizer_state_f state) in lxb_html_tokenizer_state_set()
/php-src/ext/dom/lexbor/lexbor/selectors/
H A Dselectors.h100 lxb_selectors_state_cb_f state; member
/php-src/ext/fileinfo/libmagic/
H A Dfuncs.c577 mbstate_t state; in file_getbuffer() local
/php-src/ext/gd/libgd/
H A Dgdhelpers.c15 gd_strtok_r (char *s, char *sep, char **state) in gd_strtok_r()
/php-src/ext/hash/
H A Dhash_tiger.c115 #define tiger_compress(passes, str, state) \ argument
H A Dhash_whirlpool.c42 uint64_t state[8]; /* the cipher state */ in WhirlpoolTransform() local
H A Dphp_hash_adler32.h23 uint32_t state; member
H A Dphp_hash_crc32.h23 uint32_t state; member
H A Dphp_hash_fnv.h43 uint32_t state; member
48 uint64_t state; member
H A Dphp_hash_gost.h24 uint32_t state[16]; member
H A Dphp_hash_haval.h23 uint32_t state[8]; member
H A Dphp_hash_joaat.h21 uint32_t state; member

Completed in 92 milliseconds

1234