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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/libxml2/include/libxml/
H A DparserInternals.h95 * IS_BLANK:
102 #define IS_BLANK(c) xmlIsBlankQ(c) macro
108 * Behaviour same as IS_BLANK
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/libxml2/include/libxml/
H A DparserInternals.h95 * IS_BLANK:
102 #define IS_BLANK(c) xmlIsBlankQ(c) macro
108 * Behaviour same as IS_BLANK
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/libxml2/include/libxml/
H A DparserInternals.h95 * IS_BLANK:
102 #define IS_BLANK(c) xmlIsBlankQ(c) macro
108 * Behaviour same as IS_BLANK
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/libxml2/
H A Dtree.c398 while (IS_BLANK(c)) {
414 while (IS_BLANK(c)) {
485 while (IS_BLANK(c)) {
515 while (IS_BLANK(c)) {
569 while (IS_BLANK(c)) {
584 while (IS_BLANK(c)) {
640 while (IS_BLANK(c)) {
656 while (IS_BLANK(c)) {
H A Dxmlregexp.c7843 #undef IS_BLANK macro
7844 #define IS_BLANK(c) ((c == ' ') || (c == '\n') || (c == '\r') || (c == '\t')) macro
7845 #define SKIP_BLANKS while (IS_BLANK(*ctxt->cur)) ctxt->cur++;
7886 while ((CUR != 0) && (!(IS_BLANK(CUR))) && (CUR != '(') &&
H A DHTMLparser.c3103 if (!IS_BLANK(cur)) {
H A Dvalid.c3557 /* Should not test IS_BLANK(val) here -- see erratum E20*/
3670 while (IS_BLANK(val)) {
3683 /* Should not test IS_BLANK(val) here -- see erratum E20*/
H A Dparser.c1954 } while (IS_BLANK(cur)); /* CHECKED tstblanks.xml */
4834 if (!IS_BLANK(cur)) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/libxml2/
H A Dtree.c398 while (IS_BLANK(c)) {
414 while (IS_BLANK(c)) {
485 while (IS_BLANK(c)) {
515 while (IS_BLANK(c)) {
569 while (IS_BLANK(c)) {
584 while (IS_BLANK(c)) {
640 while (IS_BLANK(c)) {
656 while (IS_BLANK(c)) {
H A Dxmlregexp.c7843 #undef IS_BLANK macro
7844 #define IS_BLANK(c) ((c == ' ') || (c == '\n') || (c == '\r') || (c == '\t')) macro
7845 #define SKIP_BLANKS while (IS_BLANK(*ctxt->cur)) ctxt->cur++;
7886 while ((CUR != 0) && (!(IS_BLANK(CUR))) && (CUR != '(') &&
H A DHTMLparser.c3103 if (!IS_BLANK(cur)) {
H A Dvalid.c3557 /* Should not test IS_BLANK(val) here -- see erratum E20*/
3670 while (IS_BLANK(val)) {
3683 /* Should not test IS_BLANK(val) here -- see erratum E20*/
H A Dparser.c1954 } while (IS_BLANK(cur)); /* CHECKED tstblanks.xml */
4834 if (!IS_BLANK(cur)) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/libxml2/
H A Dtree.c398 while (IS_BLANK(c)) {
414 while (IS_BLANK(c)) {
485 while (IS_BLANK(c)) {
515 while (IS_BLANK(c)) {
569 while (IS_BLANK(c)) {
584 while (IS_BLANK(c)) {
640 while (IS_BLANK(c)) {
656 while (IS_BLANK(c)) {
H A Dxmlregexp.c7843 #undef IS_BLANK macro
7844 #define IS_BLANK(c) ((c == ' ') || (c == '\n') || (c == '\r') || (c == '\t')) macro
7845 #define SKIP_BLANKS while (IS_BLANK(*ctxt->cur)) ctxt->cur++;
7886 while ((CUR != 0) && (!(IS_BLANK(CUR))) && (CUR != '(') &&
H A DHTMLparser.c3103 if (!IS_BLANK(cur)) {
H A Dvalid.c3557 /* Should not test IS_BLANK(val) here -- see erratum E20*/
3670 while (IS_BLANK(val)) {
3683 /* Should not test IS_BLANK(val) here -- see erratum E20*/
H A Dparser.c1954 } while (IS_BLANK(cur)); /* CHECKED tstblanks.xml */
4834 if (!IS_BLANK(cur)) {

Completed in 542 milliseconds