Home
last modified time | relevance | path

Searched defs:current (Results 1 – 25 of 38) sorted by relevance

12

/PHP-5.5/Zend/
H A Dzend_llist.c73 #define DEL_LLIST_ELEMENT(current, l) \ argument
93 zend_llist_element *current=l->head; in zend_llist_del_element() local
107 zend_llist_element *current=l->head, *next; in zend_llist_destroy() local
260 zend_llist_position *current = pos ? pos : &l->traverse_ptr; in zend_llist_get_first_ex() local
273 zend_llist_position *current = pos ? pos : &l->traverse_ptr; in zend_llist_get_last_ex() local
286 zend_llist_position *current = pos ? pos : &l->traverse_ptr; in zend_llist_get_next_ex() local
300 zend_llist_position *current = pos ? pos : &l->traverse_ptr; in zend_llist_get_prev_ex() local
H A Dzend_gc.c475 gc_root_buffer *current = GC_G(roots).next; in gc_mark_roots() local
611 gc_root_buffer *current = GC_G(roots).next; in gc_scan_roots() local
751 gc_root_buffer *current = GC_G(roots).next; in gc_collect_roots() local
H A Dzend_dynamic_array.c27 unsigned int current; member
H A Dzend_generators.c457 ZEND_METHOD(Generator, current) in ZEND_METHOD() argument
/PHP-5.5/ext/standard/
H A Dbase64.c58 const unsigned char *current = str; in php_base64_encode() local
145 const unsigned char *current = str; in php_base64_decode_ex() local
H A Dscanf.c588 zval **current; in php_sscanf_internal() local
/PHP-5.5/ext/spl/examples/
H A Dclass_tree.php82 function current() function in SubClasses
/PHP-5.5/ext/intl/resourcebundle/
H A Dresourcebundle_iterator.h29 zval *current; member
/PHP-5.5/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_dllist.c145 spl_ptr_llist_element *current = llist->head, *next; in spl_ptr_llist_destroy() local
164 spl_ptr_llist_element *current; in spl_ptr_llist_offset() local
321 spl_ptr_llist_element *current = from->head, *next; in spl_ptr_llist_copy() local
509 spl_ptr_llist_element *current = intern->llist->head, *next; in spl_dllist_object_get_debug_info() local
1120 SPL_METHOD(SplDoublyLinkedList, current) in SPL_METHOD() argument
1143 spl_ptr_llist_element *current = intern->llist->head, *next; in SPL_METHOD() local
H A Dspl_iterators.c628 SPL_METHOD(RecursiveIteratorIterator, current) in SPL_METHOD() argument
1122 SPL_METHOD(RecursiveTreeIterator, current) in SPL_METHOD() argument
1309 int current = 0; in spl_dual_it_call_method() local
1737 SPL_METHOD(dual_it, current) in SPL_METHOD() argument
3164 SPL_METHOD(NoRewindIterator, current) in SPL_METHOD() argument
3276 SPL_METHOD(EmptyIterator, current) in SPL_METHOD() argument
H A Dspl_fixedarray.c60 int current; member
1036 SPL_METHOD(SplFixedArray, current) in SPL_METHOD() argument
H A Dspl_directory.h58 zval *current; member
H A Dspl_iterators.h138 } current; member
H A Dspl_heap.c1040 SPL_METHOD(SplHeap, current) in SPL_METHOD() argument
1059 SPL_METHOD(SplPriorityQueue, current) in SPL_METHOD() argument
H A Dspl_observer.c663 SPL_METHOD(SplObjectStorage, current) in SPL_METHOD() argument
1235 SPL_METHOD(MultipleIterator, current) in SPL_METHOD() argument
/PHP-5.5/ext/intl/common/
H A Dcommon_enum.h58 zval *current; member
H A Dcommon_enum.cpp223 static PHP_METHOD(IntlIterator, current) in PHP_METHOD() argument
/PHP-5.5/ext/simplexml/
H A Dsxe.c70 PHP_METHOD(ce_SimpleXMLIterator, current) in PHP_METHOD() argument
/PHP-5.5/ext/date/
H A Dphp_date.h158 timelib_time *current; member
/PHP-5.5/TSRM/
H A DTSRM.c407 tsrm_tls_entry *current; in tsrm_set_interpreter_context() local
425 tsrm_tls_entry *new_ctx, *current; in tsrm_new_interpreter_context() local
/PHP-5.5/ext/pcre/pcrelib/
H A Dpcre_jit_compile.c2153 static void free_read_only_data(void *current, void *allocator_data) in free_read_only_data()
2228 static sljit_sw SLJIT_CALL do_search_mark(sljit_sw *current, const pcre_uchar *skip_arg) in do_search_mark()
8587 #define COMPILE_BACKTRACKINGPATH(current) \ argument
8598 …c void compile_iterator_backtrackingpath(compiler_common *common, struct backtrack_common *current) in compile_iterator_backtrackingpath()
8767 …NE void compile_recurse_backtrackingpath(compiler_common *common, struct backtrack_common *current) in compile_recurse_backtrackingpath()
8793 …tic void compile_assert_backtrackingpath(compiler_common *common, struct backtrack_common *current) in compile_assert_backtrackingpath()
8860 …ic void compile_bracket_backtrackingpath(compiler_common *common, struct backtrack_common *current) in compile_bracket_backtrackingpath()
9320 …void compile_bracketpos_backtrackingpath(compiler_common *common, struct backtrack_common *current) in compile_bracketpos_backtrackingpath()
9359 …void compile_braminzero_backtrackingpath(compiler_common *common, struct backtrack_common *current) in compile_braminzero_backtrackingpath()
9446 … void compile_then_trap_backtrackingpath(compiler_common *common, struct backtrack_common *current) in compile_then_trap_backtrackingpath()
[all …]
/PHP-5.5/ext/intl/breakiterator/
H A Dcodepointiterator_internal.cpp179 int32_t CodePointBreakIterator::current(void) const in current() function in CodePointBreakIterator
/PHP-5.5/main/streams/
H A Dfilter.c436 php_stream_filter *current; in _php_stream_filter_flush() local
/PHP-5.5/ext/date/lib/
H A Dparse_iso_intervals.c887 timelib_time *current; in scan() local

Completed in 123 milliseconds

12