Home
last modified time | relevance | path

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

/PHP-5.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-5.3/ext/standard/
H A Dfile.c2181 bptr = buf; in php_fgetcsv()
2200 inc_len = (bptr < limit ? (*bptr == '\0' ? 1: php_mblen(bptr, limit - bptr)): 0); in php_fgetcsv()
2207 bptr = tmp; in php_fgetcsv()
2296 bptr++; in php_fgetcsv()
2309 bptr++; in php_fgetcsv()
2319 bptr++; in php_fgetcsv()
2344 inc_len = (bptr < limit ? (*bptr == '\0' ? 1: php_mblen(bptr, limit - bptr)): 0); in php_fgetcsv()
2368 inc_len = (bptr < limit ? (*bptr == '\0' ? 1: php_mblen(bptr, limit - bptr)): 0); in php_fgetcsv()
2374 bptr += inc_len; in php_fgetcsv()
2399 inc_len = (bptr < limit ? (*bptr == '\0' ? 1: php_mblen(bptr, limit - bptr)): 0); in php_fgetcsv()
[all …]
/PHP-5.3/ext/gd/libgd/
H A Dgd_topal.c1116 register INT32 *bptr; /* pointer into bestdist[] array */ local
1127 bptr = bestdist;
1129 *bptr++ = 0x7FFFFFFFL;
1169 bptr = bestdist;
1182 if (dist2 < *bptr)
1184 *bptr = dist2;
1189 bptr++;

Completed in 22 milliseconds