Home
last modified time | relevance | path

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

12345678910

/PHP-8.0/ext/standard/
H A Dexec.c84 static size_t strip_trailing_whitespace(char *buf, size_t bufl) { in strip_trailing_whitespace()
94 static size_t handle_line(int type, zval *array, char *buf, size_t bufl) { in handle_line()
117 char *buf; in php_exec() local
H A Dinfo.c69 char *buf; in php_info_printf() local
597 void php_get_windows_cpu(char *buf, int bufsize) in php_get_windows_cpu()
699 struct utsname buf; in php_get_uname() local
/PHP-8.0/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.c32 char buf[128]; in fpm_trace_ready() local
H A Dfpm_conf.c185 char *buf; in fpm_conf_expand_pool_name() local
1077 char *buf; in fpm_conf_process_all_pools() local
1205 char buf[64]; in fpm_conf_write_pid() local
1571 char *buf = NULL, *newbuf = NULL; in fpm_conf_load_ini_file() local
/PHP-8.0/ext/pdo_pgsql/
H A Dpdo_pgsql.c84 char buf[16]; in PHP_MINFO_FUNCTION() local
H A Dpgsql_driver.c131 static ssize_t pgsql_lob_write(php_stream *stream, const char *buf, size_t count) in pgsql_lob_write()
137 static ssize_t pgsql_lob_read(php_stream *stream, char *buf, size_t count) in pgsql_lob_read()
412 void pdo_libpq_version(char *buf, size_t len) in pdo_libpq_version()
440 char buf[16]; in pdo_pgsql_get_attribute() local
753 char *buf; in PHP_METHOD() local
984 zend_string *buf = strpprintf(0, ZEND_ULONG_FMT, (zend_long) lfd); in PHP_METHOD() local
/PHP-8.0/ext/hash/
H A Dhash.c172 static uint64_t one_from_buffer(size_t sz, const unsigned char *buf) { in one_from_buffer()
188 static void one_to_buffer(size_t sz, unsigned char *buf, uint64_t val) { in one_to_buffer()
228 unsigned char *buf = (unsigned char *) hash->context; in php_hash_serialize_spec() local
276 unsigned char *buf = (unsigned char *) hash->context; in php_hash_unserialize_spec() local
380 char buf[1024]; in php_hash_do_hash() local
523 char buf[1024]; in php_hash_do_hash_hmac() local
712 char buf[1024]; in PHP_FUNCTION() local
740 char buf[1024]; in PHP_FUNCTION() local
1175 char buf[128]; in mhash_init() local
H A Dhash_joaat.c80 joaat_buf(void *buf, size_t len, uint32_t hval) in joaat_buf()
/PHP-8.0/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-8.0/ext/sysvsem/
H A Dsysvsem.c40 struct semid_ds *buf; /* buffer for IPC_STAT, IPC_SET */ member
368 struct semid_ds buf; local
/PHP-8.0/ext/fileinfo/libmagic/
H A Dmagic.c190 unsigned char *buf; in file_or_stream() local
263 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.c244 file_fmttime(char *buf, size_t bsize, uint64_t v, int flags) in file_fmttime()
/PHP-8.0/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-8.0/sapi/phpdbg/
H A Dphpdbg_rinit_hook.c58 char buf[(1 << 8) + 1]; in PHP_RINIT_FUNCTION() local
H A Dphpdbg_list.h43 char *buf; member
H A Dphpdbg_cmd.c742 char buf[PHPDBG_MAX_CMD]; in phpdbg_read_input() local
812 char buf[PHPDBG_MAX_CMD]; in phpdbg_ask_user_permission() local
/PHP-8.0/Zend/
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_virtual_cwd.c123 zend_stat_t buf; in php_is_dir_ok() local
134 zend_stat_t buf; in php_is_file_ok() local
293 CWD_API char *virtual_getcwd(char *buf, size_t size) /* {{{ */ in virtual_getcwd()
1348 CWD_API int virtual_utime(const char *filename, struct utimbuf *buf) /* {{{ */ in virtual_utime()
1524 CWD_API int virtual_stat(const char *path, zend_stat_t *buf) /* {{{ */ in virtual_stat()
1542 CWD_API int virtual_lstat(const char *path, zend_stat_t *buf) /* {{{ */ in virtual_lstat()
/PHP-8.0/ext/opcache/jit/libudis86/
H A Dudis86.c280 ud_set_asm_buffer(struct ud *u, char *buf, size_t size) in ud_set_asm_buffer()
381 ud_set_input_buffer(register struct ud* u, const uint8_t* buf, size_t len) in ud_set_input_buffer()
/PHP-8.0/ext/soap/
H A Dphp_http.c40 zend_string *buf; in proxy_authentication() local
69 zend_string* buf; in basic_authentication() local
336 zend_string *buf, in make_http_soap_request()
813 zend_string *buf; in make_http_soap_request() local
/PHP-8.0/main/
H A Dspprintf.c794 PHPAPI void php_printf_to_smart_string(smart_string *buf, const char *format, va_list ap) /* {{{ */ in php_printf_to_smart_string()
800 PHPAPI void php_printf_to_smart_str(smart_str *buf, const char *format, va_list ap) /* {{{ */ in php_printf_to_smart_str()
/PHP-8.0/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
1124 char buf[MAX_STR]; in strcpy_gmt() local
1149 char buf[MAX_STR + 1]; in last_modified() local
1168 char buf[MAX_STR + 1]; in CACHE_LIMITER_FUNC() local
1187 char buf[MAX_STR + 1]; in CACHE_LIMITER_FUNC() local
2458 smart_str buf ={0}; in php_session_start_set_ini() local

Completed in 60 milliseconds

12345678910