Lines Matching refs:buf
4873 zend_string *buf; local
4911 buf = zend_string_init(ZSTR_VAL(str), ZSTR_LEN(str), 0);
4912 …ZSTR_LEN(buf) = php_strip_tags_ex(ZSTR_VAL(buf), ZSTR_LEN(str), NULL, allowed_tags, allowed_tags_l…
4914 RETURN_NEW_STR(buf);
5172 const char *buf, *p, *end; local
5179 buf = estrndup(rbuf, len);
5180 end = buf + len;
5182 p = buf;
5280 if (is_xml && p >= buf + 1 && *(p -1) == '-') {
5302 if (p != buf && (!in_q || *p == in_q)) {
5312 if (p >= buf + 1 && *(p-1) == '<') {
5322 if (p >= buf + 1 && *(p-1) == '<') {
5373 if (!br && p >= buf + 1 && lc != '\"' && *(p-1) == '?') {
5382 if (p >= buf + 1 && *(p-1) != '\\') {
5388 if (p != buf && (!in_q || *p == in_q)) {
5402 if (state == 2 && p > buf+4
5438 if (p != buf && *(p-1) != '\\' && (!in_q || *p == in_q)) {
5447 if (p >= buf + 2 && *(p-1) == '-' && *(p-2) == '!') {
5456 if (p > buf+6
5478 if (p >= buf + 2 && *(p-1) == '-' && *(p-2) == '-') {
5492 efree((void *)buf);
5594 const unsigned char *buf; local
5611 buf = (const unsigned char *) ZSTR_VAL(input);
5615 chars[*buf]++;
5616 buf++;