Lines Matching refs:buf
140 # define php_cdb_read(cdb, buf, len, pos) cdb_read(cdb, buf, len, pos) argument
144 # define php_cdb_read(cdb, buf, len, pos) cdb_read(cdb, buf, len, pos) argument
215 # define cdb_file_read(fildes, buf, size) php_stream_read(fildes, buf, size) argument
217 # define cdb_file_read(fildes, buf, size) read(fildes, buf, size) argument
222 if (cdb_file_read(cdb->file, buf, n) < n) return NULL; \
249 char buf[8]; in DBA_FIRSTKEY_FUNC() local
262 uint32_unpack(buf, &cdb->eod); in DBA_FIRSTKEY_FUNC()
268 uint32_unpack(buf, &klen); in DBA_FIRSTKEY_FUNC()
269 uint32_unpack(buf + 4, &dlen); in DBA_FIRSTKEY_FUNC()
290 char buf[8]; in DBA_NEXTKEY_FUNC() local
300 uint32_unpack(buf, &klen); in DBA_NEXTKEY_FUNC()
301 uint32_unpack(buf + 4, &dlen); in DBA_NEXTKEY_FUNC()