Home
last modified time | relevance | path

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

12

/PHP-5.3/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
109 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
H A Dzend_gc.c414 gc_root_buffer *current = GC_G(roots).next; in gc_mark_roots() local
526 gc_root_buffer *current = GC_G(roots).next; in gc_scan_roots() local
627 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_hash.c1083 HashPosition *current = pos ? pos : &ht->pInternalPointer; in zend_hash_move_forward_ex() local
1096 HashPosition *current = pos ? pos : &ht->pInternalPointer; in zend_hash_move_backwards_ex() local
/PHP-5.3/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.3/ext/spl/examples/
H A Dclass_tree.php82 function current() function in SubClasses
/PHP-5.3/ext/intl/resourcebundle/
H A Dresourcebundle_iterator.h29 zval *current; member
/PHP-5.3/ext/spl/
H A Dspl.php557 function current(); function
843 function current() {/**/} function in ArrayIterator
1011 function current() {/**/} function in DirectoryIterator
1064 function current() {/**/} function in RecursiveDirectoryIterator
1115 function current() {/**/} function in SimpleXMLIterator
H A Dspl_dllist.c144 spl_ptr_llist_element *current = llist->head, *next; in spl_ptr_llist_destroy() local
163 spl_ptr_llist_element *current; in spl_ptr_llist_offset() local
320 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
1113 SPL_METHOD(SplDoublyLinkedList, current) in SPL_METHOD() argument
H A Dspl_iterators.c638 SPL_METHOD(RecursiveIteratorIterator, current) in SPL_METHOD() argument
1113 SPL_METHOD(RecursiveTreeIterator, current) in SPL_METHOD() argument
1312 int current = 0; in spl_dual_it_call_method() local
1714 SPL_METHOD(dual_it, current) in SPL_METHOD() argument
3003 SPL_METHOD(NoRewindIterator, current) in SPL_METHOD() argument
3115 SPL_METHOD(EmptyIterator, current) in SPL_METHOD() argument
H A Dspl_fixedarray.c60 int current; member
989 SPL_METHOD(SplFixedArray, current) in SPL_METHOD() argument
H A Dspl_observer.c586 SPL_METHOD(SplObjectStorage, current) in SPL_METHOD() argument
1131 SPL_METHOD(MultipleIterator, current) in SPL_METHOD() argument
H A Dspl_iterators.h132 } current; member
H A Dspl_directory.h58 zval *current; member
H A Dspl_heap.c1037 SPL_METHOD(SplHeap, current) in SPL_METHOD() argument
1056 SPL_METHOD(SplPriorityQueue, current) in SPL_METHOD() argument
/PHP-5.3/ext/simplexml/
H A Dsxe.c70 PHP_METHOD(ce_SimpleXMLIterator, current) in PHP_METHOD() argument
/PHP-5.3/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.3/ext/date/
H A Dphp_date.h146 timelib_time *current; member
/PHP-5.3/main/streams/
H A Dfilter.c436 php_stream_filter *current; in _php_stream_filter_flush() local
/PHP-5.3/ext/pdo_dblib/
H A Dphp_pdo_dblib_int.h137 int current; member
/PHP-5.3/ext/curl/
H A Dinterface.c2044 zval **current; in _php_curl_setopt() local
2144 zval **current; in _php_curl_setopt() local
/PHP-5.3/ext/date/lib/
H A Dparse_iso_intervals.c922 timelib_time *current; in scan() local
/PHP-5.3/ext/mysqli/
H A Dmysqli_nonapi.c570 int i = 0, current = 0; local
/PHP-5.3/ext/xmlrpc/libxmlrpc/
H A Dxml_element.c588 xml_element* current; member

Completed in 108 milliseconds

12