Home
last modified time | relevance | path

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

12345678910

/PHP-7.4/ext/standard/
H A Ddns.c127 char buf[HOST_NAME_MAX + 1]; in PHP_FUNCTION() local
1054 char buf[MAXHOSTNAMELEN]; in PHP_FUNCTION() local
H A Ddns_win32.c262 char buf[sizeof("AAAA:AAAA:AAAA:AAAA:AAAA:AAAA:AAAA:AAAA")]; in php_parserr() local
H A Dexec.c96 char *buf; in php_exec() local
H A Dfile.c1014 char *buf = NULL; in PHP_FUNCTION() local
1065 char buf[2]; in PHP_FUNCTION() local
1096 char *buf = NULL, *retval; in PHP_FUNCTION() local
1145 char *buf, *format; in PHP_FUNCTION() local
1993 char *buf; in PHP_FUNCTION() local
2082 …tream, char delimiter, char enclosure, int escape_char, size_t buf_len, char *buf, zval *return_va… in php_fgetcsv()
H A Dfilters.c1856 static size_t php_dechunk(char *buf, size_t len, php_chunked_filter_data *data) in php_dechunk()
H A Dftp_fopen_wrapper.c616 static ssize_t php_ftp_dirstream_read(php_stream *stream, char *buf, size_t count) in php_ftp_dirstream_read()
1065 char *p, *e, *buf; in php_stream_ftp_mkdir() local
H A Dhead.c84 smart_str buf = {0}; in php_setcookie() local
H A Dhtml.c466 static inline size_t php_utf32_utf8(unsigned char *buf, unsigned k) in php_utf32_utf8()
745 static inline int process_numeric_entity(const char **buf, unsigned *code_point) in process_numeric_entity()
781 static inline int process_named_entity_html(const char **buf, const char **start, size_t *length) in process_named_entity_html()
830 static inline size_t write_octet_sequence(unsigned char *buf, enum entity_charset charset, unsigned… in write_octet_sequence()
H A Dimage.c208 unsigned char *b, *buf = NULL; in php_handle_swc() local
1135 unsigned char buf[18]; in php_handle_webp() local
H A Dinfo.c71 char *buf; in php_info_printf() local
602 void php_get_windows_cpu(char *buf, int bufsize) in php_get_windows_cpu()
705 struct utsname buf; in php_get_uname() local
H A Dmath.c195 char buf[40]; in _php_math_round() local
935 char buf[(sizeof(zend_ulong) << 3) + 1]; in _php_math_longtobase() local
974 char buf[(sizeof(double) << 3) + 1]; in _php_math_zvaltobase() local
H A Dmd5.c78 unsigned char buf[1024]; in PHP_NAMED_FUNCTION() local
H A Dnet.c180 char *buf = php_win32_error_to_msg(GetLastError()); in PHP_FUNCTION() local
H A Dpack.c983 zend_string *buf; in PHP_FUNCTION() local
1006 ZSTR_VAL(buf)[opos] = cc; in PHP_FUNCTION() local
1015 ZSTR_VAL(buf)[len] = '\0'; in PHP_FUNCTION() local
H A Dphp_fopen_wrapper.c34 static ssize_t php_stream_output_write(php_stream *stream, const char *buf, size_t count) /* {{{ */ in php_stream_output_write()
41 static ssize_t php_stream_output_read(php_stream *stream, char *buf, size_t count) /* {{{ */ in php_stream_output_read()
72 static ssize_t php_stream_input_write(php_stream *stream, const char *buf, size_t count) /* {{{ */ in php_stream_input_write()
78 static ssize_t php_stream_input_read(php_stream *stream, char *buf, size_t count) /* {{{ */ in php_stream_input_read()
H A Dscanf.c591 char buf[64]; /* Temporary buffer to hold scanned number in php_sscanf_internal() local
H A Dsha1.c68 unsigned char buf[1024]; in PHP_FUNCTION() local
H A Dstreamsfuncs.c1291 zend_string *buf; in PHP_FUNCTION() local
H A Dstring.c4873 zend_string *buf; local
5172 const char *buf, *p, *end; local
5594 const unsigned char *buf; local
H A Durl_scanner_ex.h43 smart_str buf; member
H A Dvar.c418 #define buffer_append_spaces(buf, num_spaces) \ argument
480 PHPAPI void php_var_export_ex(zval *struc, int level, smart_str *buf) /* {{{ */ in php_var_export_ex()
620 smart_str buf = {0}; in php_var_export() local
634 smart_str buf = {0}; in PHP_FUNCTION() local
702 static inline void php_var_serialize_long(smart_str *buf, zend_long val) /* {{{ */ in php_var_serialize_long()
710 static inline void php_var_serialize_string(smart_str *buf, char *str, size_t len) /* {{{ */ in php_var_serialize_string()
720 static inline zend_bool php_var_serialize_class_name(smart_str *buf, zval *struc) /* {{{ */ in php_var_serialize_class_name()
952 static void php_var_serialize_intern(smart_str *buf, zval *struc, php_serialize_data_t var_hash) /*… in php_var_serialize_intern()
1132 PHPAPI void php_var_serialize(smart_str *buf, zval *struc, php_serialize_data_t *data) /* {{{ */ in php_var_serialize()
1174 smart_str buf = {0}; in PHP_FUNCTION() local
[all …]
H A Dversioning.c33 char *buf = safe_emalloc(len, 2, 1), *q, lp, lq; in php_canonicalize_version() local
/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/ext/tidy/
H A Dtidy.c526 static void* TIDY_CALL php_tidy_realloc(void *buf, size_t len) in php_tidy_realloc()
531 static void TIDY_CALL php_tidy_free(void *buf) in php_tidy_free()
646 TidyBuffer buf; in php_tidy_quick_repair() local
811 TidyBuffer buf; in tidy_node_cast_handler() local
878 TidyBuffer buf; in tidy_add_default_properties() local
1052 TidyBuffer buf; in php_tidy_parse_string() 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

Completed in 98 milliseconds

12345678910