| /PHP_TRUNK/TSRM/ |
| H A D | TSRM.c | 37 int done; member in struct:__anon1 179 if (resource_types_table && !resource_types_table[j].done && resource_types_table[j].dtor) { 241 resource_types_table[TSRM_UNSHUFFLE_RSRC_ID(*rsrc_id)].done = 0; 288 if (resource_types_table[i].done) { 417 /* return old context, so caller can restore it when they're done */ 555 resource_types_table[j].done = 1;
|
| /PHP_TRUNK/build/ |
| H A D | build.mk | 52 done; \ 67 done 72 done
|
| /PHP_TRUNK/ext/bcmath/libbcmath/src/ |
| H A D | sqrt.c | 47 int rscale, cmp_res, done; local 102 done = FALSE; 103 while (!done) 116 done = TRUE;
|
| /PHP_TRUNK/ext/ereg/regex/ |
| H A D | debug.c | 98 register int done = 0; local 118 for (s = &g->strip[1]; !done; s++) { 123 done = 1; 222 if (!done)
|
| /PHP_TRUNK/ext/phar/tests/cache_list/files/ |
| H A D | phar_test.inc | 35 // create if not yet done
|
| /PHP_TRUNK/ext/phar/tests/files/ |
| H A D | phar_test.inc | 35 // create if not yet done
|
| /PHP_TRUNK/ext/spl/examples/ |
| H A D | searchiterator.inc | 23 private $done = false; 31 $this->done = false; 39 return !$this->done && parent::valid(); 47 $this->done = true;
|
| /PHP_TRUNK/ext/spl/internal/ |
| H A D | filteriterator.inc | 22 * The only thing that needs to be done to make this work is implementing
|
| /PHP_TRUNK/ext/standard/ |
| H A D | crypt_blowfish.c | 729 int done; local 736 done = 0; 739 if (done) 741 done = 1;
|
| H A D | exec.c | 128 /* strip trailing whitespaces if we have not done so already */ 155 done: 167 goto done; 237 Remember to efree it when done with it.
|
| H A D | iptc.c | 184 unsigned int marker, done = 0; local 226 while (!done) { 240 done = 1; 274 /* we hit data, no more marker-inserting can be done! */ 276 done = 1;
|
| H A D | scanf.c | 677 goto done; 689 goto done; 694 goto done; 822 goto done; 839 goto done; 910 goto done; 1028 * We got an illegal character so we are done accumulating. 1050 goto done; 1134 * We got an illegal character so we are done accumulating. 1156 * failed and we are done [all...] |
| H A D | url_scanner_ex.re | 104 #define YYFILL(n) goto done 122 "#" { bash = p - 1; goto done; } 125 done:
|
| /PHP_TRUNK/ext/fileinfo/libmagic/ |
| H A D | encoding.c | 78 goto done; 83 goto done; 135 done: 339 goto done; 352 done:
|
| H A D | ascmagic.c | 134 goto done; 144 goto done; 148 goto done; 193 goto done; 199 goto done; 202 goto done; 213 goto done; 216 goto done; 223 goto done; 230 goto done; [all...] |
| H A D | funcs.c | 212 goto done; 220 goto done; 231 goto done; 260 goto done; 269 goto done; 281 goto done; 292 done:
|
| H A D | magic.c | 370 goto done; 374 goto done; 379 goto done; 395 goto done; 397 goto done; 409 goto done; 414 goto done; 416 done: 436 * The main work is done here!
|
| /PHP_TRUNK/ext/gd/libgd/ |
| H A D | gd_gif_in.c | 77 int curbit, lastbit, done, last_byte; member in struct:__anon132 379 scd->done = FALSE; 384 if (scd->done) { 394 scd->done = TRUE;
|
| H A D | gdxpm.c | 36 goto done; 129 done:
|
| /PHP_TRUNK/ext/pdo_pgsql/ |
| H A D | pgsql_statement.c | 600 goto done; 605 goto done; 609 done:
|
| /PHP_TRUNK/ext/pdo_sqlite/ |
| H A D | php_pdo_sqlite_int.h | 68 unsigned done:1; member in struct:__anon177
|
| H A D | sqlite_statement.c | 50 if (stmt->executed && !S->done) { 54 S->done = 0; 65 S->done = 1; 85 if (stmt->executed && !S->done) { 87 S->done = 1; 199 if (S->done) { 208 S->done = 1;
|
| /PHP_TRUNK/win32/build/ |
| H A D | mkdist.php | 164 $done = false; variable 205 } while (!$done);
|
| /PHP_TRUNK/ext/soap/ |
| H A D | php_http.c | 193 /* Changed ternary operator to an if/else so that additional comparisons can be done on the ssl_method property */ 1393 char ch, done, headerbuf[8192]; local 1395 done = FALSE; 1397 while (!done) { 1415 done = TRUE; 1443 done = TRUE; 1497 int done = FALSE; local 1501 while (!done) { 1509 done = TRUE; 1519 return done; [all...] |
| /PHP_TRUNK/Zend/ |
| H A D | zend_vm_gen.php | 731 static $done = 0; variable 735 if (!$done) { 736 $done = 1; variable 1342 $done = 0; variable 1346 $done = 1; variable 1349 $done = 1; variable 1356 $done = 1; variable 1362 $done = 1; variable 1366 if (!$done) {
|