Home
last modified time | relevance | path

Searched refs:hit (Results 1 – 11 of 11) sorted by relevance

/PHP-5.3/ext/spl/tests/
H A Dheap_top_variation_002.phpt17 // insert 2 elements to hit our overridden compare
/PHP-5.3/ext/standard/tests/strings/
H A Dstr_shuffle_basic.phpt35 // Combination already hit ?
/PHP-5.3/ext/mysqli/tests/
H A Dmysqli_change_user_insert_id.phpt11 …die("skip Might hit known and open bugs http://bugs.mysql.com/bug.php?id=30472, http://bugs.mysql.…
/PHP-5.3/Zend/
H A Dzend_alloc.c446 int hit; member
1598 int hit = 0, miss = 0; in zend_mm_shutdown() local
1622 hit += heap->cache_stat[i].hit; in zend_mm_shutdown()
1624 …MM_TRUE_SIZE(max_size), heap->cache_stat[i].max_count, heap->cache_stat[i].hit, heap->cache_stat[i… in zend_mm_shutdown()
1629 fprintf(f, " %8d %8d\n", hit, miss); in zend_mm_shutdown()
1630 … %8d %8d\n", heap->cache_stat[ZEND_MM_NUM_BUCKETS].hit, heap->cache_stat[Z… in zend_mm_shutdown()
1832 heap->cache_stat[index].hit++; in _zend_mm_alloc_int()
1852 heap->cache_stat[ZEND_MM_NUM_BUCKETS].hit++; in _zend_mm_alloc_int()
2105 heap->cache_stat[index].hit++; in _zend_mm_realloc_int()
/PHP-5.3/ext/sqlite/libsqlite/src/
H A Dbtree.c3300 char hit[SQLITE_USABLE_SIZE]; in checkTreePage() local
3374 memset(hit, 0, sizeof(hit)); in checkTreePage()
3375 memset(hit, 1, sizeof(PageHdr)); in checkTreePage()
3379 for(j=i+cellSize(pBt, pCell)-1; j>=i; j--) hit[j]++; in checkTreePage()
3385 for(j=i+SWAB16(pBt,pFBlk->iSize)-1; j>=i; j--) hit[j]++; in checkTreePage()
3389 if( hit[i]==0 ){ in checkTreePage()
3393 }else if( hit[i]>1 ){ in checkTreePage()
/PHP-5.3/ext/pdo_mysql/tests/
H A Dpdo_mysql___construct.phpt116 // let's hope we don't hit a MySQL running on that port...
/PHP-5.3/ext/pcre/pcrelib/
H A Dpcre_printint.src100 we hit a bad one. Print it with \X instead of \x as an indication. */
H A DChangeLog2401 that would hit this one: something like ^ABC$ would have failed after \r
/PHP-5.3/
H A Dconfigure.in268 # to avoid the performance hit from the lost register
/PHP-5.3/ext/sqlite3/libsqlite/
H A Dsqlite3.c55130 char *hit = 0;
55268 hit = sqlite3PageMalloc( pBt->pageSize );
55269 if( hit==0 ){
55274 memset(hit+contentOffset, 0, usableSize-contentOffset);
55275 memset(hit, 1, contentOffset);
55289 for(j=pc+size-1; j>=pc; j--) hit[j]++;
55298 for(j=i+size-1; j>=i; j--) hit[j]++;
55305 if( hit[i]==0 ){
55307 }else if( hit[i]>1 ){
55319 sqlite3PageFree(hit);
/PHP-5.3/ext/pcre/pcrelib/doc/
H A Dpcre.txt118 Another way that performance can be hit is by running a pattern that

Completed in 336 milliseconds