Searched refs:allowPCData (Results 1 - 1 of 1) sorted by relevance

/external/libxml2/
H A DHTMLparser.c2182 static const char *allowPCData[] = { variable
2239 for ( i = 0; i < sizeof(allowPCData)/sizeof(allowPCData[0]); i++ ) {
2240 if ( xmlStrEqual(ctxt->name, BAD_CAST allowPCData[i]) ) {
2249 for ( i = 0; i < sizeof(allowPCData)/sizeof(allowPCData[0]); i++ ) {
2250 if ( xmlStrEqual(lastChild->name, BAD_CAST allowPCData[i]) ) {

Completed in 41 milliseconds