Home
last modified time | relevance | path

Searched defs:buf (Results 226 – 235 of 235) sorted by path

12345678910

/PHP-7.4/sapi/phpdbg/
H A Dphpdbg_out.c808 static void strx_printv(int *ccp, char *buf, size_t len, const char *format, zend_bool escape_xml, … in strx_printv()
837 static int phpdbg_xml_vsnprintf(char *buf, size_t len, const char *format, zend_bool escape_xml, va… in phpdbg_xml_vsnprintf()
844 PHPDBG_API int phpdbg_xml_vasprintf(char **buf, const char *format, zend_bool escape_xml, va_list a… in phpdbg_xml_vasprintf()
866 PHPDBG_API int _phpdbg_asprintf(char **buf, const char *format, ...) { in _phpdbg_asprintf()
877 static int phpdbg_encode_xml(char **buf, char *msg, int msglen, int from, char *to) { in phpdbg_encode_xml()
903 static void phpdbg_encode_ctrl_chars(char **buf, int *buflen) { in phpdbg_encode_ctrl_chars()
932 char *msgout = NULL, *buf; in phpdbg_process_print() local
H A Dphpdbg_out.h70 #define phpdbg_asprintf(buf, ...) _phpdbg_asprintf(buf, ##__VA_ARGS__) argument
H A Dphpdbg_prompt.c466 char *buf; in PHPDBG_COMMAND() local
569 char *buf; in phpdbg_compile() local
795 char *buf = emalloc(end - p + 2), *q = buf; in PHPDBG_COMMAND() local
H A Dphpdbg_rinit_hook.c60 char buf[(1 << 8) + 1]; in PHP_RINIT_FUNCTION() local
H A Dphpdbg_webdata_transfer.c165 smart_str buf = {0}; in phpdbg_webdata_compress() local
/PHP-7.4/win32/
H A Dglob.c640 char buf[MAXPATHLEN]; local
835 char buf[MAXPATHLEN]; local
856 char buf[MAXPATHLEN]; local
871 char buf[MAXPATHLEN]; local
893 g_Ctoc(str, buf, len) in g_Ctoc() argument
H A Dioutil.c486 PW32IO wchar_t *php_win32_ioutil_getcwd_w(wchar_t *buf, size_t len) in php_win32_ioutil_getcwd_w()
603 PW32IO php_win32_ioutil_normalization_result php_win32_ioutil_normalize_path_w(wchar_t **buf, size_… in php_win32_ioutil_normalize_path_w()
860 static int php_win32_ioutil_fstat_int(HANDLE h, php_win32_ioutil_stat_t *buf, const wchar_t *pathw,… in php_win32_ioutil_fstat_int()
975 …_win32_ioutil_stat_ex_w(const wchar_t *path, size_t path_len, php_win32_ioutil_stat_t *buf, int ls… in php_win32_ioutil_stat_ex_w()
1025 PW32IO int php_win32_ioutil_fstat(int fd, php_win32_ioutil_stat_t *buf) in php_win32_ioutil_fstat()
1030 static ssize_t php_win32_ioutil_readlink_int(HANDLE h, wchar_t *buf, size_t buf_len) in php_win32_ioutil_readlink_int()
1145 PW32IO ssize_t php_win32_ioutil_readlink_w(const wchar_t *path, wchar_t *buf, size_t buf_len) in php_win32_ioutil_readlink_w()
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()
H A Dsendmail.c925 ZEND_TLS char buf[MAIL_BUFFER_SIZE]; in Ack() local
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()

Completed in 71 milliseconds

12345678910