Home
last modified time | relevance | path

Searched defs:buf (Results 51 – 75 of 235) sorted by relevance

12345678910

/PHP-7.4/ext/fileinfo/libmagic/
H A Dreadcdf.c143 char buf[64]; in cdf_file_property_info() local
262 char buf[256]; in cdf_file_catalog() local
347 format_clsid(char *buf, size_t len, const uint64_t uuid[2]) { in format_clsid()
535 const unsigned char *buf = CAST(const unsigned char *, b->fbuf); in file_trycdf() local
H A Dmagic.c227 unsigned char *buf; in file_or_stream() local
300 magic_buffer(struct magic_set *ms, const void *buf, size_t nb) in magic_buffer()
H A Dapptype.c45 file_os2_apptype(struct magic_set *ms, const char *fn, const void *buf, in file_os2_apptype()
H A Dprint.c236 file_fmttime(uint64_t v, int flags, char *buf) in file_fmttime()
/PHP-7.4/ext/gd/
H A Dgd_ctx.c33 static int _php_image_output_putbuf(struct gdIOCtx *ctx, const void* buf, int l) /* {{{ */ in _php_image_output_putbuf()
51 static int _php_image_stream_putbuf(struct gdIOCtx *ctx, const void* buf, int l) /* {{{ */ in _php_image_stream_putbuf()
/PHP-7.4/ext/zlib/
H A Dzlib_fopen_wrapper.c33 static ssize_t php_gziop_read(php_stream *stream, char *buf, size_t count) in php_gziop_read()
48 static ssize_t php_gziop_write(php_stream *stream, const char *buf, size_t count) in php_gziop_write()
/PHP-7.4/ext/sysvsem/
H A Dsysvsem.c48 struct semid_ds *buf; /* buffer for IPC_STAT, IPC_SET */ member
383 struct semid_ds buf; local
/PHP-7.4/sapi/fpm/fpm/
H A Dfpm_trace.c9 int fpm_trace_get_strz(char *buf, size_t sz, long addr) /* {{{ */ in fpm_trace_get_strz()
H A Dfpm_trace_pread.c36 char buf[128]; in fpm_trace_ready() local
H A Dfpm_conf.c188 char *buf; in fpm_conf_expand_pool_name() local
1028 char *buf; in fpm_conf_process_all_pools() local
1158 char buf[64]; in fpm_conf_write_pid() local
1521 char *buf = NULL, *newbuf = NULL; in fpm_conf_load_ini_file() local
/PHP-7.4/win32/
H A Dwinutil.c31 char *buf; in php_win32_error_to_msg() local
102 PHP_WINUTIL_API int php_win32_get_random_bytes(unsigned char *buf, size_t size) in php_win32_get_random_bytes()
H A Dioutil.h492 __forceinline static char *php_win32_ioutil_getcwd(char *buf, size_t len) in php_win32_ioutil_getcwd()
747 __forceinline static int php_win32_ioutil_stat_ex(const char *path, php_win32_ioutil_stat_t *buf, i… in php_win32_ioutil_stat_ex()
764 #define php_win32_ioutil_stat(path, buf) php_win32_ioutil_stat_ex(path, buf, 0) argument
765 #define php_win32_ioutil_lstat(path, buf) php_win32_ioutil_stat_ex(path, buf, 1) argument
769 __forceinline static ssize_t php_win32_ioutil_readlink(const char *path, char *buf, size_t buf_len) in php_win32_ioutil_readlink()
/PHP-7.4/ext/gd/libgd/
H A Dgd_color_match.c12 unsigned long *buf; /* stores our calculations */ in gdImageColorMatch() local
H A Dgdxpm.c23 char buf[5]; in gdImageCreateFromXpm() local
/PHP-7.4/ext/xmlrpc/libxmlrpc/
H A Dxml_element.c317 static char* xml_elem_entity_escape(const char* buf, int old_len, int *newlen, XML_ELEM_ESCAPING fl… in xml_elem_entity_escape()
504 simplestring* buf = (simplestring*)f; in simplestring_out_fptr() local
532 simplestring buf; in xml_elem_serialize_to_string() local
683 char buf[100] = ""; in xml_elem_parse_buf() local
/PHP-7.4/sapi/phpdbg/
H A Dphpdbg_rinit_hook.c60 char buf[(1 << 8) + 1]; in PHP_RINIT_FUNCTION() local
H A Dphpdbg_list.h45 char *buf; member
H A Dphpdbg_cmd.c744 char buf[PHPDBG_MAX_CMD]; in phpdbg_read_input() local
820 char buf[PHPDBG_MAX_CMD]; in phpdbg_ask_user_permission() local
/PHP-7.4/ext/zip/
H A Dzip_stream.c48 static ssize_t php_zip_ops_read(php_stream *stream, char *buf, size_t count) in php_zip_ops_read()
83 static ssize_t php_zip_ops_write(php_stream *stream, const char *buf, size_t count) in php_zip_ops_write()
/PHP-7.4/Zend/
H A Dzend_smart_string.h94 char buf[32]; in smart_string_append_long_ex() local
100 char buf[32]; in smart_string_append_unsigned_ex() local
H A Dzend_virtual_cwd.c129 zend_stat_t buf; in php_is_dir_ok() local
140 zend_stat_t buf; in php_is_file_ok() local
299 CWD_API char *virtual_getcwd(char *buf, size_t size) /* {{{ */ in virtual_getcwd()
1350 CWD_API int virtual_utime(const char *filename, struct utimbuf *buf) /* {{{ */ in virtual_utime()
1526 CWD_API int virtual_stat(const char *path, zend_stat_t *buf) /* {{{ */ in virtual_stat()
1544 CWD_API int virtual_lstat(const char *path, zend_stat_t *buf) /* {{{ */ in virtual_lstat()
/PHP-7.4/ext/hash/
H A Dhash_joaat.c73 joaat_buf(void *buf, size_t len, uint32_t hval) in joaat_buf()
/PHP-7.4/ext/soap/
H A Dphp_http.c41 zend_string *buf; in proxy_authentication() local
70 zend_string* buf; in basic_authentication() local
337 zend_string *buf, in make_http_soap_request()
809 zend_string *buf; in make_http_soap_request() local
/PHP-7.4/main/
H A Dspprintf.c818 PHPAPI void php_printf_to_smart_string(smart_string *buf, const char *format, va_list ap) /* {{{ */ in php_printf_to_smart_string()
824 PHPAPI void php_printf_to_smart_str(smart_str *buf, const char *format, va_list ap) /* {{{ */ in php_printf_to_smart_str()
/PHP-7.4/ext/session/
H A Dsession.c840 smart_str buf = {0}; in PHP_INI_END() local
890 smart_str buf = {0}; in PS_SERIALIZER_ENCODE_FUNC() local
956 smart_str buf = {0}; in PS_SERIALIZER_ENCODE_FUNC() local
1119 char buf[MAX_STR]; in strcpy_gmt() local
1144 char buf[MAX_STR + 1]; in last_modified() local
1163 char buf[MAX_STR + 1]; in CACHE_LIMITER_FUNC() local
1182 char buf[MAX_STR + 1]; in CACHE_LIMITER_FUNC() local
2432 smart_str buf ={0}; in php_session_start_set_ini() local

Completed in 66 milliseconds

12345678910