Searched refs:head (Results 1 – 25 of 101) sorted by relevance
12345
63 gdCache_head_t *head; in gdCacheCreate() local66 head->mru = NULL; in gdCacheCreate()67 head->size = size; in gdCacheCreate()71 return head; in gdCacheCreate()79 elem = head->mru; in gdCacheDelete()97 elem = head->mru; in gdCacheGet()107 head->mru = elem; in gdCacheGet()116 userdata = (*(head->gdCacheFetch)) (&(head->error), keydata); in gdCacheGet()122 if (i < head->size) in gdCacheGet()134 elem->next = head->mru; in gdCacheGet()[all …]
59 c->head = 0; in cdb_make_start()78 head = c->head; in cdb_make_addend()79 if (!head || (head->num >= CDB_HPLIST)) { in cdb_make_addend()81 if (!head) in cdb_make_addend()83 head->num = 0; in cdb_make_addend()84 head->next = c->head; in cdb_make_addend()85 c->head = head; in cdb_make_addend()87 head->hp[head->num].h = h; in cdb_make_addend()88 head->hp[head->num].p = c->pos; in cdb_make_addend()89 ++head->num; in cdb_make_addend()[all …]
12 $head = $doc->createElement('head');13 $head = $root->appendChild($head);15 $title = $head->appendChild($title);22 <html><head><title>This is the title</title></head></html>
15 $head = $doc->createElement('head');16 $head = $root->appendChild($head);18 $title = $head->appendChild($title);24 <html><head><title>This is the title</title></head></html>
17 $head = $doc->createElement('head');18 $head = $root->appendChild($head);20 $title = $head->appendChild($title);30 <html><head>33 </head></html>
16 $head = $doc->createElement('head');17 $head = $root->appendChild($head);19 $title = $head->appendChild($title);29 <html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><title>This is the t…
16 $head = $doc->createElement('head');17 $head = $root->appendChild($head);19 $title = $head->appendChild($title);
8 $html = "<!DOCTYPE html><html><head><meta charset='UTF-8'></head><body>U+0000 <span>\x0</span></bod…14 <html><head><meta charset="UTF-8"></head><body>U+0000 <span></span></body></html>
7 $html = '<html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8">8 <title>This is the title</title></head></html>';17 <html><head>20 </head></html>
24 <html><head><title>Hello world</title></head><body>30 <html><head><title>Hello world</title></head><body>
11 var_dump($a->head());18 <head>20 </head>42 <head>44 </head>69 </head>173 <head>175 </head>200 </head>276 </head>[all …]
13 <head>15 </head>
14 <head>16 </head>
16 <head>18 </head>
11 <head>13 </head>
18 <head>20 </head>
26 l->head = NULL; in zend_llist_init()43 l->head = tmp; in zend_llist_add_element()56 tmp->next = l->head; in zend_llist_prepend_element()58 if (l->head) { in zend_llist_prepend_element()59 l->head->prev = tmp; in zend_llist_prepend_element()63 l->head = tmp; in zend_llist_prepend_element()136 l->head = NULL; in zend_llist_remove_tail()154 ptr = src->head; in zend_llist_copy()166 element=l->head; in zend_llist_apply_with_del()216 l->head = elements[0]; in zend_llist_sort()[all …]
165 if (brigade->head) { in php_stream_bucket_prepend()170 brigade->head = bucket; in php_stream_bucket_prepend()186 brigade->head = bucket; in php_stream_bucket_append()290 if (chain->head) { in php_stream_filter_prepend_ex()295 chain->head = filter; in php_stream_filter_prepend_ex()315 chain->head = filter; in php_stream_filter_append_ex()339 while (brig_in.head) { in php_stream_filter_append_ex()340 bucket = brig_in.head; in php_stream_filter_append_ex()344 while (brig_out.head) { in php_stream_filter_append_ex()389 chain->head = NULL; in _php_stream_filter_append()[all …]
50 public $head = null;54 $this->head = new Node();55 Node::joinLR($this->head, $this->head);73 Node::joinLR($m->head, $c);79 Node::joinLR($c, $m->head);80 $c = $m->head->right;
132 llist->head = NULL; in spl_ptr_llist_init()200 if (llist->head) { in spl_ptr_llist_unshift()206 llist->head = elem; in spl_ptr_llist_unshift()283 spl_ptr_llist_element *head = llist->head; in spl_ptr_llist_first() local285 if (head == NULL) { in spl_ptr_llist_first()295 spl_ptr_llist_element *head = llist->head; in spl_ptr_llist_shift() local297 if (head == NULL) { in spl_ptr_llist_shift()302 if (head->next) { in spl_ptr_llist_shift()308 llist->head = head->next; in spl_ptr_llist_shift()312 head->next = NULL; in spl_ptr_llist_shift()[all …]
79 <!doctype html><html><head><title>404 Not Found</title><style>AAA</style>80 </head><body><h1>Not Found</h1><p>The requested resource <code class="url">/</code> was not found o…88 <!doctype html><html><head><title>404 Not Found</title><style>AAA</style>89 </head><body><h1>Not Found</h1><p>The requested resource <code class="url">/main/style.css</code> w…97 <!doctype html><html><head><title>404 Not Found</title><style>AAA</style>98 </head><body><h1>Not Found</h1><p>The requested resource <code class="url">/main/foo/bar</code> was…
8 <head>10 </head>
19 <head>21 </head>32 <head>34 </head>
Completed in 30 milliseconds