| /PHP_5_3/ext/sqlite/libsqlite/src/ |
| H A D | date.c | 100 int cnt = 0; local 111 return cnt; 117 return cnt; 121 cnt++; 123 return cnt;
|
| H A D | encode.c | 126 int cnt[256]; local 134 memset(cnt, 0, sizeof(cnt)); 135 for(i=n-1; i>=0; i--){ cnt[in[i]]++; } 140 sum = cnt[i] + cnt[(i+1)&0xff] + cnt[(i+'\'')&0xff];
|
| H A D | expr.c | 422 int cnt = 0; /* Number of matching column names */ local 473 cnt++; 487 if( zDb==0 && zTab!=0 && cnt==0 && pParse->trigStack!=0 ){ 508 cnt++; 520 if( cnt==0 && cntTab==1 && sqliteIsRowid(zCol) ){ 521 cnt = 1; 538 if( cnt==0 && pEList!=0 ){ 560 if( cnt==0 && zTab==0 && pColumnToken->z[0]=='"' ){ 566 ** cnt==0 means there was not match. cnt> [all...] |
| H A D | func.c | 410 int cnt; /* Number of elements summed */ member in struct:SumCtx 422 p->cnt++; 433 if( p && p->cnt>0 ){ 434 sqlite_set_result_double(context, p->sum/(double)p->cnt); 446 int cnt; /* Number of terms counted */ member in struct:StdDevCtx 462 p->cnt++; 468 if( p && p->cnt>1 ){ 469 double rCnt = cnt;
|
| H A D | main.c | 704 int rc, cnt = 1; local 707 && db->xBusyCallback(db->pBusyArg, "", cnt++)!=0 ){}
|
| H A D | os.c | 158 ** a reference count (so we will know when to delete it) and a "cnt" 159 ** field that tells us its internal lock status. cnt==0 means the 160 ** file is unlocked. cnt==-1 means the file has an exclusive lock. 161 ** cnt>0 means there are cnt shared locks on the file. 226 int cnt; /* 0: unlocked. -1: write lock. 1...: read lock. */ member in struct:lockInfo 319 pLock->cnt = 0; 1324 if( id->pLock->cnt>0 ){ 1326 id->pLock->cnt++; 1331 }else if( id->locked || id->pLock->cnt 1361 int cnt = 100; local 1397 int cnt = 5; local 1471 int cnt = 100; local 1505 int cnt = 5; local [all...] |
| H A D | pager.c | 293 static int cnt = 0; local 299 cnt++; /* Something to set a breakpoint on */ 896 int cnt = 8; local 899 cnt--; 902 }while( cnt>0 && rc!=SQLITE_OK );
|
| H A D | printf.c | 146 ** The counter *cnt is incremented each time. After counter exceeds 150 static int et_getdigit(LONGDOUBLE_TYPE *val, int *cnt){ argument 153 if( (*cnt)++ >= 16 ) return '0';
|
| H A D | select.c | 811 int cnt; local 813 for(j=cnt=0; j<i; j++){ 817 sprintf(zBuf,"_%d",++cnt);
|
| H A D | util.c | 800 int cnt = 0; local 846 while( r>0.0 && cnt<10 ){ 853 cnt++;
|
| H A D | vdbe.c | 1779 int i, cnt; local 1781 cnt = pOp->p1; 1782 if( cnt<0 ) cnt = -cnt; 1783 pTerm = &pTos[1-cnt]; 1785 for(i=0; i<cnt; i++, pTerm++){ 1791 if( pOp->p1>0 ) popStack(&pTos, cnt); 1802 int i, cnt; local 1803 cnt 2835 int res, rx, cnt, x; local [all...] |
| H A D | vdbe.h | 43 int cnt; /* Number of times this instruction was executed */ member in struct:VdbeOp
|
| H A D | vdbeInt.h | 159 int cnt; /* Number of times that the step function has been called */ member in struct:sqlite_func
|
| H A D | where.c | 67 int cnt = 0; local 75 cnt = 1 + exprSplit(nSlot-1, &aSlot[1], pExpr->pRight); 77 cnt = exprSplit(nSlot, aSlot, pExpr->pLeft); 78 cnt += exprSplit(nSlot-cnt, &aSlot[cnt], pExpr->pRight); 80 return cnt;
|
| /PHP_5_3/ext/standard/ |
| H A D | crypt_sha256.c | 361 size_t cnt; local 434 for (cnt = key_len; cnt > 32; cnt -= 32) { 437 sha256_process_bytes(alt_result, cnt, &ctx); 441 for (cnt = key_len; cnt > 0; cnt >>= 1) { 442 if ((cnt & 1) != 0) { 456 for (cnt 705 int cnt, i; local [all...] |
| H A D | crypt_sha512.c | 394 size_t cnt; local 468 for (cnt = key_len; cnt > 64; cnt -= 64) { 471 sha512_process_bytes(alt_result, cnt, &ctx); 475 for (cnt = key_len; cnt > 0; cnt >>= 1) { 476 if ((cnt & 1) != 0) { 490 for (cnt 769 int cnt; local [all...] |
| H A D | proc_open.c | 85 uint string_length, cnt, l, sizeenv=0, el_len; local 96 cnt = zend_hash_num_elements(Z_ARRVAL_P(environment)); 98 if (cnt < 1) { 135 ep = env.envarray = (char **) pecalloc(cnt + 1, sizeof(char *), is_persistent);
|
| H A D | streamsfuncs.c | 614 int cnt = 0; local 646 cnt++; 649 return cnt ? 1 : 0;
|
| /PHP_5_3/scripts/dev/ |
| H A D | search_underscores.php | 71 $cnt = $cnt_modules + $cnt_classes + $cnt_methods; variable 78 printf("Names: %5d\n", $cnt); 79 printf("Errors: %5d (%.1f%%)\n", $err, round($err * 100 / $cnt, 1));
|
| /PHP_5_3/ext/fileinfo/libmagic/ |
| H A D | apprentice.c | 1179 size_t cnt = me->max_count + ALLOC_CHUNK; local 1180 nm = erealloc(me->mp, sizeof(*nm) * cnt); 1182 me->max_count = CAST(uint32_t, cnt);
|
| H A D | compress.c | 193 int cnt; local 194 for (cnt = 0;; cnt++) { 210 } else if (selrv == 0 && cnt >= 5) {
|
| /PHP_5_3/ext/gd/libgd/ |
| H A D | wbmp.c | 66 int cnt, l, accu; local 69 cnt = 0; 72 accu += i & 0x7f << 7 * cnt++; 75 for (l = cnt - 1; l > 0; l--)
|
| /PHP_5_3/ext/intl/locale/ |
| H A D | locale_methods.c | 1031 int cnt = 0; local 1049 sprintf( cur_key_name , "%s%d", key_name , cnt++); 1053 sprintf( cur_key_name , "%s%d", key_name , cnt++);
|
| /PHP_5_3/ext/iconv/ |
| H A D | iconv.c | 588 unsigned int cnt; local 608 for (in_p = str, in_left = nbytes, cnt = 0; in_left > 0; cnt+=2) { 623 cnt -= out_left / GENERIC_SUPERSET_NBYTES; 638 *pretval = cnt; 646 *pretval = cnt; 672 unsigned int cnt; local 729 for (in_p = str, in_left = nbytes, cnt = 0; in_left > 0 && len > 0; ++cnt) { 742 if (cnt > 820 unsigned int cnt; local [all...] |
| /PHP_5_3/ext/mysqlnd/ |
| H A D | mysqlnd.c | 1106 int cnt = 0; local 1112 cnt++; 1116 if (cnt) { 1117 MYSQLND **ret_p = ret = ecalloc(cnt + 1, sizeof(MYSQLND *)); 1140 int cnt = 0; local 1157 cnt++; 1161 return cnt ? 1 : 0;
|