Searched defs:head (Results 1 – 15 of 15) sorted by relevance
/php-src/ext/gd/libgd/ |
H A D | gdcache.c | 63 gdCache_head_t *head; in gdCacheCreate() local 75 gdCacheDelete (gdCache_head_t * head) in gdCacheDelete() 91 gdCacheGet (gdCache_head_t * head, void *keydata) in gdCacheGet()
|
/php-src/ext/pcntl/ |
H A D | php_pcntl.h | 47 struct php_pcntl_pending_signal *head, *tail, *spares; variable
|
/php-src/main/streams/ |
H A D | php_stream_filter_api.h | 55 php_stream_bucket *head, *tail; member 98 php_stream_filter *head, *tail; member
|
/php-src/ext/dba/libcdb/ |
H A D | cdb_make.h | 43 struct cdb_hplist *head; member
|
H A D | cdb_make.c | 76 struct cdb_hplist *head; in cdb_make_addend() local
|
/php-src/Zend/ |
H A D | zend_llist.h | 38 zend_llist_element *head; member
|
/php-src/ext/soap/ |
H A D | php_packet_soap.c | 26 xmlNodePtr trav, env, head, body, resp, cur, fault; in parse_packet_soap() local
|
H A D | soap.c | 3164 xmlNodePtr trav,env,head,body,func; in deserialize_function_call() local 3554 xmlNodePtr head = NULL; in serialize_response_call() local 3924 xmlNodePtr envelope = NULL, body, method = NULL, head = NULL; in serialize_function_call() local
|
/php-src/ext/dom/lexbor/lexbor/html/interfaces/ |
H A D | document.h | 62 lxb_html_head_element_t *head; member
|
/php-src/ext/opcache/jit/ir/ |
H A D | ir_cfg.c | 1085 uint32_t head; member 1115 …IR_NEVER_INLINE uint32_t ir_chain_head_path_compress(ir_chain *chains, uint32_t src, uint32_t head) in ir_chain_head_path_compress() 1131 uint32_t head = chains[src].head; in ir_chain_head() local
|
/php-src/ext/spl/ |
H A D | spl_dllist.c | 65 spl_ptr_llist_element *head; member 240 spl_ptr_llist_element *head = llist->head; in spl_ptr_llist_first() local 252 spl_ptr_llist_element *head = llist->head; in spl_ptr_llist_shift() local
|
/php-src/ext/tidy/ |
H A D | tidy.stub.php | 961 public function head(): ?tidyNode {} function in tidy
|
/php-src/ext/dom/ |
H A D | html_document.c | 1718 xmlNodePtr head = dom_html_document_element_read_raw(docp, dom_accept_head_name); in dom_html_document_title_write() local
|
H A D | php_dom.stub.php | 2034 public ?HTMLElement $head; variable in Dom\\Document
|
/php-src/ext/mbstring/ |
H A D | mbstring.c | 2986 zend_string *head = mbstring_convert_case(mode, ZSTR_VAL(first), ZSTR_LEN(first), enc); in php_mb_ulcfirst() local
|
Completed in 122 milliseconds