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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libxml2-2.7.2/
H A Dparser.c2968 xmlIsNameChar(xmlParserCtxtPtr ctxt, int c) { function
3181 (xmlIsNameChar(ctxt, c) && (c != ':'))) {
3319 while (xmlIsNameChar(ctxt, c)) {
3337 while (xmlIsNameChar(ctxt, c)) {
3388 while (xmlIsNameChar(ctxt, c)) {
3410 while (xmlIsNameChar(ctxt, c)) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/
H A Dparser.c2968 xmlIsNameChar(xmlParserCtxtPtr ctxt, int c) { function
3181 (xmlIsNameChar(ctxt, c) && (c != ':'))) {
3319 while (xmlIsNameChar(ctxt, c)) {
3337 while (xmlIsNameChar(ctxt, c)) {
3388 while (xmlIsNameChar(ctxt, c)) {
3410 while (xmlIsNameChar(ctxt, c)) {

Completed in 116 milliseconds