Home
last modified time | relevance | path

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

/PHP-7.3/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_compile.c8938 uint32_t *bptr = *pptrptr; in set_lookbehind_lengths() local
8940 READPLUSOFFSET(offset, bptr); /* Offset for error messages */ in set_lookbehind_lengths()
8954 *bptr |= branchlength; /* branchlength never more than 65535 */ in set_lookbehind_lengths()
8955 bptr = *pptrptr; in set_lookbehind_lengths()
8957 while (*bptr == META_ALT); in set_lookbehind_lengths()
H A Dpcre2_jit_compile.c7229 PCRE2_SPTR prevcc, bptr; in do_extuni_utf() local
7250 bptr = prevcc; in do_extuni_utf()
7253 while (bptr > start_subject) in do_extuni_utf()
7255 bptr--; in do_extuni_utf()
7256 BACKCHAR(bptr); in do_extuni_utf()
7257 GETCHAR(c, bptr); in do_extuni_utf()
7288 PCRE2_SPTR bptr; in do_extuni_no_utf() local
7307 bptr = cc - 1; in do_extuni_no_utf()
7310 while (bptr > start_subject) in do_extuni_no_utf()
7312 bptr--; in do_extuni_no_utf()
[all …]
/PHP-7.3/ext/bcmath/libbcmath/src/
H A Dint2num.c50 char *bptr, *vptr; local
62 bptr = buffer;
63 *bptr++ = val % BASE;
69 *bptr++ = val % BASE;
82 *vptr++ = *--bptr;
/PHP-7.3/ext/standard/
H A Dfile.c2106 bptr = buf; in php_fgetcsv()
2126 inc_len = (bptr < limit ? (*bptr == '\0' ? 1 : php_mblen(bptr, limit - bptr)): 0); in php_fgetcsv()
2133 bptr = tmp; in php_fgetcsv()
2222 bptr++; in php_fgetcsv()
2235 bptr++; in php_fgetcsv()
2245 bptr++; in php_fgetcsv()
2271 inc_len = (bptr < limit ? (*bptr == '\0' ? 1 : php_mblen(bptr, limit - bptr)): 0); in php_fgetcsv()
2295 inc_len = (bptr < limit ? (*bptr == '\0' ? 1 : php_mblen(bptr, limit - bptr)): 0); in php_fgetcsv()
2301 bptr += inc_len; in php_fgetcsv()
2326 inc_len = (bptr < limit ? (*bptr == '\0' ? 1 : php_mblen(bptr, limit - bptr)): 0); in php_fgetcsv()
[all …]
/PHP-7.3/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.3/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 93 milliseconds