Home
last modified time | relevance | path

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

/php-src/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.c9875 uint32_t *bptr = *pptrptr; in set_lookbehind_lengths() local
9876 uint32_t *gbptr = bptr; in set_lookbehind_lengths()
9881 READPLUSOFFSET(offset, bptr); /* Offset for error messages */ in set_lookbehind_lengths()
9908 *bptr |= branchlength; /* branchlength never more than 65535 */ in set_lookbehind_lengths()
9909 bptr = *pptrptr; in set_lookbehind_lengths()
9911 while (*bptr == META_ALT); in set_lookbehind_lengths()
H A Dpcre2_jit_compile.c8693 PCRE2_SPTR prevcc, endcc, bptr; in do_extuni_utf() local
8721 bptr = prevcc; in do_extuni_utf()
8726 bptr--; in do_extuni_utf()
8727 BACKCHAR(bptr); in do_extuni_utf()
8728 GETCHAR(c, bptr); in do_extuni_utf()
8761 PCRE2_SPTR prevcc, endcc, bptr; in do_extuni_utf_invalid() local
8789 bptr = prevcc; in do_extuni_utf_invalid()
8826 PCRE2_SPTR bptr; in do_extuni_no_utf() local
8857 bptr = cc - 1; in do_extuni_no_utf()
8862 bptr--; in do_extuni_no_utf()
[all …]
/php-src/ext/bcmath/libbcmath/src/
H A Dint2num.c39 char *bptr, *vptr; in bc_int2num() local
50 bptr = buffer; in bc_int2num()
51 *bptr++ = val % BASE; in bc_int2num()
56 *bptr++ = val % BASE; in bc_int2num()
72 *vptr++ = *--bptr; in bc_int2num()
/php-src/ext/standard/
H A Dfile.c1945 bptr = buf; in php_fgetcsv()
1962 inc_len = (bptr < limit ? (*bptr == '\0' ? 1 : php_mblen(bptr, limit - bptr)): 0); in php_fgetcsv()
1969 bptr = tmp; in php_fgetcsv()
2019 --bptr; in php_fgetcsv()
2069 bptr++; in php_fgetcsv()
2080 bptr++; in php_fgetcsv()
2090 bptr++; in php_fgetcsv()
2114 inc_len = (bptr < limit ? (*bptr == '\0' ? 1 : php_mblen(bptr, limit - bptr)): 0); in php_fgetcsv()
2138 inc_len = (bptr < limit ? (*bptr == '\0' ? 1 : php_mblen(bptr, limit - bptr)): 0); in php_fgetcsv()
2168 inc_len = (bptr < limit ? (*bptr == '\0' ? 1 : php_mblen(bptr, limit - bptr)): 0); in php_fgetcsv()
[all …]
/php-src/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-src/ext/tidy/
H A Dtidy.c49 #define FIX_BUFFER(bptr) do { if ((bptr)->size) { (bptr)->bp[(bptr)->size-1] = '\0'; } } while(0) argument

Completed in 102 milliseconds