Home
last modified time | relevance | path

Searched refs:bptr (Results 1 – 7 of 7) sorted by relevance

/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_extuni.c111 PCRE2_SPTR bptr = eptr - 1; in PRIV() local
112 if (utf) BACKCHAR(bptr); in PRIV()
116 while (bptr > start_subject) in PRIV()
118 bptr--; in PRIV()
121 BACKCHAR(bptr); in PRIV()
122 GETCHAR(c, bptr); in PRIV()
125 c = *bptr; in PRIV()
H A Dpcre2_jit_compile.c8220 PCRE2_SPTR prevcc, endcc, bptr; in do_extuni_utf() local
8248 bptr = prevcc; in do_extuni_utf()
8253 bptr--; in do_extuni_utf()
8254 BACKCHAR(bptr); in do_extuni_utf()
8255 GETCHAR(c, bptr); in do_extuni_utf()
8288 PCRE2_SPTR prevcc, endcc, bptr; in do_extuni_utf_invalid() local
8316 bptr = prevcc; in do_extuni_utf_invalid()
8353 PCRE2_SPTR bptr; in do_extuni_no_utf() local
8384 bptr = cc - 1; in do_extuni_no_utf()
8389 bptr--; in do_extuni_no_utf()
[all …]
H A Dpcre2_compile.c9426 uint32_t *bptr = *pptrptr; in set_lookbehind_lengths() local
9428 READPLUSOFFSET(offset, bptr); /* Offset for error messages */ in set_lookbehind_lengths()
9443 *bptr |= branchlength; /* branchlength never more than 65535 */ in set_lookbehind_lengths()
9444 bptr = *pptrptr; in set_lookbehind_lengths()
9446 while (*bptr == META_ALT); in set_lookbehind_lengths()
/PHP-7.4/ext/bcmath/libbcmath/src/
H A Dint2num.c49 char *bptr, *vptr; local
61 bptr = buffer;
62 *bptr++ = val % BASE;
68 *bptr++ = val % BASE;
81 *vptr++ = *--bptr;
/PHP-7.4/ext/standard/
H A Dfile.c2098 bptr = buf; in php_fgetcsv()
2118 inc_len = (bptr < limit ? (*bptr == '\0' ? 1 : php_mblen(bptr, limit - bptr)): 0); in php_fgetcsv()
2125 bptr = tmp; in php_fgetcsv()
2214 bptr++; in php_fgetcsv()
2227 bptr++; in php_fgetcsv()
2237 bptr++; in php_fgetcsv()
2263 inc_len = (bptr < limit ? (*bptr == '\0' ? 1 : php_mblen(bptr, limit - bptr)): 0); in php_fgetcsv()
2287 inc_len = (bptr < limit ? (*bptr == '\0' ? 1 : php_mblen(bptr, limit - bptr)): 0); in php_fgetcsv()
2293 bptr += inc_len; in php_fgetcsv()
2318 inc_len = (bptr < limit ? (*bptr == '\0' ? 1 : php_mblen(bptr, limit - bptr)): 0); in php_fgetcsv()
[all …]
/PHP-7.4/ext/gd/libgd/
H A Dgd_topal.c993 register INT32 *bptr; /* pointer into bestdist[] array */ in find_best_colors() local
1004 bptr = bestdist; in find_best_colors()
1006 *bptr++ = 0x7FFFFFFFL; in find_best_colors()
1038 bptr = bestdist; in find_best_colors()
1051 if (dist2 < *bptr) in find_best_colors()
1053 *bptr = dist2; in find_best_colors()
1058 bptr++; in find_best_colors()
/PHP-7.4/ext/tidy/
H A Dtidy.c50 #define FIX_BUFFER(bptr) do { if ((bptr)->size) { (bptr)->bp[(bptr)->size-1] = '\0'; } } while(0) argument

Completed in 72 milliseconds