Home
last modified time | relevance | path

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

12

/PHP-8.0/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-8.0/main/streams/
H A Dfilter.c168 brigade->tail = bucket; in php_stream_bucket_prepend()
180 bucket->prev = brigade->tail; in php_stream_bucket_append()
183 if (brigade->tail) { in php_stream_bucket_append()
188 brigade->tail = bucket; in php_stream_bucket_append()
293 chain->tail = filter; in php_stream_filter_prepend_ex()
310 filter->prev = chain->tail; in php_stream_filter_append_ex()
312 if (chain->tail) { in php_stream_filter_append_ex()
313 chain->tail->next = filter; in php_stream_filter_append_ex()
317 chain->tail = filter; in php_stream_filter_append_ex()
390 chain->tail = NULL; in _php_stream_filter_append()
[all …]
H A Dphp_stream_filter_api.h55 php_stream_bucket *head, *tail; member
98 php_stream_filter *head, *tail; member
/PHP-8.0/ext/spl/
H A Dspl_dllist.c133 llist->tail = NULL; in spl_ptr_llist_init()
224 if (llist->tail) { in spl_ptr_llist_push()
230 llist->tail = elem; in spl_ptr_llist_push()
241 spl_ptr_llist_element *tail = llist->tail; in spl_ptr_llist_pop() local
243 if (tail == NULL) { in spl_ptr_llist_pop()
248 if (tail->prev) { in spl_ptr_llist_pop()
254 llist->tail = tail->prev; in spl_ptr_llist_pop()
258 tail->prev = NULL; in spl_ptr_llist_pop()
260 llist->dtor(tail); in spl_ptr_llist_pop()
271 spl_ptr_llist_element *tail = llist->tail; in spl_ptr_llist_last() local
[all …]
/PHP-8.0/win32/build/
H A Dconfigure.tail2 // tail end of configure
H A Dphpize.js.in264 C.Write(file_get_contents(PHP_DIR + "\\script\\configure.tail"));
H A DMakefile242 @copy win32\build\configure.tail $(BUILD_DIR_DEV)\script\ /y >nul
/PHP-8.0/Zend/tests/
H A Dlist_013.phpt2 Disallow tail empty elements in normal arrays
/PHP-8.0/Zend/tests/array_unpack/
H A Din_destructuring.phpt6 [$head, ...$tail] = [1, 2, 3];
/PHP-8.0/ext/mysqli/tests/
H A Dbug54674.phpt2 Bug #54674 mysqlnd valid_sjis_(head|tail) is using invalid operator and range.
/PHP-8.0/ext/pcntl/
H A Dphp_pcntl.h86 struct php_pcntl_pending_signal *head, *tail, *spares; variable
H A Dpcntl.c431 PCNTL_G(head) = PCNTL_G(tail) = PCNTL_G(spares) = NULL; in PHP_RINIT_FUNCTION()
1313 if (PCNTL_G(head) && PCNTL_G(tail)) { in pcntl_signal_handler()
1314 PCNTL_G(tail)->next = psig; in pcntl_signal_handler()
1318 PCNTL_G(tail) = psig; in pcntl_signal_handler()
/PHP-8.0/ext/pdo_oci/
H A Dconfig.m47 PHP_PDO_OCI_TAIL1=`echo a | tail -n1 2>/dev/null`
9 PHP_PDO_OCI_TAIL1="tail -n1"
11 PHP_PDO_OCI_TAIL1="tail -1"
/PHP-8.0/sapi/cli/tests/
H A Dcli_process_title_unix.phpt32 $ps_output = shell_exec("ps -p $pid -o $ps_process_title_field | tail -n 1");
/PHP-8.0/ext/opcache/jit/dynasm/
H A Ddynasm.lua796 local tail = sub(stmt, 2)
798 if sub(tail, 1, 2) == "//" then wcomment(tail) else wline(tail, true) end
H A Ddasm_x86.lua530 local tail
536 tail = shl(bxor(band(rex, 4), 4), 5)
540 if not tail then
543 tail = shl(band(rex, 8), 4)
552 if sz == "y" or vex.l then tail = tail + 4 end
553 wputb(tail + shl(bxor(reg, 15), 3) + vex.p)
/PHP-8.0/ext/mbstring/tests/
H A Dmb_str_split_utf8_utf16.phpt16 /* 123 string and 4-bytes length character 0xf09280a9 head without tail */
/PHP-8.0/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-8.0/ext/pdo_sqlite/
H A Dsqlite_driver.c183 const char *tail; in sqlite_handle_preparer() local
196 i = sqlite3_prepare_v2(H->db, sql, sql_len, &S->stmt, &tail); in sqlite_handle_preparer()
/PHP-8.0/ext/fileinfo/libmagic/
H A Dcdf.c314 const void *p, size_t tail, int line) in cdf_check_stream_offset() argument
317 const char *e = RCAST(const char *, p) + tail; in cdf_check_stream_offset()
873 size_t tail = (i << 1) + 1; in cdf_get_property_info_pos() local
881 if (cdf_check_stream_offset(sst, h, p, (tail + 1) * sizeof(uint32_t), in cdf_get_property_info_pos()
884 ofs = CDF_GETUINT32(p, tail); in cdf_get_property_info_pos()
/PHP-8.0/ext/sodium/
H A Dlibsodium.c3028 char *tail; in PHP_FUNCTION() local
3032 tail = &ZSTR_VAL(padded)[xpadded_len]; in PHP_FUNCTION()
3037 tail[-i] = (tail[-i] & mask) | (0x80 & barrier_mask); in PHP_FUNCTION()
3079 const char *tail; in PHP_FUNCTION() local
3087 tail = &padded[padded_len - 1U]; in PHP_FUNCTION()
3090 c = tail[-i]; in PHP_FUNCTION()
/PHP-8.0/sapi/phpdbg/
H A Dphpdbg_wait.c268 zend_extensions.tail = elm->prev; in phpdbg_webdata_decompress()
/PHP-8.0/main/
H A DSAPI.c609 l->tail = current->prev; in sapi_remove_header()
/PHP-8.0/ext/imap/
H A Dphp_imap.c247 void mail_free_foblist(FOBJECTLIST **foblist, FOBJECTLIST **tail) in mail_free_foblist() argument
260 *tail = NIL; in mail_free_foblist()
313 void mail_free_messagelist(MESSAGELIST **msglist, MESSAGELIST **tail) in mail_free_messagelist() argument
322 *tail = NIL; in mail_free_messagelist()

Completed in 90 milliseconds

12