Home
last modified time | relevance | path

Searched refs:tail (Results 1 – 25 of 30) sorted by relevance

12

/PHP-7.3/ext/xmlrpc/libxmlrpc/
H A Dqueue.c263 q->cursor = q->tail; in Q_Tail()
300 q->tail = q->head; in Q_PushHead()
345 p = q->tail; in Q_PushTail()
346 q->tail = (node *)n; in Q_PushTail()
359 q->tail->data = d; in Q_PushTail()
360 q->cursor = q->tail; in Q_PushTail()
438 d = q->tail->data; in Q_PopTail()
439 p = q->tail->prev; in Q_PopTail()
440 efree(q->tail); in Q_PopTail()
446 q->tail = (node *)p; in Q_PopTail()
[all …]
H A Dqueue.h38 node *head, *tail, *cursor; member
84 #define Q_Iter_Tail_F(q) (q ? (q_iter)((queue*)q)->tail : NULL)
/PHP-7.3/Zend/
H A Dzend_llist.c27 l->tail = NULL; in zend_llist_init()
38 tmp->prev = l->tail; in zend_llist_add_element()
40 if (l->tail) { in zend_llist_add_element()
41 l->tail->next = tmp; in zend_llist_add_element()
45 l->tail = tmp; in zend_llist_add_element()
61 l->tail = tmp; in zend_llist_prepend_element()
79 (l)->tail = (current)->prev;\
122 l->head = l->tail = NULL; in zend_llist_clean()
139 l->tail = old_tail->prev; in zend_llist_remove_tail()
224 l->tail = elements[i-1]; in zend_llist_sort()
[all …]
H A Dzend_llist.h37 zend_llist_element *tail; member
/PHP-7.3/main/streams/
H A Dfilter.c170 brigade->tail = bucket; in php_stream_bucket_prepend()
182 bucket->prev = brigade->tail; in php_stream_bucket_append()
185 if (brigade->tail) { in php_stream_bucket_append()
190 brigade->tail = bucket; in php_stream_bucket_append()
294 chain->tail = filter; in php_stream_filter_prepend_ex()
311 filter->prev = chain->tail; in php_stream_filter_append_ex()
313 if (chain->tail) { in php_stream_filter_append_ex()
314 chain->tail->next = filter; in php_stream_filter_append_ex()
318 chain->tail = filter; in php_stream_filter_append_ex()
391 chain->tail = NULL; in _php_stream_filter_append()
[all …]
H A Dphp_stream_filter_api.h57 php_stream_bucket *head, *tail; member
100 php_stream_filter *head, *tail; member
/PHP-7.3/ext/spl/
H A Dspl_dllist.c135 llist->tail = NULL; in spl_ptr_llist_init()
226 if (llist->tail) { in spl_ptr_llist_push()
232 llist->tail = elem; in spl_ptr_llist_push()
243 spl_ptr_llist_element *tail = llist->tail; in spl_ptr_llist_pop() local
245 if (tail == NULL) { in spl_ptr_llist_pop()
250 if (tail->prev) { in spl_ptr_llist_pop()
256 llist->tail = tail->prev; in spl_ptr_llist_pop()
260 tail->prev = NULL; in spl_ptr_llist_pop()
262 llist->dtor(tail); in spl_ptr_llist_pop()
273 spl_ptr_llist_element *tail = llist->tail; in spl_ptr_llist_last() local
[all …]
/PHP-7.3/ext/zip/lib/
H A Dzip_extra_field.c151 zip_extra_field_t *ef2, *tt, *tail; in _zip_ef_merge() local
157 for (tail=to; tail->next; tail=tail->next) in _zip_ef_merge()
176 tail = tail->next = from; in _zip_ef_merge()
/PHP-7.3/win32/build/
H A Dconfigure.tail2 // tail end of configure
H A Dphpize.js.in260 C.Write(file_get_contents(PHP_DIR + "\\script\\configure.tail"));
H A DMakefile244 @copy win32\build\configure.tail $(BUILD_DIR_DEV)\script\ /y >nul
/PHP-7.3/Zend/tests/
H A Dlist_013.phpt2 Disallow tail empty elements in normal arrays
/PHP-7.3/ext/mysqli/tests/
H A Dbug54674.phpt2 Bug #54674 mysqlnd valid_sjis_(head|tail) is using invalid operator and range.
/PHP-7.3/ext/pcntl/
H A Dphp_pcntl.h85 struct php_pcntl_pending_signal *head, *tail, *spares; variable
H A Dpcntl.c544 PCNTL_G(head) = PCNTL_G(tail) = PCNTL_G(spares) = NULL; in PHP_RINIT_FUNCTION()
1416 if (PCNTL_G(head) && PCNTL_G(tail)) { in pcntl_signal_handler()
1417 PCNTL_G(tail)->next = psig; in pcntl_signal_handler()
1421 PCNTL_G(tail) = psig; in pcntl_signal_handler()
/PHP-7.3/sapi/cli/tests/
H A Dcli_process_title_unix.phpt23 $ps_output = shell_exec("ps -p $pid -o $ps_process_title_field | tail -n 1");
/PHP-7.3/ext/pdo_oci/
H A Dconfig.m410 PHP_PDO_OCI_TAIL1=`echo a | tail -n1 2>/dev/null`
12 PHP_PDO_OCI_TAIL1="tail -n1"
14 PHP_PDO_OCI_TAIL1="tail -1"
/PHP-7.3/ext/oci8/
H A Dconfig.m47 PHP_OCI8_TAIL1=`echo a | tail -n1 2>/dev/null`
9 PHP_OCI8_TAIL1="tail -n1"
11 PHP_OCI8_TAIL1="tail -1"
/PHP-7.3/ext/pdo_sqlite/
H A Dsqlite_driver.c184 const char *tail; in sqlite_handle_preparer() local
197 i = sqlite3_prepare_v2(H->db, sql, sql_len, &S->stmt, &tail); in sqlite_handle_preparer()
/PHP-7.3/ext/fileinfo/libmagic/
H A Dcdf.c304 const void *p, size_t tail, int line) in cdf_check_stream_offset() argument
307 const char *e = ((const char *)p) + tail; in cdf_check_stream_offset()
851 size_t tail = (i << 1) + 1; in cdf_get_property_info_pos() local
859 if (cdf_check_stream_offset(sst, h, p, (tail + 1) * sizeof(uint32_t), in cdf_get_property_info_pos()
862 ofs = CDF_GETUINT32(p, tail); in cdf_get_property_info_pos()
/PHP-7.3/ext/sodium/
H A Dlibsodium.c3426 char *tail; in PHP_FUNCTION() local
3430 tail = &ZSTR_VAL(padded)[xpadded_len]; in PHP_FUNCTION()
3435 tail[-i] = (tail[-i] & mask) | (0x80 & barrier_mask); in PHP_FUNCTION()
3477 const char *tail; in PHP_FUNCTION() local
3485 tail = &padded[padded_len - 1U]; in PHP_FUNCTION()
3488 c = tail[-i]; in PHP_FUNCTION()
/PHP-7.3/sapi/phpdbg/
H A Dphpdbg_wait.c273 zend_extensions.tail = elm->prev; in phpdbg_webdata_decompress()
/PHP-7.3/ext/mbstring/oniguruma/src/
H A Dregexec.c4767 const UChar *tail; in sunday_quick_search_step_forward() local
4779 tail = target_end - 1; in sunday_quick_search_step_forward()
4780 tlen1 = (int )(tail - target); in sunday_quick_search_step_forward()
4790 t = tail; in sunday_quick_search_step_forward()
4818 const UChar *tail; in sunday_quick_search() local
4826 tail = target_end - 1; in sunday_quick_search()
4827 s = text + (tail - target); in sunday_quick_search()
4831 t = tail; in sunday_quick_search()
/PHP-7.3/main/
H A DSAPI.c609 l->tail = current->prev; in sapi_remove_header()
/PHP-7.3/ext/imap/
H A Dphp_imap.c680 void mail_free_foblist(FOBJECTLIST **foblist, FOBJECTLIST **tail) in mail_free_foblist() argument
693 *tail = NIL; in mail_free_foblist()
746 void mail_free_messagelist(MESSAGELIST **msglist, MESSAGELIST **tail) in mail_free_messagelist() argument
755 *tail = NIL; in mail_free_messagelist()

Completed in 150 milliseconds

12