Home
last modified time | relevance | path

Searched refs:done (Results 676 – 700 of 702) sorted by relevance

1...<<212223242526272829

/php-src/ext/mysqlnd/
H A Dmysqlnd_ps.c310 goto done; in mysqlnd_stmt_read_prepare_response()
316 goto done; in mysqlnd_stmt_read_prepare_response()
324 done: in mysqlnd_stmt_read_prepare_response()
/php-src/.github/workflows/
H A Dnightly.yml428 done
459 done
491 done
/php-src/ext/dom/lexbor/lexbor/html/tokenizer/
H A Dstate.c1815 goto done; in lxb_html_tokenizer_state_char_ref_named()
1834 done: in lxb_html_tokenizer_state_char_ref_named()
/php-src/ext/standard/tests/file/
H A Dbasename_variation2-win32.phpt253 done
H A Dbasename_variation2.phpt253 done
/php-src/Zend/
H A DZend.m4280 AC_MSG_RESULT(done)
H A Dzend_vm_gen.php1537 static $done = 0;
1541 if (!$done) {
1542 $done = 1;
/php-src/ext/standard/
H A Dstring.c5044 bool done = 0; local
5061 while (!done) {
5067 done =1;
5079 done=1;
5088 done=1;
5090 done=0;
5093 return done;
H A Durl_scanner_ex.re179 #define YYFILL(n) goto done
/php-src/docs/source/core/data-structures/
H A Dreference-counting.rst163 the value is done being updated. In this case, this synchronization is avoided by making the value
/php-src/ext/zip/
H A Dphp_zip.c241 goto done; in php_zip_extract_file()
249 goto done; in php_zip_extract_file()
268 done: in php_zip_extract_file()
/php-src/
H A DCONTRIBUTING.md134 Editing the manual is done by checking out the XML sources using Git and editing
379 later branches) an empty merge should be done.
H A DCODING_STANDARDS.md39 constant to specify different behavior or actions should be done through
H A DUPGRADING.INTERNALS149 - Added Bison flag '-Wall' when generating lexer files as done in *nix build
H A DUPGRADING426 instead of subject DN which was incorrectly done previously.
H A Dconfigure.ac1041 dnl DTRACE checks. Note: this has to be done after SAPI configuration.
/php-src/ext/fileinfo/libmagic/
H A Dapprentice.c428 static int done = 0; in init_file_tables() local
431 if (done) in init_file_tables()
433 done++; in init_file_tables()
/php-src/sapi/fpm/
H A Dwww.conf.in226 ; because CPU calculation is done when the request
230 ; because memory calculation is done when the request
/php-src/ext/pcre/pcre2lib/sljit/
H A DsljitNativeX86_common.c2267 sljit_s32 dst_r, done = 0; local
2282 done = 1;
2293 done = 1;
2306 done = 1;
2310 if (done) {
/php-src/ext/gd/libgd/
H A Dgd.c1926 goto done; in gdImageFill()
1932 goto done; in gdImageFill()
1976 done: in gdImageFill()
/php-src/docs-old/
H A Dstreams.md128 memory when you are done. As with `copy_to_stream`, this function will try use
/php-src/ext/date/lib/
H A Dparse_date.re2595 int done = 0;
2596 while (*fptr && !done) {
2610 done = 1;
H A Dparse_date.c25445 int done = 0; in timelib_parse_from_format_with_map() local
25446 while (*fptr && !done) { in timelib_parse_from_format_with_map()
25460 done = 1; in timelib_parse_from_format_with_map()
/php-src/ext/phar/phar/
H A Dpharcommand.inc562 * @see Exit to make sure that we are done.
/php-src/ext/opcache/jit/
H A Dzend_jit_ir.c6253 bool done = 0; in zend_jit_assign_to_variable() local
6363 done = 1; in zend_jit_assign_to_variable()
6422 if (!done) { in zend_jit_assign_to_variable()

Completed in 215 milliseconds

1...<<212223242526272829