/PHP-8.3/Zend/ |
H A D | zend_llist.c | 27 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 D | zend_llist.h | 37 zend_llist_element *tail; member
|
/PHP-8.3/main/streams/ |
H A D | filter.c | 168 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 D | php_stream_filter_api.h | 55 php_stream_bucket *head, *tail; member 98 php_stream_filter *head, *tail; member
|
/PHP-8.3/ext/spl/ |
H A D | spl_dllist.c | 110 llist->tail = NULL; in spl_ptr_llist_init() 175 llist->tail = elem; in spl_ptr_llist_unshift() 192 if (llist->tail) { in spl_ptr_llist_push() 198 llist->tail = elem; in spl_ptr_llist_push() 205 spl_ptr_llist_element *tail = llist->tail; in spl_ptr_llist_pop() local 207 if (tail == NULL) { in spl_ptr_llist_pop() 212 if (tail->prev) { in spl_ptr_llist_pop() 218 llist->tail = tail->prev; in spl_ptr_llist_pop() 223 tail->prev = NULL; in spl_ptr_llist_pop() 231 spl_ptr_llist_element *tail = llist->tail; in spl_ptr_llist_last() local [all …]
|
/PHP-8.3/win32/build/ |
H A D | configure.tail | 2 // tail end of configure
|
H A D | phpize.js.in | 264 C.Write(file_get_contents(PHP_DIR + "\\script\\configure.tail"));
|
H A D | Makefile | 245 @copy win32\build\configure.tail $(BUILD_DIR_DEV)\script\ /y >nul
|
/PHP-8.3/Zend/tests/ |
H A D | list_013.phpt | 2 Disallow tail empty elements in normal arrays
|
/PHP-8.3/Zend/tests/array_unpack/ |
H A D | in_destructuring.phpt | 6 [$head, ...$tail] = [1, 2, 3];
|
/PHP-8.3/ext/pcntl/ |
H A D | php_pcntl.h | 47 struct php_pcntl_pending_signal *head, *tail, *spares; variable
|
H A D | pcntl.c | 114 PCNTL_G(head) = PCNTL_G(tail) = PCNTL_G(spares) = NULL; in PHP_RINIT_FUNCTION() 1067 if (PCNTL_G(head) && PCNTL_G(tail)) { in pcntl_signal_handler() 1068 PCNTL_G(tail)->next = psig; in pcntl_signal_handler() 1072 PCNTL_G(tail) = psig; in pcntl_signal_handler()
|
/PHP-8.3/ext/mysqli/tests/ |
H A D | bug54674.phpt | 2 Bug #54674 mysqlnd valid_sjis_(head|tail) is using invalid operator and range.
|
/PHP-8.3/Zend/asm/ |
H A D | make_riscv64_sysv_elf_gas.S | 87 tail _exit@plt
|
/PHP-8.3/ext/pdo_oci/ |
H A D | config.m4 | 7 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.3/sapi/cli/tests/ |
H A D | cli_process_title_unix.phpt | 32 $ps_output = shell_exec("ps -p $pid -o $ps_process_title_field | tail -n 1");
|
/PHP-8.3/ext/mbstring/tests/ |
H A D | mb_str_split_utf8_utf16.phpt | 15 /* 123 string and 4-bytes length character 0xf09280a9 head without tail */
|
/PHP-8.3/ext/opcache/jit/dynasm/ |
H A D | dynasm.lua | 797 local tail = sub(stmt, 2) 799 if sub(tail, 1, 2) == "//" then wcomment(tail) else wline(tail, true) end
|
H A D | dasm_x86.lua | 516 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.3/ext/pdo_sqlite/ |
H A D | sqlite_driver.c | 180 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.3/ext/oci8/ |
H A D | config.m4 | 7 PHP_OCI8_TAIL1=`echo a | tail -n1 2>/dev/null` 9 PHP_OCI8_TAIL1="tail -n1" 11 PHP_OCI8_TAIL1="tail -1"
|
/PHP-8.3/ext/fileinfo/libmagic/ |
H A D | cdf.c | 322 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.3/ext/sodium/ |
H A D | libsodium.c | 3051 char *tail; in PHP_FUNCTION() local 3055 tail = &ZSTR_VAL(padded)[xpadded_len]; in PHP_FUNCTION() 3060 tail[-i] = (tail[-i] & mask) | (0x80 & barrier_mask); in PHP_FUNCTION() 3102 const char *tail; in PHP_FUNCTION() local 3110 tail = &padded[padded_len - 1U]; in PHP_FUNCTION() 3113 c = tail[-i]; in PHP_FUNCTION()
|
/PHP-8.3/ext/mysqli/ |
H A D | mysqli_api.c | 484 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()
|
/PHP-8.3/main/ |
H A D | SAPI.c | 618 l->tail = current->prev; in sapi_remove_header()
|