table_size        580 ext/standard/html.c 	size_t table_size;
table_size        637 ext/standard/html.c 		table_size = sizeof(unimap_macroman) / sizeof(*unimap_macroman);
table_size        641 ext/standard/html.c 		table_size = sizeof(unimap_win1251) / sizeof(*unimap_win1251);
table_size        645 ext/standard/html.c 		table_size = sizeof(unimap_koi8r) / sizeof(*unimap_koi8r);
table_size        649 ext/standard/html.c 		table_size = sizeof(unimap_cp866) / sizeof(*unimap_cp866);
table_size        655 ext/standard/html.c 			found = unimap_bsearch(table, code, table_size);
table_size         47 ext/zip/lib/zip_hash.c     zip_uint16_t table_size;
table_size         52 ext/zip/lib/zip_hash.c _zip_hash_new(zip_uint16_t table_size, zip_error_t *error)
table_size         56 ext/zip/lib/zip_hash.c     if (table_size == 0) {
table_size         65 ext/zip/lib/zip_hash.c     hash->table_size = table_size;
table_size         66 ext/zip/lib/zip_hash.c     if ((hash->table=(zip_hash_entry_t**)calloc(table_size, sizeof(zip_hash_entry_t *))) == NULL) {
table_size         95 ext/zip/lib/zip_hash.c     for (i=0; i<hash->table_size; i++) {
table_size        133 ext/zip/lib/zip_hash.c     hash_value = _hash_string(name, hash->table_size);
table_size        177 ext/zip/lib/zip_hash.c     hash_value = _hash_string(name, hash->table_size);
table_size        216 ext/zip/lib/zip_hash.c     hash_value = _hash_string(name, hash->table_size);
table_size        243 ext/zip/lib/zip_hash.c     for (i = 0; i < hash->table_size; i++) {