| /PHP_5_3/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_5_3/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_5_3/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_5_3/ext/sqlite/libsqlite/src/ |
| H A D | sqliteInt.h | 729 u8 done; /* A flag to indicate when processing is finished */ member in struct:ExprList::ExprList_item
|
| /PHP_5_3/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_5_3/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, inx; local 233 while (!done) { 247 done = 1; 281 /* we hit data, no more marker-inserting can be done! */ 283 done = 1;
|
| H A D | string.c | 92 /* If last members of struct lconv equal CHAR_MAX, no grouping is done */ 4228 int state=0, done=0; local 4245 while (!done) { 4251 done =1; 4263 done=1; 4272 done=1; 4274 done=0; 4277 return done; 5100 /* nothing to be done */
|
| H A D | file.c | 375 int in_tag = 0, done = 0; local 405 while (!done && (tok = php_next_meta_token(&md TSRMLS_CC)) != TOK_EOF) { 411 /* We are done here! */ 412 done = 1; 793 * will not need to be done for every single line in the file. */
|
| /PHP_5_3/win32/build/ |
| H A D | mkdist.php | 164 $done = false; variable 205 } while (!$done);
|
| /PHP_5_3/ext/fileinfo/libmagic/ |
| H A D | apprentice.c | 225 static int done = 0; local 228 if (done) 230 done++;
|
| /PHP_5_3/ext/gd/libgd/ |
| H A D | gd_gif_in.c | 77 int curbit, lastbit, done, last_byte; member in struct:__anon127 379 scd->done = FALSE; 384 if (scd->done) { 394 scd->done = TRUE;
|
| /PHP_5_3/ext/date/lib/ |
| H A D | parse_date.c | 25161 int done = 0; local 25162 while (*fptr && !done) { 25174 done = 1;
|
| /PHP_5_3/ext/pdo_sqlite/ |
| H A D | php_pdo_sqlite_int.h | 68 unsigned done:1; member in struct:__anon159
|
| /PHP_5_3/ext/soap/ |
| H A D | php_http.c | 1329 char ch, done, headerbuf[8192]; local 1331 done = FALSE; 1333 while (!done) { 1351 done = TRUE; 1379 done = TRUE; 1433 int done = FALSE; local 1437 while (!done) { 1445 done = TRUE; 1455 return done;
|
| /PHP_5_3/ext/sqlite/ |
| H A D | pdo_sqlite2.c | 53 unsigned done:1; member in struct:__anon203 88 if (stmt->executed && !S->done) { 101 S->done = 0; 116 S->done = 1; 147 if (S->done) { 157 S->done = 1;
|
| /PHP_5_3/ext/wddx/ |
| H A D | wddx.c | 98 zend_bool done; member in struct:__anon240 181 stack->done = 0; 1027 stack->done = 1; 1048 if (!wddx_stack_is_empty(stack) && !stack->done) {
|
| /PHP_5_3/main/streams/ |
| H A D | streams.c | 584 * we will read again, otherwise out job is done here */ 849 int done = 0; local 856 done = 1; 875 done = 1; 887 if (done) {
|
| /PHP_5_3/Zend/ |
| H A D | zend_vm_gen.php | 689 static $done = 0; variable 693 if (!$done) { 694 $done = 1; variable 1245 $done = 0; variable 1249 $done = 1; variable 1252 $done = 1; variable 1259 $done = 1; variable 1265 $done = 1; variable 1269 if (!$done) {
|