| /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/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/sqlite3/libsqlite/ |
| H A D | sqlite3.c | 4040 ** ^Conversions between UTF-16be and UTF-16le are always done in place and do 4043 ** of conversion are done in place when it is possible, but sometimes they 7320 ** Hash.htsize and Hash.ht may be zero. In that case lookup is done 9025 ** prematurely, old temporary files can be easily identified. This can be done 9831 ** next time a statement is prepared using said sqlite3*. This is done 9925 ** done as a macro so that it will be optimized out when virtual 10372 u8 done; /* A flag to indicate when processing is finished */ member in struct:ExprList::ExprList_item 12553 /* Result of last sqlite3BtreeMoveto() done by an OP_NotExists or 15478 ** this is done, the chunk index refers to the second block of 19036 etByte done; /* Loo local [all...] |
| /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 | 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 | file.c | 377 int in_tag = 0, done = 0; local 403 while (!done && (tok = php_next_meta_token(&md TSRMLS_CC)) != TOK_EOF) { 409 /* We are done here! */ 410 done = 1; 761 * will not need to be done for every single line in the file. */
|
| H A D | string.c | 98 /* If last members of struct lconv equal CHAR_MAX, no grouping is done */ 4482 int state=0, done=0; local 4499 while (!done) { 4505 done =1; 4517 done=1; 4526 done=1; 4528 done=0; 4531 return done; 5407 /* nothing to be done */
|
| /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;
|
| /PHP_TRUNK/ext/pdo_sqlite/ |
| H A D | php_pdo_sqlite_int.h | 68 unsigned done:1; member in struct:__anon177
|
| /PHP_TRUNK/win32/build/ |
| H A D | mkdist.php | 164 $done = false; variable 205 } while (!$done);
|
| /PHP_TRUNK/main/streams/ |
| H A D | streams.c | 650 * we will read again, otherwise out job is done here */ 915 int done = 0; local 922 done = 1; 941 done = 1; 953 if (done) {
|
| /PHP_TRUNK/ext/date/lib/ |
| H A D | parse_date.c | 25129 int done = 0; local 25130 while (*fptr && !done) { 25142 done = 1;
|
| /PHP_TRUNK/ext/fileinfo/libmagic/ |
| H A D | apprentice.c | 348 static int done = 0; local 351 if (done) 353 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/ext/wddx/ |
| H A D | wddx.c | 98 zend_bool done; member in struct:__anon3 181 stack->done = 0; 1027 stack->done = 1; 1048 if (!wddx_stack_is_empty(stack) && !stack->done) {
|
| /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) {
|