Searched refs:HASH_TABLE (Results 1 – 3 of 3) sorted by relevance
/external/python/cpython3/Modules/expat/ |
D | xmlparse.c | 185 } HASH_TABLE; typedef 337 HASH_TABLE generalEntities; 338 HASH_TABLE elementTypes; 339 HASH_TABLE attributeIds; 340 HASH_TABLE prefixes; 352 HASH_TABLE paramEntities; 460 static int copyEntityTable(XML_Parser oldParser, HASH_TABLE *, STRING_POOL *, 461 const HASH_TABLE *); 462 static NAMED *lookup(XML_Parser parser, HASH_TABLE *table, KEY name, 464 static void FASTCALL hashTableInit(HASH_TABLE *, [all …]
|
/external/expat/lib/ |
D | xmlparse.c | 186 } HASH_TABLE; typedef 338 HASH_TABLE generalEntities; 339 HASH_TABLE elementTypes; 340 HASH_TABLE attributeIds; 341 HASH_TABLE prefixes; 353 HASH_TABLE paramEntities; 461 static int copyEntityTable(XML_Parser oldParser, HASH_TABLE *, STRING_POOL *, 462 const HASH_TABLE *); 463 static NAMED *lookup(XML_Parser parser, HASH_TABLE *table, KEY name, 465 static void FASTCALL hashTableInit(HASH_TABLE *, [all …]
|
/external/python/cpython2/Modules/expat/ |
D | xmlparse.c | 192 } HASH_TABLE; typedef 346 HASH_TABLE generalEntities; 347 HASH_TABLE elementTypes; 348 HASH_TABLE attributeIds; 349 HASH_TABLE prefixes; 361 HASH_TABLE paramEntities; 485 HASH_TABLE *, STRING_POOL *, const HASH_TABLE *); 487 lookup(XML_Parser parser, HASH_TABLE *table, KEY name, size_t createSize); 489 hashTableInit(HASH_TABLE *, const XML_Memory_Handling_Suite *ms); 490 static void FASTCALL hashTableClear(HASH_TABLE *); [all …]
|