Home
last modified time | relevance | path

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

12

/PHP-8.2/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()
116 l->tail = NULL; in zend_llist_destroy()
124 l->head = l->tail = NULL; in zend_llist_clean()
141 l->tail = old_tail->prev; in zend_llist_remove_tail()
226 l->tail = elements[i-1]; in zend_llist_sort()
[all …]
H A Dzend_llist.h37 zend_llist_element *tail; member
/PHP-8.2/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.2/ext/spl/
H A Dspl_dllist.c107 llist->tail = NULL; in spl_ptr_llist_init()
172 llist->tail = elem; in spl_ptr_llist_unshift()
189 if (llist->tail) { in spl_ptr_llist_push()
195 llist->tail = elem; in spl_ptr_llist_push()
202 spl_ptr_llist_element *tail = llist->tail; in spl_ptr_llist_pop() local
204 if (tail == NULL) { in spl_ptr_llist_pop()
209 if (tail->prev) { in spl_ptr_llist_pop()
215 llist->tail = tail->prev; in spl_ptr_llist_pop()
220 tail->prev = NULL; in spl_ptr_llist_pop()
228 spl_ptr_llist_element *tail = llist->tail; in spl_ptr_llist_last() local
[all …]
/PHP-8.2/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 DMakefile244 @copy win32\build\configure.tail $(BUILD_DIR_DEV)\script\ /y >nul
/PHP-8.2/Zend/tests/
H A Dlist_013.phpt2 Disallow tail empty elements in normal arrays
/PHP-8.2/Zend/tests/array_unpack/
H A Din_destructuring.phpt6 [$head, ...$tail] = [1, 2, 3];
/PHP-8.2/ext/pcntl/
H A Dphp_pcntl.h47 struct php_pcntl_pending_signal *head, *tail, *spares; variable
H A Dpcntl.c114 PCNTL_G(head) = PCNTL_G(tail) = PCNTL_G(spares) = NULL; in PHP_RINIT_FUNCTION()
1143 if (PCNTL_G(head) && PCNTL_G(tail)) { in pcntl_signal_handler()
1144 PCNTL_G(tail)->next = psig; in pcntl_signal_handler()
1148 PCNTL_G(tail) = psig; in pcntl_signal_handler()
/PHP-8.2/ext/mysqli/tests/
H A Dbug54674.phpt2 Bug #54674 mysqlnd valid_sjis_(head|tail) is using invalid operator and range.
/PHP-8.2/Zend/asm/
H A Dmake_riscv64_sysv_elf_gas.S87 tail _exit@plt
/PHP-8.2/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.2/ext/mbstring/tests/
H A Dmb_str_split_utf8_utf16.phpt15 /* 123 string and 4-bytes length character 0xf09280a9 head without tail */
/PHP-8.2/ext/opcache/jit/ir/dynasm/
H A Ddynasm.lua797 local tail = sub(stmt, 2)
799 if sub(tail, 1, 2) == "//" then wcomment(tail) else wline(tail, true) end
H A Ddasm_x86.lua516 local tail
522 tail = shl(bxor(band(rex, 4), 4), 5)
526 if not tail then
529 tail = shl(band(rex, 8), 4)
538 if sz == "y" or vex.l then tail = tail + 4 end
539 wputb(tail + shl(bxor(reg, 15), 3) + vex.p)
/PHP-8.2/ext/fileinfo/libmagic/
H A Dcdf.c322 const void *p, size_t tail, int line) in cdf_check_stream_offset() argument
325 const char *e = RCAST(const char *, p) + tail; in cdf_check_stream_offset()
881 size_t tail = (i << 1) + 1; in cdf_get_property_info_pos() local
889 if (cdf_check_stream_offset(sst, h, p, (tail + 1) * sizeof(uint32_t), in cdf_get_property_info_pos()
893 ofs = CDF_GETUINT32(p, tail); in cdf_get_property_info_pos()
/PHP-8.2/ext/pdo_sqlite/
H A Dsqlite_driver.c180 const char *tail; in sqlite_handle_preparer() local
193 i = sqlite3_prepare_v2(H->db, ZSTR_VAL(sql), ZSTR_LEN(sql), &S->stmt, &tail); in sqlite_handle_preparer()
/PHP-8.2/ext/sodium/
H A Dlibsodium.c3300 char *tail; in PHP_FUNCTION() local
3304 tail = &ZSTR_VAL(padded)[xpadded_len]; in PHP_FUNCTION()
3309 tail[-i] = (tail[-i] & mask) | (0x80 & barrier_mask); in PHP_FUNCTION()
3351 const char *tail; in PHP_FUNCTION() local
3359 tail = &padded[padded_len - 1U]; in PHP_FUNCTION()
3362 c = tail[-i]; in PHP_FUNCTION()
/PHP-8.2/ext/mysqli/
H A Dmysqli_api.c484 stmt->stmt->data->error_info->error_list.tail = NULL; in close_stmt_and_copy_errors()
1317 mysql->mysql->data->error_info->error_list.tail = NULL; in PHP_FUNCTION()
H A Dmysqli_nonapi.c548 mysql->mysql->data->error_info->error_list.tail = NULL;
/PHP-8.2/main/
H A DSAPI.c617 l->tail = current->prev; in sapi_remove_header()
/PHP-8.2/ext/sockets/
H A Dconversions.c952 alloc = ctx->allocations.tail; in from_zval_write_control_array()

Completed in 77 milliseconds

12