Home
last modified time | relevance | path

Searched refs:tail (Results 26 – 50 of 51) sorted by relevance

123

/PHP-5.6/sapi/fpm/tests/
H A D015.phpt42 $fpm = run_fpm($cfg, $tail);
65 if (!feof($tail)) {
66 echo stream_get_contents($tail);
68 fclose($tail);
/PHP-5.6/win32/build/
H A Dconfigure.tail3 // tail end of configure
H A Dphpize.js.in267 C.Write(file_get_contents(PHP_DIR + "\\script\\configure.tail"));
H A DMakefile196 @copy win32\build\configure.tail $(BUILD_DIR_DEV)\script\ /y >nul
/PHP-5.6/ext/xmlrpc/libxmlrpc/
H A Dqueue.h38 node *head, *tail, *cursor; member
84 #define Q_Iter_Tail_F(q) (q ? (q_iter)((queue*)q)->tail : NULL)
/PHP-5.6/ext/mysqli/tests/
H A Dbug54674.phpt2 Bug #54674 mysqlnd valid_sjis_(head|tail) is using invalid operator and range.
/PHP-5.6/main/streams/
H A Dphp_stream_filter_api.h59 php_stream_bucket *head, *tail; member
102 php_stream_filter *head, *tail; member
/PHP-5.6/ext/pcntl/
H A Dphp_pcntl.h70 struct php_pcntl_pending_signal *head, *tail, *spares; variable
H A Dpcntl.c494 PCNTL_G(head) = PCNTL_G(tail) = PCNTL_G(spares) = NULL; in PHP_RINIT_FUNCTION()
1222 if (PCNTL_G(head) && PCNTL_G(tail)) { in pcntl_signal_handler()
1223 PCNTL_G(tail)->next = psig; in pcntl_signal_handler()
1227 PCNTL_G(tail) = psig; in pcntl_signal_handler()
/PHP-5.6/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-5.6/Zend/
H A Dzend_llist.h39 zend_llist_element *tail; member
H A Dzend_compile.c5977 (*((int *)CG(dimension_llist).tail->data))++; in zend_do_add_list_element()
5991 (*((int *)CG(dimension_llist).tail->data))++; in zend_do_new_list_end()
/PHP-5.6/ext/ereg/regex/
H A Dengine.c245 register unsigned char *tail; /* string unmatched by rest of RE */ local
299 tail = slow(m, rest, stop, es, stopst);
300 if (tail == stop)
323 tail = slow(m, rest, stop, es, stopst);
324 if (tail == stop)
359 tail = slow(m, rest, stop, es, stopst);
360 if (tail == stop)
/PHP-5.6/ext/fileinfo/libmagic/
H A Dcdf.c276 const void *p, size_t tail, int line) in cdf_check_stream_offset() argument
279 const char *e = ((const char *)p) + tail; in cdf_check_stream_offset()
818 size_t ofs, tail = (i << 1) + 1; in cdf_read_property_info() local
819 if (cdf_check_stream_offset(sst, h, p, tail * sizeof(uint32_t), in cdf_read_property_info()
822 ofs = CDF_GETUINT32(p, tail); in cdf_read_property_info()
/PHP-5.6/ext/oci8/
H A Dconfig.m411 PHP_OCI8_TAIL1=`echo a | tail -n1 2>/dev/null`
13 PHP_OCI8_TAIL1="tail -n1"
15 PHP_OCI8_TAIL1="tail -1"
/PHP-5.6/ext/bcmath/libbcmath/
H A Dconfigure1805 rm -f conftest.tail
1819 sed 1,${ac_max_here_lines}d conftest.vals > conftest.tail
1821 mv conftest.tail conftest.vals
/PHP-5.6/ext/mbstring/oniguruma/
H A Dregexec.c2875 const UChar *tail; in bm_search_notrev() local
2883 tail = target_end - 1; in bm_search_notrev()
2884 tlen1 = tail - target; in bm_search_notrev()
2894 t = tail; in bm_search_notrev()
2909 t = tail; in bm_search_notrev()
2930 const UChar *tail; in bm_search() local
2936 tail = target_end - 1; in bm_search()
2941 t = tail; in bm_search()
2952 t = tail; in bm_search()
/PHP-5.6/ext/pdo_sqlite/
H A Dsqlite_driver.c183 const char *tail; in sqlite_handle_preparer() local
196 i = sqlite3_prepare(H->db, sql, sql_len, &S->stmt, &tail); in sqlite_handle_preparer()
/PHP-5.6/main/
H A DSAPI.c628 l->tail = current->prev; in sapi_remove_header()
/PHP-5.6/ext/imap/
H A Dphp_imap.c681 void mail_free_foblist(FOBJECTLIST **foblist, FOBJECTLIST **tail) in mail_free_foblist() argument
694 *tail = NIL; in mail_free_foblist()
747 void mail_free_messagelist(MESSAGELIST **msglist, MESSAGELIST **tail) in mail_free_messagelist() argument
756 *tail = NIL; in mail_free_messagelist()
/PHP-5.6/ext/fileinfo/
H A Dlibmagic.patch864 const char *e = ((const char *)p) + tail;
953 + size_t ofs, tail = (i << 1) + 1;
954 + if (cdf_check_stream_offset(sst, h, p, tail * sizeof(uint32_t),
957 + ofs = CDF_GETUINT32(p, tail);
/PHP-5.6/ext/sockets/
H A Dconversions.c953 alloc = ctx->allocations.tail; in from_zval_write_control_array()
/PHP-5.6/ext/session/
H A Dsession.c1338 l->tail = current->prev;
/PHP-5.6/ext/pcre/pcrelib/
H A DChangeLog909 character types now use tail recursion, which reduces stack usage.
1642 tail recursion to cut down on stack usage. Unfortunately, now that there is
1643 the possibility of (*THEN) occurring in these branches, tail recursion is
3021 immediately return the result unconditionally, it uses a "tail recursion"
3787 25. Applied Ian Taylor's patches to avoid using another stack frame for tail
/PHP-5.6/ext/pcre/pcrelib/doc/
H A Dpcre.txt10292 result of the current call (a "tail recursion"), the function is just
10321 large amounts of stack may be needed, despite the recognition of "tail

Completed in 156 milliseconds

123