Home
last modified time | relevance | path

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

/PHP-7.2/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.2/ext/standard/
H A Dfile.c2102 bptr = buf; in php_fgetcsv()
2122 inc_len = (bptr < limit ? (*bptr == '\0' ? 1 : php_mblen(bptr, limit - bptr)): 0); in php_fgetcsv()
2129 bptr = tmp; in php_fgetcsv()
2218 bptr++; in php_fgetcsv()
2231 bptr++; in php_fgetcsv()
2241 bptr++; in php_fgetcsv()
2267 inc_len = (bptr < limit ? (*bptr == '\0' ? 1 : php_mblen(bptr, limit - bptr)): 0); in php_fgetcsv()
2291 inc_len = (bptr < limit ? (*bptr == '\0' ? 1 : php_mblen(bptr, limit - bptr)): 0); in php_fgetcsv()
2297 bptr += inc_len; in php_fgetcsv()
2322 inc_len = (bptr < limit ? (*bptr == '\0' ? 1 : php_mblen(bptr, limit - bptr)): 0); in php_fgetcsv()
[all …]
/PHP-7.2/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.2/ext/tidy/
H A Dtidy.c48 #define FIX_BUFFER(bptr) do { if ((bptr)->size) { (bptr)->bp[(bptr)->size-1] = '\0'; } } while(0) argument

Completed in 51 milliseconds