Home
last modified time | relevance | path

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

1234567891011

/PHP-7.2/TSRM/
H A Dtsrm_win32.c761 TSRM_API int shmctl(int key, int cmd, struct shmid_ds *buf) in shmctl()
813 TSRM_API int win32_utime(const char *filename, struct utimbuf *buf) /* {{{ */ in win32_utime()
/PHP-7.2/Zend/
H A Dzend.c162 smart_string buf = {0}; in ZEND_INI_END() local
202 smart_str buf = {0}; in zend_vstrpprintf() local
233 static void print_hash(smart_str *buf, HashTable *ht, int indent, zend_bool is_object) /* {{{ */ in print_hash()
382 static void zend_print_zval_r_to_buf(smart_str *buf, zval *expr, int indent) /* {{{ */ in zend_print_zval_r_to_buf()
445 smart_str buf = {0}; in zend_print_zval_r_to_str() local
H A Dzend_alloc.c397 LPSTR buf = NULL; in stderr_last_error() local
H A Dzend_gc.c712 gc_root_buffer *buf = GC_G(unused); in gc_add_garbage() local
H A Dzend_gc.h78 gc_root_buffer buf[GC_NUM_ADDITIONAL_ENTRIES]; member
86 gc_root_buffer *buf; /* preallocated arrays of buffers */ member
H A Dzend_ini_scanner.c281 char *buf; in zend_ini_open_file_for_scanning() local
H A Dzend_ini_scanner.l279 char *buf; in zend_ini_open_file_for_scanning() local
H A Dzend_interfaces.c419 ZEND_API int zend_user_unserialize(zval *object, zend_class_entry *ce, const unsigned char *buf, si… in zend_user_unserialize()
449 …zend_class_unserialize_deny(zval *object, zend_class_entry *ce, const unsigned char *buf, size_t b… in zend_class_unserialize_deny()
H A Dzend_language_scanner.c505 char *buf; in open_file_for_scanning() local
687 char *buf; in zend_prepare_string_for_scanning() local
H A Dzend_language_scanner.l502 char *buf; in open_file_for_scanning() local
684 char *buf; in zend_prepare_string_for_scanning() local
H A Dzend_operators.c535 char buf[sizeof("Resource id #") + MAX_LENGTH_OF_LONG]; in _convert_to_string() local
853 char buf[sizeof("Resource id #") + MAX_LENGTH_OF_LONG]; in _zval_get_string_func() local
2873 char buf[MAX_LENGTH_OF_LONG + 1]; local
H A Dzend_operators.h865 static zend_always_inline char *zend_print_ulong_to_buf(char *buf, zend_ulong num) { in zend_print_ulong_to_buf()
875 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.h125 char buf[32]; in smart_str_append_long_ex() local
131 char buf[32]; in smart_str_append_unsigned_ex() local
H A Dzend_smart_string.h122 char buf[32]; in smart_string_append_long_ex() local
128 char buf[32]; in smart_string_append_unsigned_ex() local
H A Dzend_stream.c52 static size_t zend_stream_stdio_reader(void *handle, char *buf, size_t len) /* {{{ */ in zend_stream_stdio_reader()
66 zend_stat_t buf; in zend_stream_stdio_fsizer() local
108 zend_stat_t buf; in zend_stream_fsize() local
145 char buf; in zend_stream_getc() local
153 static size_t zend_stream_read(zend_file_handle *file_handle, char *buf, size_t len) /* {{{ */ in zend_stream_read()
171 ZEND_API int zend_stream_fixup(zend_file_handle *file_handle, char **buf, size_t *len) /* {{{ */ in zend_stream_fixup()
H A Dzend_stream.h51 char *buf; member
H A Dzend_virtual_cwd.c251 CWD_API int php_sys_stat_ex(const char *path, zend_stat_t *buf, int lstat) /* {{{ */ in php_sys_stat_ex()
371 zend_stat_t buf; in php_is_dir_ok() local
382 zend_stat_t buf; in php_is_file_ok() local
525 CWD_API char *virtual_getcwd(char *buf, size_t size) /* {{{ */ in virtual_getcwd()
1548 CWD_API int virtual_utime(const char *filename, struct utimbuf *buf) /* {{{ */ in virtual_utime()
1724 CWD_API int virtual_stat(const char *path, zend_stat_t *buf) /* {{{ */ in virtual_stat()
1742 CWD_API int virtual_lstat(const char *path, zend_stat_t *buf) /* {{{ */ in virtual_lstat()
H A Dzend_virtual_cwd.h122 # define php_sys_stat(path, buf) php_sys_stat_ex(path, buf, 0) argument
123 # define php_sys_lstat(path, buf) php_sys_stat_ex(path, buf, 1) argument
260 #define VCWD_GETWD(buf) argument
314 #define VCWD_GETWD(buf) getwd(buf) argument
/PHP-7.2/ext/bz2/
H A Dbz2.c138 static size_t php_bz2iop_read(php_stream *stream, char *buf, size_t count) in php_bz2iop_read()
165 static size_t php_bz2iop_write(php_stream *stream, const char *buf, size_t count) in php_bz2iop_write()
/PHP-7.2/ext/com_dotnet/
H A Dcom_dotnet.c207 char buf[1024]; in PHP_FUNCTION() local
221 char buf[1024]; in PHP_FUNCTION() local
234 char buf[1024]; in PHP_FUNCTION() local
317 char buf[1024]; in PHP_FUNCTION() local
H A Dcom_wrapper.c75 char buf[4096]; in trace() local
/PHP-7.2/ext/curl/
H A Dinterface.c1746 static int curl_debug(CURL *cp, curl_infotype type, char *buf, size_t buf_len, void *ctx) /* {{{ */ in curl_debug()
1766 static size_t curl_passwd(void *ctx, char *prompt, char *buf, int buflen) in curl_passwd()
H A Dphp_curl.h135 smart_str buf; member
/PHP-7.2/ext/date/
H A Dphp_date.c1668 zend_string *buf; in php_strftime() local
/PHP-7.2/ext/dba/
H A Ddba_cdb.c140 # 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
249 char buf[8]; in DBA_FIRSTKEY_FUNC() local
290 char buf[8]; in DBA_NEXTKEY_FUNC() local

Completed in 126 milliseconds

1234567891011