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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libxml/
H A DHTMLparser.c900 static const char * const htmlStartClose[] = { variable
1049 while ((htmlStartClose[i] != NULL) && (indx < 100 - 1)) {
1050 htmlStartCloseIndex[indx++] = (const char**) &htmlStartClose[i];
1051 while (htmlStartClose[i] != NULL) i++;
1124 i = closed - htmlStartClose;
1126 while (htmlStartClose[i] != NULL) {
1127 if (xmlStrEqual(BAD_CAST htmlStartClose[i], oldtag)) {
1206 * The list is kept in htmlStartClose array. This function is
1242 * The list is kept in htmlStartClose array. This function checks
1269 * The list is kept in htmlStartClose arra
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/libxml2-2.7.2/
H A DHTMLparser.c908 static const char * const htmlStartClose[] = { variable
1057 while ((htmlStartClose[i] != NULL) && (indx < 100 - 1)) {
1058 htmlStartCloseIndex[indx++] = (const char**) &htmlStartClose[i];
1059 while (htmlStartClose[i] != NULL) i++;
1132 i = closed - htmlStartClose;
1134 while (htmlStartClose[i] != NULL) {
1135 if (xmlStrEqual(BAD_CAST htmlStartClose[i], oldtag)) {
1214 * The list is kept in htmlStartClose array. This function is
1250 * The list is kept in htmlStartClose array. This function checks
1277 * The list is kept in htmlStartClose arra
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libxml/
H A DHTMLparser.c900 static const char * const htmlStartClose[] = { variable
1049 while ((htmlStartClose[i] != NULL) && (indx < 100 - 1)) {
1050 htmlStartCloseIndex[indx++] = (const char**) &htmlStartClose[i];
1051 while (htmlStartClose[i] != NULL) i++;
1124 i = closed - htmlStartClose;
1126 while (htmlStartClose[i] != NULL) {
1127 if (xmlStrEqual(BAD_CAST htmlStartClose[i], oldtag)) {
1206 * The list is kept in htmlStartClose array. This function is
1242 * The list is kept in htmlStartClose array. This function checks
1269 * The list is kept in htmlStartClose arra
[all...]

Completed in 120 milliseconds