Searched refs:num_entries (Results 1 - 10 of 10) sorted by relevance
| /PHP_5_5/ext/mbstring/oniguruma/ |
| H A D | regparse.c | 567 return t->num_entries;
|
| H A D | st.c | 159 tbl->num_entries = 0; 263 if (table->num_entries/(table->num_bins) > ST_DEFAULT_MAX_DENSITY) {\ 275 table->num_entries++;\ 400 table->num_entries--; 411 table->num_entries--; 442 table->num_entries--; 471 int num_entries = table->num_entries; local 474 table->num_entries = num_entries; [all...] |
| H A D | st.h | 27 int num_entries; member in struct:st_table
|
| /PHP_5_5/ext/exif/ |
| H A D | exif.c | 3523 int i, sn, num_entries, sub_section_index = 0; local 3541 num_entries = php_ifd_get16u(ImageInfo->file.list[sn].data, ImageInfo->motorola_intel); 3542 dir_size = 2/*num dir entries*/ +12/*length of entry*/*num_entries +4/* offset to next ifd (points to thumbnail or NULL)*/; 3545 exif_error_docref(NULL EXIFERR_CC, ImageInfo, E_NOTICE, "Read from TIFF: filesize(x%04X), IFD dir(x%04X + x%04X), IFD entries(%d)", ImageInfo->FileSize, dir_offset+2, dir_size-2, num_entries); 3558 for(i=0;i<num_entries;i++) { 3645 for(i=0;i<num_entries;i++) {
|
| /PHP_5_5/ext/ldap/ |
| H A D | ldap.c | 923 int num_entries, num_attrib, num_values, i; local 938 num_entries = ldap_count_entries(ldap, ldap_result); 941 add_assoc_long(return_value, "count", num_entries); 943 if (num_entries == 0) { 953 num_entries = 0; 998 zend_hash_index_update(Z_ARRVAL_P(return_value), num_entries, (void *) &tmp1, sizeof(zval *), NULL); local 1000 num_entries++; 1004 add_assoc_long(return_value, "count", num_entries);
|
| /PHP_5_5/ext/opcache/ |
| H A D | zend_accelerator_hash.c | 34 accel_hash->num_entries = 0; 50 accel_hash->num_entries = 0; 119 if (accel_hash->num_entries == accel_hash->max_num_entries) { 123 entry = &accel_hash->hash_entries[accel_hash->num_entries++];
|
| H A D | zend_accelerator_hash.h | 31 hash entries are preallocated in the 'hash_entries' array. 'num_entries' is 59 zend_uint num_entries; member in struct:_zend_accel_hash 91 if (accel_hash->num_entries == accel_hash->max_num_entries) {
|
| H A D | zend_accelerator_module.c | 417 snprintf(buf, sizeof(buf), "%ld", ZCSG(hash).num_entries); 544 add_assoc_long(statistics, "num_cached_keys", ZCSG(hash).num_entries);
|
| H A D | ZendAccelerator.c | 226 key[ZCG(include_path_len) + 1] = 'A' + ZCSG(include_paths).num_entries; 972 key[ZCG(include_path_len) + 1] = 'A' + ZCSG(include_paths).num_entries; 2096 if (ZCSG(include_paths).num_entries > 1) { 2097 ZCSG(include_paths).num_entries = 1; 2597 key[ZCG(include_path_len) + 1] = 'A' + ZCSG(include_paths).num_entries;
|
| /PHP_5_5/ext/standard/ |
| H A D | image.c | 801 int i, num_entries; local 818 num_entries = php_ifd_get16u(ifd_data, motorola_intel); 819 dir_size = 2/*num dir entries*/ +12/*length of entry*/*num_entries +4/* offset to next ifd (points to thumbnail or NULL)*/; 828 for(i=0;i<num_entries;i++) {
|
Completed in 69 milliseconds