Home
last modified time | relevance | path

Searched defs:current (Results 1 – 25 of 44) sorted by path

12

/PHP-7.2/TSRM/
H A DTSRM.c423 tsrm_tls_entry *current; in tsrm_set_interpreter_context() local
441 tsrm_tls_entry *new_ctx, *current; in tsrm_new_interpreter_context() local
/PHP-7.2/Zend/
H A Dzend_API.c4211 ZEND_API void zend_save_error_handling(zend_error_handling *current) /* {{{ */ in zend_save_error_handling()
4219 …handling_t error_handling, zend_class_entry *exception_class, zend_error_handling *current) /* {{{… in zend_replace_error_handling()
H A Dzend_compile.c4552 int current, remove_oplines = opline->op1.num; in zend_resolve_goto_label() local
H A Dzend_gc.c590 gc_root_buffer *current = GC_G(roots).next; in gc_mark_roots() local
702 gc_root_buffer *current = GC_G(roots).next; in gc_scan_roots() local
903 gc_root_buffer *current = GC_G(roots).next; local
1062 gc_root_buffer *current, *next, *orig_next_to_free; local
H A Dzend_generators.c954 ZEND_METHOD(Generator, current) in ZEND_METHOD() argument
H A Dzend_llist.c72 #define DEL_LLIST_ELEMENT(current, l) \ argument
92 zend_llist_element *current=l->head; in zend_llist_del_element() local
106 zend_llist_element *current=l->head, *next; in zend_llist_destroy() local
262 zend_llist_position *current = pos ? pos : &l->traverse_ptr; in zend_llist_get_first_ex() local
275 zend_llist_position *current = pos ? pos : &l->traverse_ptr; in zend_llist_get_last_ex() local
288 zend_llist_position *current = pos ? pos : &l->traverse_ptr; in zend_llist_get_next_ex() local
302 zend_llist_position *current = pos ? pos : &l->traverse_ptr; in zend_llist_get_prev_ex() local
/PHP-7.2/ext/curl/
H A Dinterface.c2582 zval *current; in _php_curl_setopt() local
2684 zval *current; in _php_curl_setopt() local
/PHP-7.2/ext/date/lib/
H A Dparse_iso_intervals.c814 timelib_time *current; in scan() local
/PHP-7.2/ext/date/
H A Dphp_date.c1885 zval current; member
H A Dphp_date.h183 timelib_time *current; member
/PHP-7.2/ext/hash/
H A Dhash_sha3.c112 uint64_t current = readLane(x, y); in permute() local
/PHP-7.2/ext/intl/breakiterator/
H A Dcodepointiterator_internal.cpp181 int32_t CodePointBreakIterator::current(void) const in current() function in CodePointBreakIterator
/PHP-7.2/ext/intl/common/
H A Dcommon_enum.cpp208 static PHP_METHOD(IntlIterator, current) in PHP_METHOD() argument
H A Dcommon_enum.h64 zval current; member
/PHP-7.2/ext/intl/resourcebundle/
H A Dresourcebundle_iterator.h29 zval current; member
/PHP-7.2/ext/mysqli/
H A Dmysqli_nonapi.c695 int i = 0, current = 0; local
/PHP-7.2/ext/mysqlnd/
H A Dmysqlnd_ps_codec.c516 …sqlnd_stmt_copy_it(zval ** copies, zval * original, unsigned int param_count, unsigned int current) in mysqlnd_stmt_copy_it()
/PHP-7.2/ext/openssl/
H A Dxp_ssl.c339 zval *current; in php_openssl_x509_fingerprint_match() local
1358 zval *current; in php_openssl_enable_server_sni() local
/PHP-7.2/ext/pcre/pcrelib/
H A Dpcre_jit_compile.c2355 static void free_read_only_data(void *current, void *allocator_data) in free_read_only_data()
2442 static sljit_sw SLJIT_CALL do_search_mark(sljit_sw *current, const pcre_uchar *skip_arg) in do_search_mark()
9612 #define COMPILE_BACKTRACKINGPATH(current) \ argument
9623 …c void compile_iterator_backtrackingpath(compiler_common *common, struct backtrack_common *current) in compile_iterator_backtrackingpath()
9776 …NE void compile_recurse_backtrackingpath(compiler_common *common, struct backtrack_common *current) in compile_recurse_backtrackingpath()
9802 …tic void compile_assert_backtrackingpath(compiler_common *common, struct backtrack_common *current) in compile_assert_backtrackingpath()
9869 …ic void compile_bracket_backtrackingpath(compiler_common *common, struct backtrack_common *current) in compile_bracket_backtrackingpath()
10331 …void compile_bracketpos_backtrackingpath(compiler_common *common, struct backtrack_common *current) in compile_bracketpos_backtrackingpath()
10370 …void compile_braminzero_backtrackingpath(compiler_common *common, struct backtrack_common *current) in compile_braminzero_backtrackingpath()
10457 … void compile_then_trap_backtrackingpath(compiler_common *common, struct backtrack_common *current) in compile_then_trap_backtrackingpath()
[all …]
/PHP-7.2/ext/reflection/
H A Dphp_reflection.c2275 zend_generator *current; in ZEND_METHOD() local
/PHP-7.2/ext/session/
H A Dsession.c917 zval *current, rv; in PS_SERIALIZER_DECODE_FUNC() local
988 zval *current, rv; in PS_SERIALIZER_DECODE_FUNC() local
1262 zend_llist_element *current; in php_session_remove_cookie() local
/PHP-7.2/ext/simplexml/
H A Dsxe.c71 PHP_METHOD(ce_SimpleXMLIterator, current) in PHP_METHOD() argument
/PHP-7.2/ext/spl/examples/
H A Dclass_tree.php82 function current() function in SubClasses
/PHP-7.2/ext/spl/
H A Dspl.php554 function current(); function
840 function current() {/**/} function in ArrayIterator
1008 function current() {/**/} function in DirectoryIterator
1061 function current() {/**/} function in RecursiveDirectoryIterator
1112 function current() {/**/} function in SimpleXMLIterator
H A Dspl_directory.c804 SPL_METHOD(DirectoryIterator, current) in SPL_METHOD() argument
1089 SPL_METHOD(FilesystemIterator, current) in SPL_METHOD() argument
2445 SPL_METHOD(SplFileObject, current) in SPL_METHOD() argument

Completed in 246 milliseconds

12