Searched defs:num_entries (Results 1 - 5 of 5) sorted by relevance
| /PHP_5_3/ext/mbstring/oniguruma/ |
| H A D | st.c | 175 tbl->num_entries = 0; 279 if (table->num_entries/(table->num_bins) > ST_DEFAULT_MAX_DENSITY) {\ 291 table->num_entries++;\ 416 table->num_entries--; 427 table->num_entries--; 458 table->num_entries--; 482 int num_entries = table->num_entries; local 485 table->num_entries = num_entries; [all...] |
| H A D | st.h | 22 int num_entries; member in struct:st_table
|
| /PHP_5_3/ext/exif/ |
| H A D | exif.c | 3547 int i, sn, num_entries, sub_section_index = 0; local 3565 num_entries = php_ifd_get16u(ImageInfo->file.list[sn].data, ImageInfo->motorola_intel); 3566 dir_size = 2/*num dir entries*/ +12/*length of entry*/*num_entries +4/* offset to next ifd (points to thumbnail or NULL)*/; 3569 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); 3582 for(i=0;i<num_entries;i++) { 3669 for(i=0;i<num_entries;i++) {
|
| /PHP_5_3/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_3/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 22 milliseconds