Searched defs:SKIP_BLANKS (Results 1 - 6 of 6) sorted by relevance

/external/libxml2/
H A Dxpointer.c876 #define SKIP_BLANKS \ macro
1049 SKIP_BLANKS;
1057 SKIP_BLANKS;
1170 SKIP_BLANKS;
1242 SKIP_BLANKS;
1261 SKIP_BLANKS;
2851 SKIP_BLANKS;
2856 SKIP_BLANKS;
2938 SKIP_BLANKS;
H A Dcatalog.c2150 #define SKIP_BLANKS while (IS_BLANK_CH(*cur)) NEXT; macro
2341 SKIP_BLANKS;
2364 SKIP_BLANKS;
2418 SKIP_BLANKS;
2452 SKIP_BLANKS;
H A Dpattern.c722 #define SKIP_BLANKS \ macro
759 SKIP_BLANKS;
827 SKIP_BLANKS;
865 SKIP_BLANKS;
926 SKIP_BLANKS;
1020 SKIP_BLANKS;
1060 SKIP_BLANKS;
1234 SKIP_BLANKS;
1251 SKIP_BLANKS;
1262 SKIP_BLANKS;
[all...]
H A Dparser.c2101 #define SKIP_BLANKS xmlSkipBlankChars(ctxt) macro
4619 if (SKIP_BLANKS == 0) {
4629 if (SKIP_BLANKS == 0) {
4641 if (SKIP_BLANKS == 0) {
4652 if (SKIP_BLANKS == 0) return(NULL);
5142 if (SKIP_BLANKS == 0) {
5263 if (SKIP_BLANKS == 0) {
5279 if (SKIP_BLANKS == 0) {
5289 SKIP_BLANKS;
5345 if (SKIP_BLANKS
[all...]
H A Dxmlregexp.c7872 #define SKIP_BLANKS while (IS_BLANK(*ctxt->cur)) ctxt->cur++; macro
7878 SKIP_BLANKS
7898 SKIP_BLANKS
7903 SKIP_BLANKS
7910 SKIP_BLANKS
7923 SKIP_BLANKS
7934 SKIP_BLANKS
7938 SKIP_BLANKS
7948 SKIP_BLANKS
7953 SKIP_BLANKS
[all...]
H A Dxpath.c3059 #define SKIP_BLANKS \ macro
10344 SKIP_BLANKS;
10357 SKIP_BLANKS;
10414 SKIP_BLANKS;
10430 SKIP_BLANKS;
10460 SKIP_BLANKS;
10466 SKIP_BLANKS;
10483 SKIP_BLANKS;
10487 SKIP_BLANKS;
10494 SKIP_BLANKS;
[all...]

Completed in 408 milliseconds