Home
last modified time | relevance | path

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

/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/pcre/pcre2lib/
H A Dpcre2_extuni.c122 PCRE2_SPTR bptr = eptr - 1; in PRIV() local
123 if (utf) BACKCHAR(bptr); in PRIV()
127 while (bptr > start_subject) in PRIV()
129 bptr--; in PRIV()
132 BACKCHAR(bptr); in PRIV()
133 GETCHAR(c, bptr); in PRIV()
136 c = *bptr; in PRIV()
H A Dpcre2_compile.c9877 uint32_t *bptr = *pptrptr; in set_lookbehind_lengths() local
9878 uint32_t *gbptr = bptr; in set_lookbehind_lengths()
9883 READPLUSOFFSET(offset, bptr); /* Offset for error messages */ in set_lookbehind_lengths()
9910 *bptr |= branchlength; /* branchlength never more than 65535 */ in set_lookbehind_lengths()
9911 bptr = *pptrptr; in set_lookbehind_lengths()
9913 while (META_CODE(*bptr) == META_ALT); in set_lookbehind_lengths()
H A Dpcre2_jit_compile.c8709 PCRE2_SPTR prevcc, endcc, bptr; in do_extuni_utf() local
8744 bptr = prevcc; in do_extuni_utf()
8749 bptr--; in do_extuni_utf()
8750 BACKCHAR(bptr); in do_extuni_utf()
8751 GETCHAR(c, bptr); in do_extuni_utf()
8792 PCRE2_SPTR prevcc, endcc, bptr; in do_extuni_utf_invalid() local
8827 bptr = prevcc; in do_extuni_utf_invalid()
8872 PCRE2_SPTR bptr; in do_extuni_no_utf() local
8910 bptr = cc - 1; in do_extuni_no_utf()
8915 bptr--; in do_extuni_no_utf()
[all …]
/php-src/ext/standard/
H A Dfile.c1941 bptr = buf; in php_fgetcsv()
1958 inc_len = (bptr < limit ? (*bptr == '\0' ? 1 : php_mblen(bptr, limit - bptr)): 0); in php_fgetcsv()
1965 bptr = tmp; in php_fgetcsv()
2015 --bptr; in php_fgetcsv()
2065 bptr++; in php_fgetcsv()
2076 bptr++; in php_fgetcsv()
2086 bptr++; in php_fgetcsv()
2110 inc_len = (bptr < limit ? (*bptr == '\0' ? 1 : php_mblen(bptr, limit - bptr)): 0); in php_fgetcsv()
2134 inc_len = (bptr < limit ? (*bptr == '\0' ? 1 : php_mblen(bptr, limit - bptr)): 0); in php_fgetcsv()
2164 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.c51 #define FIX_BUFFER(bptr) do { if ((bptr)->size) { (bptr)->bp[(bptr)->size-1] = '\0'; } } while(0) argument

Completed in 100 milliseconds