Home
last modified time | relevance | path

Searched defs:buf (Results 201 – 225 of 235) sorted by relevance

12345678910

/PHP-7.4/ext/pdo/
H A Dpdo_dbh.c207 static char *dsn_from_uri(char *uri, char *buf, size_t buflen) /* {{{ */ in dsn_from_uri()
H A Dpdo_stmt.c590 zend_string *buf; in fetch_value() local
/PHP-7.4/ext/dom/
H A Ddocument.c1634 xmlBufferPtr buf; in PHP_FUNCTION() local
2178 xmlBufferPtr buf; in PHP_FUNCTION() local
H A Dnode.c1706 xmlOutputBufferPtr buf; in dom_canonicalization() local
/PHP-7.4/ext/spl/
H A Dspl_array.c1662 smart_str buf = {0}; in SPL_METHOD() local
1709 char *buf; in SPL_METHOD() local
/PHP-7.4/ext/gmp/
H A Dgmp.c571 smart_str buf = {0}; in gmp_serialize() local
593 static int gmp_unserialize(zval *object, zend_class_entry *ce, const unsigned char *buf, size_t buf… in gmp_unserialize()
/PHP-7.4/ext/hash/
H A Dhash_sha.c121 unsigned char buf[1024]; in PHP_FUNCTION() local
/PHP-7.4/ext/oci8/
H A Doci8.c1198 char buf[32]; in PHP_MINFO_FUNCTION() local
/PHP-7.4/main/
H A Doutput.c882 …tic inline int php_output_handler_append(php_output_handler *handler, const php_output_buffer *buf) in php_output_handler_append()
/PHP-7.4/sapi/fpm/fpm/
H A Dfpm_main.c314 char buf[SAPI_CGI_MAX_HEADER_LENGTH]; in sapi_cgi_send_headers() local
/PHP-7.4/ext/xmlwriter/
H A Dphp_xmlwriter.c620 zend_stat_t buf; in _xmlwriter_get_valid_file_path() local
/PHP-7.4/Zend/
H A Dzend_ast.c759 static void* ZEND_FASTCALL zend_ast_tree_copy(zend_ast *ast, void *buf) in zend_ast_tree_copy()
/PHP-7.4/sapi/phpdbg/
H A Dphpdbg.c958 static ssize_t phpdbg_stdiop_write(php_stream *stream, const char *buf, size_t count) { in phpdbg_stdiop_write()
/PHP-7.4/ext/standard/
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
/PHP-7.4/ext/mysqlnd/
H A Dmysqlnd_ps.c47 zend_uchar buf[MYSQLND_STMT_ID_LENGTH /* statement id */ + 4 /* number of rows to fetch */]; in mysqlnd_stmt_send_cursor_fetch_command() local
/PHP-7.4/ext/exif/
H A Dexif.c1415 static char *exif_get_tagname_key(int tag_num, char *buf, size_t buf_size, tag_table_type tag_table) in exif_get_tagname_key()
1430 static unsigned char buf[4096+1]; in exif_char_dump() local
2053 char *buf; in exif_error_docref() local
/PHP-7.4/ext/curl/
H A Dinterface.c1761 static int curl_debug(CURL *cp, curl_infotype type, char *buf, size_t buf_len, void *ctx) /* {{{ */ in curl_debug()
/PHP-7.4/ext/pcre/pcre2lib/sljit/
H A DsljitLir.c456 struct sljit_memory_fragment *buf; in sljit_free_compiler() local
603 struct sljit_memory_fragment *buf = compiler->buf; in reverse_buf() local
H A DsljitNativeSPARC_common.c295 struct sljit_memory_fragment *buf; in sljit_generate_code() local
H A DsljitNativeARM_64.c236 struct sljit_memory_fragment *buf; in sljit_generate_code() local
H A DsljitLir.h388 struct sljit_memory_fragment *buf; member
H A DsljitNativeARM_T2_32.c362 struct sljit_memory_fragment *buf; in sljit_generate_code() local
H A DsljitNativePPC_common.c381 struct sljit_memory_fragment *buf; in sljit_generate_code() local
H A DsljitNativeARM_32.c579 struct sljit_memory_fragment *buf; in sljit_generate_code() local

Completed in 165 milliseconds

12345678910