Home
last modified time | relevance | path

Searched defs:buf (Results 151 – 175 of 266) sorted by relevance

1234567891011

/php-src/ext/intl/breakiterator/
H A Dcodepointiterator_internal.cpp246 char *buf = (char*)stackBuffer; in createBufferClone() local
/php-src/ext/standard/
H A Dhead.c87 smart_str buf = {0}; in php_setcookie() local
H A Dfile.c889 char *buf = NULL; in PHP_FUNCTION() local
963 char *buf, *format; in PHP_FUNCTION() local
1834 char *buf; in PHP_FUNCTION() local
1929 …ream *stream, char delimiter, char enclosure, int escape_char, size_t buf_len, char *buf) /* {{{ */ in php_fgetcsv()
H A Ddns_win32.c266 char buf[sizeof("AAAA:AAAA:AAAA:AAAA:AAAA:AAAA:AAAA:AAAA")]; in php_parserr() local
H A Dmd5.c74 unsigned char buf[1024]; in PHP_FUNCTION() local
H A Dscanf.c591 char buf[64]; /* Temporary buffer to hold scanned number in php_sscanf_internal() local
/php-src/ext/soap/
H A Dphp_xml.c130 xmlDocPtr soap_xmlParseMemory(const void *buf, size_t buf_size) in soap_xmlParseMemory()
H A Dphp_schema.c466 char buf[MAX_LENGTH_OF_LONG + 1]; in schema_list() local
563 char buf[MAX_LENGTH_OF_LONG + 1]; in schema_union() local
1937 char buf[MAX_LENGTH_OF_LONG + 1]; in schema_attribute() local
/php-src/sapi/fpm/fpm/
H A Dfpm_children.c228 char buf[128]; in fpm_children_bury() local
H A Dzlog.h81 struct zlog_stream_buffer buf; member
/php-src/ext/zend_test/
H A Dobserver.c97 static void get_retval_info(zval *retval, smart_str *buf) in get_retval_info()
/php-src/ext/odbc/
H A Dphp_odbc.c438 char buf[32]; in PHP_MINFO_FUNCTION() local
1021 char buf[4096]; in PHP_FUNCTION() local
1271 char *buf = NULL; in php_odbc_fetch_hash() local
1431 char *buf = NULL; in PHP_FUNCTION() local
1834 char *buf = NULL; in PHP_FUNCTION() local
/php-src/Zend/
H A Dzend_operators.c3411 char buf[MAX_LENGTH_OF_LONG + 1]; local
3425 char buf[MAX_LENGTH_OF_LONG + 1]; local
3434 static zend_always_inline char *zend_print_u64_to_buf(char *buf, uint64_t num64) {
3454 static zend_always_inline char *zend_print_i64_to_buf(char *buf, int64_t num) {
3469 char buf[20 + 1]; local
3482 char buf[20 + 1]; local
3492 char buf[ZEND_DOUBLE_MAX_LENGTH]; local
H A Dzend_operators.h882 static zend_always_inline char *zend_print_ulong_to_buf(char *buf, zend_ulong num) { in zend_print_ulong_to_buf()
892 static zend_always_inline char *zend_print_long_to_buf(char *buf, zend_long num) { in zend_print_long_to_buf()
/php-src/main/
H A DSAPI.c898 char buf[255]; in sapi_send_headers() local
1112 char *buf = NULL; in sapi_add_request_header() local
/php-src/ext/pdo_dblib/
H A Ddblib_stmt.c240 char buf[16]; in pdo_dblib_stmt_describe() local
/php-src/ext/pgsql/
H A Dpgsql.c423 static void php_libpq_version(char *buf, size_t len) in php_libpq_version()
517 char buf[256]; in PHP_MINFO_FUNCTION() local
2529 zend_string *buf; in PHP_FUNCTION() local
2550 ZSTR_VAL(buf)[nbytes] = '\0'; in PHP_FUNCTION() local
2603 char buf[PGSQL_LO_READ_BUF_SIZE]; in PHP_FUNCTION() local
4081 static ssize_t php_pgsql_fd_write(php_stream *stream, const char *buf, size_t count) /* {{{ */ in php_pgsql_fd_write()
4087 static ssize_t php_pgsql_fd_read(php_stream *stream, char *buf, size_t count) /* {{{ */ in php_pgsql_fd_read()
5285 char buf[256]; in php_pgsql_insert() local
5528 char buf[256]; in build_assignment_string() local
/php-src/sapi/phpdbg/
H A Dphpdbg_cmd.c801 char buf[PHPDBG_MAX_CMD]; in phpdbg_ask_user_permission() local
/php-src/ext/ftp/
H A Dftp.h48 char buf[FTP_BUFSIZE]; /* data buffer */ member
/php-src/main/streams/
H A Dglob_wrapper.c136 static ssize_t php_glob_stream_read(php_stream *stream, char *buf, size_t count) /* {{{ */ in php_glob_stream_read()
H A Dphp_stream_filter_api.h44 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()
/php-src/ext/posix/
H A Dposix.c790 char *buf; in PHP_FUNCTION() local
930 char *buf; in PHP_FUNCTION() local
/php-src/ext/mbstring/
H A Dmbstring.c1605 mb_convert_buf buf; in PHP_FUNCTION() local
1693 mb_convert_buf buf; in PHP_FUNCTION() local
2091 mb_convert_buf buf; in mb_get_substr_slow() local
2531 mb_convert_buf buf; in mb_trim_string() local
3523 mb_convert_buf buf; in jp_kana_convert() local
3946 mb_convert_buf buf; in html_numeric_entity_encode() local
4063 mb_convert_buf buf; in html_numeric_entity_decode() local
5693 char buf[4]; in php_mb_chr() local
6187 mb_convert_buf buf; in mb_mime_header_encode() local
6538 unsigned char *buf = emalloc(e - p), *bufp = buf; in mime_header_decode_encoded_word() local
[all …]
/php-src/ext/zlib/
H A Dzlib.c421 static inline int php_zlib_inflate_rounds(z_stream *Z, size_t max, char **buf, size_t *len) in php_zlib_inflate_rounds()
611 char buf[8192] = {0}; in PHP_FUNCTION() local

Completed in 121 milliseconds

1234567891011