Lines Matching refs:clen

579   int clen, dlen;
620 clen = 1; /* Number of data items in the character */
622 GETCHARLENTEST(c, ptr, clen);
629 clen = 0; /* This indicates the end of the subject */
649 if (clen == 0) printf("EOL\n");
697 if (clen == 0 && poptable[codevalue] != 0)
899 clen contains the length of the current character and is zero if we are
904 if (clen > 0 && !IS_NEWLINE(ptr))
923 if (clen > 0)
929 if (clen == 0 && (md->moptions & PCRE_PARTIAL_HARD) != 0)
931 else if (clen == 0 || (IS_NEWLINE(ptr) && ptr == end_subject - md->nllen))
939 if (clen == 0 && (md->moptions & PCRE_PARTIAL_HARD) != 0)
941 else if (clen == 0 ||
966 if (clen == 0 && (md->moptions & PCRE_PARTIAL_HARD) != 0)
968 else if (clen == 0 ||
994 if (clen > 0 && c < 256 &&
1003 if (clen > 0 && (c >= 256 ||
1037 if (clen > 0)
1068 if (clen > 0)
1168 if (clen > 0)
1199 if (clen > 0)
1229 if (clen > 0)
1257 if (clen > 0)
1286 if (clen > 0)
1326 if (clen > 0)
1427 if (clen > 0)
1430 const pcre_uchar *nptr = ptr + clen;
1460 if (clen > 0)
1502 if (clen > 0)
1535 if (clen > 0)
1578 if (clen > 0)
1688 if (clen > 0)
1691 const pcre_uchar *nptr = ptr + clen;
1729 if (clen > 0)
1779 if (clen > 0)
1819 if (clen > 0)
1855 if (clen > 0)
1960 if (clen > 0)
1963 const pcre_uchar *nptr = ptr + clen;
1999 if (clen > 0)
2045 if (clen > 0)
2081 if (clen > 0)
2118 if (clen > 0 && c == d) { ADD_NEW(state_offset + dlen + 1, 0); }
2123 if (clen == 0) break;
2162 if (clen > 0)
2165 const pcre_uchar *nptr = ptr + clen;
2191 if (clen > 0) switch(c)
2227 if (clen > 0) switch(c)
2240 if (clen > 0) switch(c)
2253 if (clen > 0) switch(c)
2266 if (clen > 0) switch(c)
2281 if (clen > 0 && c != d) { ADD_NEW(state_offset + dlen + 1, 0); }
2288 if (clen > 0)
2325 if (clen > 0)
2372 if (clen > 0)
2417 if (clen > 0)
2454 if (clen > 0)
2498 if (clen > 0)
2547 if (clen > 0)
2561 if (clen > 0) isinclass = PRIV(xclass)(c, code + 1 + LINK_SIZE, utf);
2942 clen = 0;
3014 clen = 0;
3133 ptr += clen; /* Advance to next subject character */