table_size        579 ext/standard/html.c 	size_t table_size;
table_size        636 ext/standard/html.c 		table_size = sizeof(unimap_macroman) / sizeof(*unimap_macroman);
table_size        640 ext/standard/html.c 		table_size = sizeof(unimap_win1251) / sizeof(*unimap_win1251);
table_size        644 ext/standard/html.c 		table_size = sizeof(unimap_koi8r) / sizeof(*unimap_koi8r);
table_size        648 ext/standard/html.c 		table_size = sizeof(unimap_cp866) / sizeof(*unimap_cp866);
table_size        654 ext/standard/html.c 			found = unimap_bsearch(table, code, table_size);