Home
last modified time | relevance | path

Searched defs:elem (Results 1 – 18 of 18) sorted by relevance

/PHP-5.3/ext/sqlite/libsqlite/src/
H A Dhash.c49 HashElem *elem; /* For looping over all elements of the table */ in sqliteHashClear() local
167 HashElem *elem, *next_elem; /* For looping over existing elements */ in rehash() local
209 HashElem *elem; /* Used to loop thru the element list */ in findElementGivenHash() local
232 HashElem* elem, /* The element to be removed from the pH */ in removeElementGivenHash()
263 HashElem *elem; /* The element that matches key */ in sqliteHashFind() local
293 HashElem *elem; /* Used to loop thru the element list */ in sqliteHashInsert() local
/PHP-5.3/ext/gd/
H A Dgdcache.c78 gdCache_element_t *elem, *prev; in gdCacheDelete() local
94 gdCache_element_t *elem, *prev = NULL, *prevprev = NULL; in gdCacheGet() local
182 int elem, key; in main() local
/PHP-5.3/ext/gd/libgd/
H A Dgdcache.c77 gdCache_element_t *elem, *prev; in gdCacheDelete() local
94 gdCache_element_t *elem, *prev = NULL, *prevprev = NULL; in gdCacheGet() local
187 int elem, key; in main() local
/PHP-5.3/Zend/
H A Dzend_ptr_stack.c45 void *elem; in zend_ptr_stack_n_push() local
63 void **elem; in zend_ptr_stack_n_pop() local
/PHP-5.3/ext/spl/
H A Dspl_dllist.c41 #define SPL_LLIST_DELREF(elem) if(!--(elem)->rc) { \ argument
46 #define SPL_LLIST_CHECK_DELREF(elem) if((elem) && !--(elem)->rc) { \ argument
51 #define SPL_LLIST_ADDREF(elem) (elem)->rc++ argument
52 #define SPL_LLIST_CHECK_ADDREF(elem) if(elem) (elem)->rc++ argument
187 spl_ptr_llist_element *elem = emalloc(sizeof(spl_ptr_llist_element)); in spl_ptr_llist_unshift() local
211 spl_ptr_llist_element *elem = emalloc(sizeof(spl_ptr_llist_element)); in spl_ptr_llist_push() local
H A Dspl_heap.c240 static void spl_ptr_heap_insert(spl_ptr_heap *heap, spl_ptr_heap_element elem, void *cmp_userdata T… in spl_ptr_heap_insert()
669 zval *data, *priority, *elem; in SPL_METHOD() local
962 spl_ptr_heap_element elem; in spl_heap_it_move_forward() local
998 spl_ptr_heap_element elem = spl_ptr_heap_delete_top(intern->heap, getThis() TSRMLS_CC); in SPL_METHOD() local
/PHP-5.3/ext/mysqli/
H A Dmysqli_nonapi.c569 zval **elem; local
609 zval **elem, **dest_elem; local
660 zval **elem, **dest_elem; local
/PHP-5.3/ext/standard/
H A Dstreamsfuncs.c612 zval **elem; in stream_array_to_fd_set() local
654 zval **elem, **dest_elem; in stream_array_from_fd_set() local
710 zval **elem, **dest_elem; in stream_array_emulate_read_fd_set() local
/PHP-5.3/ext/com_dotnet/
H A Dcom_typeinfo.c527 ELEMDESC *elem = &func->lprgelemdescParam[j]; in php_com_process_typeinfo() local
/PHP-5.3/ext/xmlrpc/libxmlrpc/
H A Dxml_element.c266 xml_element* elem = calloc(1, sizeof(xml_element)); in xml_elem_new() local
/PHP-5.3/main/
H A Doutput.c738 zval *elem; in php_ob_buffer_status() local
/PHP-5.3/ext/dom/
H A Delement.c282 static xmlNodePtr dom_get_dom1_attribute(xmlNodePtr elem, xmlChar *name) /* {{{ */ in dom_get_dom1_attribute()
/PHP-5.3/ext/xmlrpc/
H A Dxmlrpc-epi-php.c632 zval* elem = NULL; in XMLRPC_to_PHP() local
/PHP-5.3/main/streams/
H A Duserspace.c855 zval **elem; in statbuf_from_array() local
/PHP-5.3/ext/iconv/
H A Diconv.c2276 zval **elem, *new_elem; in PHP_FUNCTION() local
/PHP-5.3/ext/sqlite3/libsqlite/
H A Dsqlite3.c21736 HashElem *elem; /* For looping over all elements of the table */ in sqlite3HashClear() local
21805 HashElem *elem, *next_elem; /* For looping over existing elements */ in rehash() local
21845 HashElem *elem; /* Used to loop thru the element list */ in findElementGivenHash() local
21870 HashElem* elem, /* The element to be removed from the pH */ in removeElementGivenHash()
21904 HashElem *elem; /* The element that matches key */ in sqlite3HashFind() local
21935 HashElem *elem; /* Used to loop thru the element list */ in sqlite3HashInsert() local
/PHP-5.3/ext/date/
H A Dphp_date.c2699 #define PHP_DATE_PARSE_DATE_SET_TIME_ELEMENT(name, elem) \ in php_date_do_return_parsed_time() argument
/PHP-5.3/ext/pgsql/
H A Dpgsql.c4861 zval *elem; local

Completed in 395 milliseconds