Home
last modified time | relevance | path

Searched defs:buf (Results 226 – 250 of 266) sorted by last modified time

1234567891011

/php-src/Zend/
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()
/php-src/ext/mbstring/
H A Dphp_unicode.c293 mb_convert_buf buf; in php_unicode_convert_case() local
H A Dphp_mbregex.c167 char buf[32]; in PHP_MINFO_FUNCTION() local
1611 char buf[16]; in PHP_FUNCTION() local
/php-src/ext/pdo_odbc/
H A Dodbc_stmt.c56 static int pdo_odbc_utf82ucs2(pdo_stmt_t *stmt, int is_unicode, const char *buf, in pdo_odbc_utf82ucs2()
160 char *buf = NULL; in odbc_stmt_execute() local
800 char buf[256]; in odbc_stmt_get_attr() local
/php-src/ext/mysqli/
H A Dphp_mysqli_structs.h50 VAR_BUFFER *buf; member
/php-src/win32/
H A Dglob.c610 char buf[MAXPATHLEN]; in glob3() local
794 char buf[MAXPATHLEN]; in g_opendir() local
811 char buf[MAXPATHLEN]; in g_lstat() local
822 char buf[MAXPATHLEN]; in g_stat() local
840 static int g_Ctoc(const Char *str, char *buf, u_int len) in g_Ctoc()
H A Dioutil.h490 __forceinline static char *php_win32_ioutil_getcwd(char *buf, size_t len) in php_win32_ioutil_getcwd()
744 __forceinline static int php_win32_ioutil_stat_ex(const char *path, php_win32_ioutil_stat_t *buf, i… in php_win32_ioutil_stat_ex()
761 #define php_win32_ioutil_stat(path, buf) php_win32_ioutil_stat_ex(path, buf, 0) argument
762 #define php_win32_ioutil_lstat(path, buf) php_win32_ioutil_stat_ex(path, buf, 1) argument
766 __forceinline static ssize_t php_win32_ioutil_readlink(const char *path, char *buf, size_t buf_len) in php_win32_ioutil_readlink()
H A Dioutil.c484 PW32IO wchar_t *php_win32_ioutil_getcwd_w(wchar_t *buf, size_t len) in php_win32_ioutil_getcwd_w()
601 PW32IO php_win32_ioutil_normalization_result php_win32_ioutil_normalize_path_w(wchar_t **buf, size_… in php_win32_ioutil_normalize_path_w()
858 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()
972 …_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()
1022 PW32IO int php_win32_ioutil_fstat(int fd, php_win32_ioutil_stat_t *buf) in php_win32_ioutil_fstat()
1027 static ssize_t php_win32_ioutil_readlink_int(HANDLE h, wchar_t *buf, size_t buf_len) in php_win32_ioutil_readlink_int()
1142 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 Dwinutil.c28 char *buf; in php_win32_error_to_msg() local
103 PHP_WINUTIL_API int php_win32_get_random_bytes(unsigned char *buf, size_t size) in php_win32_get_random_bytes()
467 char buf[MAX_PATH]; in is_compatible() local
/php-src/sapi/phpdbg/
H A Dphpdbg_out.h49 #define phpdbg_asprintf(buf, ...) _phpdbg_asprintf(buf, ##__VA_ARGS__) argument
/php-src/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.c34 char buf[128]; in fpm_trace_ready() local
/php-src/main/streams/
H A Dphp_stream_transport.h144 char *buf; member
H A Dfilter.c71 PHPAPI php_stream_bucket *php_stream_bucket_new(php_stream *stream, char *buf, size_t buflen, uint8… in php_stream_bucket_new()
H A Dphp_stream_filter_api.h44 char *buf; member
/php-src/main/
H A Dphp_memory_streams.h38 #define php_stream_temp_open(mode, max_memory_usage, buf, length) _php_stream_temp_open((mode), (ma… argument
/php-src/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-src/ext/zip/
H A Dzip_stream.c46 static ssize_t php_zip_ops_read(php_stream *stream, char *buf, size_t count) in php_zip_ops_read()
81 static ssize_t php_zip_ops_write(php_stream *stream, const char *buf, size_t count) in php_zip_ops_write()
/php-src/ext/standard/
H A Durl_scanner_ex.h41 smart_str buf; member
H A Dversioning.c31 char *buf = safe_emalloc(len, 2, 1), *q, lp, lq; in php_canonicalize_version() local
H A Dscanf.c591 char buf[64]; /* Temporary buffer to hold scanned number in php_sscanf_internal() local
/php-src/ext/mysqlnd/
H A Dmysqlnd_alloc.h74 static inline void mysqlnd_set_string(MYSQLND_STRING *buf, const char *string, size_t len) { in mysqlnd_set_string()
86 static inline void mysqlnd_set_persistent_string(MYSQLND_STRING *buf, const char *string, size_t le… in mysqlnd_set_persistent_string()
H A Dmysqlnd_loaddata.c65 int mysqlnd_local_infile_read(void * ptr, zend_uchar * buf, unsigned int buf_len) in mysqlnd_local_infile_read()
142 zend_uchar *buf = NULL; in mysqlnd_handle_local_infile() local

Completed in 91 milliseconds

1234567891011