Home
last modified time | relevance | path

Searched refs:idx (Results 101 – 109 of 109) sorted by relevance

12345

/PHP-7.1/ext/zip/lib/
H A Dzipint.h444 zip_uint64_t idx; member
/PHP-7.1/Zend/
H A Dzend_inheritance.c488 uint32_t idx = i; in zend_get_function_declaration() local
492 ++idx; in zend_get_function_declaration()
495 && op->op1.num == (zend_ulong)idx) in zend_get_function_declaration()
H A Dzend_builtin_functions.c869 zend_ulong idx; in copy_constant_array() local
873 ZEND_HASH_FOREACH_KEY_VAL_IND(Z_ARRVAL_P(src), idx, key, val) { in copy_constant_array()
879 new_val = zend_hash_index_add_new(Z_ARRVAL_P(dst), idx, val); in copy_constant_array()
H A Dzend_vm_def.h7704 uint32_t idx; variable
7712 idx = (uint32_t)(uintptr_t)CACHED_PTR(Z_CACHE_SLOT_P(varname)) - 1;
7713 if (EXPECTED(idx < EG(symbol_table).nNumUsed)) {
7714 Bucket *p = EG(symbol_table).arData + idx;
7723 value = &EG(symbol_table).arData[idx].val;
7731 idx = ((char*)value - (char*)EG(symbol_table).arData) / sizeof(Bucket);
7733 CACHE_PTR(Z_CACHE_SLOT_P(varname), (void*)(uintptr_t)(idx + 1));
7735 idx = ((char*)value - (char*)EG(symbol_table).arData) / sizeof(Bucket);
7737 CACHE_PTR(Z_CACHE_SLOT_P(varname), (void*)(uintptr_t)(idx + 1));
H A Dzend_vm_execute.h40587 uint32_t idx; local
40595 idx = (uint32_t)(uintptr_t)CACHED_PTR(Z_CACHE_SLOT_P(varname)) - 1;
40596 if (EXPECTED(idx < EG(symbol_table).nNumUsed)) {
40597 Bucket *p = EG(symbol_table).arData + idx;
40606 value = &EG(symbol_table).arData[idx].val;
40614 idx = ((char*)value - (char*)EG(symbol_table).arData) / sizeof(Bucket);
40616 CACHE_PTR(Z_CACHE_SLOT_P(varname), (void*)(uintptr_t)(idx + 1));
40618 idx = ((char*)value - (char*)EG(symbol_table).arData) / sizeof(Bucket);
40620 CACHE_PTR(Z_CACHE_SLOT_P(varname), (void*)(uintptr_t)(idx + 1));
/PHP-7.1/ext/sqlite3/libsqlite/
H A Dsqlite3.c27598 for(idx=0; idx<ArraySize(fmtinfo); idx++){
27713 for(idx=0; nn>0; idx++){
27714 bufpt[idx] = bufpt[idx+nn];
27752 for(idx=precision&0xfff, rounder=0.5; idx>0; idx--, rounder*=0.1){}
69776 assert( idx>=0 && idx<pPage->nCell );
70019 assert( idx>=0 && idx+N<=p->nCell );
72565 assert( idx>=0 && idx<=15 );
72592 assert( idx>=1 && idx<=15 );
83415 assert( idx>0 && idx<=p->nVar );
98395 pNewItem->idx = pOldItem->idx;
[all …]
H A Dsqlite3.h8909 int idx, /* Index of loop to report on */
/PHP-7.1/ext/exif/
H A Dexif.c1949 int i, ap, l, b, idx=0, unknown=0; in add_assoc_image_info() local
2005 add_index_string(&tmpi, idx++, val); in add_assoc_image_info()
/PHP-7.1/ext/fileinfo/
H A Dlibmagic.patch117 mlp->map = idx == 0 ? map : NULL;

Completed in 566 milliseconds

12345