Home
last modified time | relevance | path

Searched defs:buf (Results 1 – 25 of 266) sorted by path

1234567891011

/php-src/TSRM/
H A Dtsrm_win32.c618 unsigned char buf[4]; in tsrm_choose_random_shm_key() local
755 TSRM_API int shmctl(int key, int cmd, struct shmid_ds *buf) in shmctl()
797 TSRM_API int win32_utime(const char *filename, struct utimbuf *buf) /* {{{ */ in win32_utime()
/php-src/Zend/Optimizer/
H A Dzend_worklist.h26 int *buf; member
/php-src/Zend/
H A Dzend.c276 smart_string buf = {0}; in ZEND_INI_END() local
328 smart_str buf = {0}; in zend_vstrpprintf() local
370 static void print_hash(smart_str *buf, HashTable *ht, int indent, bool is_object) /* {{{ */ in print_hash()
421 static void print_flat_hash(smart_str *buf, HashTable *ht) /* {{{ */ in print_flat_hash()
470 void zend_print_flat_zval_r_to_buf(smart_str *buf, zval *expr) /* {{{ */ in zend_print_flat_zval_r_to_buf()
527 smart_str buf = {0}; in zend_print_flat_zval_r() local
534 static void zend_print_zval_r_to_buf(smart_str *buf, zval *expr, int indent) /* {{{ */ in zend_print_zval_r_to_buf()
609 smart_str buf = {0}; in zend_print_zval_r_to_str() local
1684 char *buf = strerror_r(errn, b, sizeof(b)); in zend_strerror_noreturn() local
1687 char *buf = b; in zend_strerror_noreturn() local
H A Dzend_alloc.c398 char *buf = php_win32_error_to_msg(err); in stderr_last_error() local
H A Dzend_ast.c1059 static void* ZEND_FASTCALL zend_ast_tree_copy(zend_ast *ast, void *buf) in zend_ast_tree_copy()
H A Dzend_execute.c4206 …te_data *execute_data, zend_execute_data *call, uint32_t op_num, zend_get_gc_buffer *buf) /* {{{ */ in zend_unfinished_calls_gc()
H A Dzend_fibers.c759 zend_get_gc_buffer *buf = zend_get_gc_buffer_create(); in zend_fiber_object_gc() local
H A Dzend_gc.c247 gc_root_buffer *buf; /* preallocated arrays of buffers */ member
554 GC_G(buf)[0].ref = NULL; in gc_enable() local
1395 gc_root_buffer *buf; in gc_add_garbage() local
H A Dzend_gdb.c117 char buf[1024]; in zend_gdb_present() local
H A Dzend_ini_scanner.l249 char *buf; in zend_ini_open_file_for_scanning() local
H A Dzend_interfaces.c438 ZEND_API int zend_user_unserialize(zval *object, zend_class_entry *ce, const unsigned char *buf, si… in zend_user_unserialize()
H A Dzend_language_scanner.l527 char *buf; in open_file_for_scanning() local
723 char *buf; in zend_prepare_string_for_scanning() local
1245 char buf[256]; in report_bad_nesting() local
H A Dzend_operators.c3411 char buf[MAX_LENGTH_OF_LONG + 1]; local
3425 char buf[MAX_LENGTH_OF_LONG + 1]; local
3434 static zend_always_inline char *zend_print_u64_to_buf(char *buf, uint64_t num64) {
3454 static zend_always_inline char *zend_print_i64_to_buf(char *buf, int64_t num) {
3469 char buf[20 + 1]; local
3482 char buf[20 + 1]; local
3492 char buf[ZEND_DOUBLE_MAX_LENGTH]; local
H A Dzend_operators.h882 static zend_always_inline char *zend_print_ulong_to_buf(char *buf, zend_ulong num) { in zend_print_ulong_to_buf()
892 static zend_always_inline char *zend_print_long_to_buf(char *buf, zend_long num) { in zend_print_long_to_buf()
H A Dzend_smart_str.c117 char buf[ZEND_DOUBLE_MAX_LENGTH]; in smart_str_append_double() local
H A Dzend_smart_str.h145 char buf[32]; in smart_str_append_long_ex() local
156 char buf[32]; in smart_str_append_unsigned_ex() local
H A Dzend_smart_string.h92 char buf[32]; in smart_string_append_long_ex() local
98 char buf[32]; in smart_string_append_unsigned_ex() local
H A Dzend_stream.c28 static ssize_t zend_stream_stdio_reader(void *handle, char *buf, size_t len) /* {{{ */ in zend_stream_stdio_reader()
42 zend_stat_t buf = {0}; in zend_stream_stdio_fsizer() local
101 char buf; in zend_stream_getc() local
109 static ssize_t zend_stream_read(zend_file_handle *file_handle, char *buf, size_t len) /* {{{ */ in zend_stream_read()
127 ZEND_API zend_result zend_stream_fixup(zend_file_handle *file_handle, char **buf, size_t *len) /* {… in zend_stream_fixup()
H A Dzend_stream.h61 char *buf; member
H A Dzend_strtod.c4506 ZEND_API char *zend_gcvt(double value, int ndigit, char dec_point, char exponent, char *buf) in zend_gcvt()
H A Dzend_virtual_cwd.c123 zend_stat_t buf = {0}; in php_is_dir_ok() local
134 zend_stat_t buf = {0}; in php_is_file_ok() local
293 CWD_API char *virtual_getcwd(char *buf, size_t size) /* {{{ */ in virtual_getcwd()
1358 CWD_API int virtual_utime(const char *filename, struct utimbuf *buf) /* {{{ */ in virtual_utime()
1534 CWD_API int virtual_stat(const char *path, zend_stat_t *buf) /* {{{ */ in virtual_stat()
1552 CWD_API int virtual_lstat(const char *path, zend_stat_t *buf) /* {{{ */ in virtual_lstat()
H A Dzend_virtual_cwd.h274 #define VCWD_GETWD(buf) argument
328 #define VCWD_GETWD(buf) getwd(buf) argument
H A Dzend_vm_trace_handlers.h31 char buf[256]; in zend_vm_trace() local
89 char buf[256]; in zend_vm_trace_init() local
/php-src/ext/bz2/
H A Dbz2.c68 static ssize_t php_bz2iop_read(php_stream *stream, char *buf, size_t count) in php_bz2iop_read()
98 static ssize_t php_bz2iop_write(php_stream *stream, const char *buf, size_t count) in php_bz2iop_write()
/php-src/ext/com_dotnet/
H A Dcom_dotnet.c246 char buf[1024]; in PHP_METHOD() local
259 char buf[1024]; in PHP_METHOD() local
271 char buf[1024]; in PHP_METHOD() local
345 char buf[1024]; in PHP_METHOD() local

Completed in 162 milliseconds

1234567891011