Home
last modified time | relevance | path

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

12345678910

/PHP-8.0/ext/pdo/
H A Dpdo_dbh.c209 static char *dsn_from_uri(char *uri, char *buf, size_t buflen) /* {{{ */ in dsn_from_uri()
H A Dpdo_stmt.c555 zend_string *buf; in fetch_value() local
/PHP-8.0/ext/opcache/jit/dynasm/
H A Ddasm_x86.h56 int *buf; /* True buffer pointer. */ member
/PHP-8.0/ext/spl/
H A Dspl_array.c1629 smart_str buf = {0}; in PHP_METHOD() local
1670 char *buf; in PHP_METHOD() local
/PHP-8.0/ext/sqlite3/
H A Dsqlite3.c1079 static ssize_t php_sqlite3_stream_write(php_stream *stream, const char *buf, size_t count) in php_sqlite3_stream_write()
1108 static ssize_t php_sqlite3_stream_read(php_stream *stream, char *buf, size_t count) in php_sqlite3_stream_read()
/PHP-8.0/ext/phar/
H A Dphar_object.c137 char *name = NULL, buf[8192]; in phar_file_action() local
3873 zend_string *buf; in PHP_METHOD() local
3960 ZSTR_VAL(buf)[len] = '\0'; in PHP_METHOD() local
/PHP-8.0/ext/opcache/jit/
H A Dzend_jit.c261 smart_str buf = {0}; in zend_jit_func_name() local
4293 ZEND_EXT_API int zend_jit_startup(void *buf, size_t size, zend_bool reattached) in zend_jit_startup()
/PHP-8.0/ext/dom/
H A Ddocument.c1426 xmlBufferPtr buf; in PHP_METHOD() local
1975 xmlBufferPtr buf; in PHP_METHOD() local
H A Dnode.c1561 xmlOutputBufferPtr buf; in dom_canonicalization() local
/PHP-8.0/ext/gmp/
H A Dgmp.c446 smart_str buf = {0}; in gmp_serialize() local
468 static int gmp_unserialize(zval *object, zend_class_entry *ce, const unsigned char *buf, size_t buf… in gmp_unserialize()
/PHP-8.0/ext/xmlwriter/
H A Dphp_xmlwriter.c158 zend_stat_t buf; in _xmlwriter_get_valid_file_path() local
/PHP-8.0/main/
H A Doutput.c889 …tic inline int php_output_handler_append(php_output_handler *handler, const php_output_buffer *buf) in php_output_handler_append()
/PHP-8.0/sapi/fpm/fpm/
H A Dfpm_main.c309 char buf[SAPI_CGI_MAX_HEADER_LENGTH]; in sapi_cgi_send_headers() local
/PHP-8.0/ext/oci8/
H A Doci8.c435 char buf[32]; in PHP_MINFO_FUNCTION() local
/PHP-8.0/sapi/phpdbg/
H A Dphpdbg.c907 static ssize_t phpdbg_stdiop_write(php_stream *stream, const char *buf, size_t count) { in phpdbg_stdiop_write()
/PHP-8.0/ext/gd/
H A Dgd.c1855 char buf[4096]; in _php_image_output() local
4058 static int _php_image_output_putbuf(struct gdIOCtx *ctx, const void* buf, int l) /* {{{ */ in _php_image_output_putbuf()
4076 static int _php_image_stream_putbuf(struct gdIOCtx *ctx, const void* buf, int l) /* {{{ */ in _php_image_stream_putbuf()
/PHP-8.0/ext/mysqlnd/
H A Dmysqlnd_ps.c44 zend_uchar buf[MYSQLND_STMT_ID_LENGTH /* statement id */ + 4 /* number of rows to fetch */]; in mysqlnd_stmt_send_cursor_fetch_command() local
/PHP-8.0/ext/standard/
H A Dstreamsfuncs.c1297 zend_string *buf; in PHP_FUNCTION() local
H A Dstring.c4533 zend_string *buf; local
4810 const char *buf, *p, *end; local
5215 const unsigned char *buf; local
/PHP-8.0/ext/exif/
H A Dexif.c1363 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()
1378 static char buf[4096+1]; in exif_char_dump() local
2009 char *buf; in exif_error_docref() local
/PHP-8.0/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
/PHP-8.0/Zend/
H A Dzend_ast.c793 static void* ZEND_FASTCALL zend_ast_tree_copy(zend_ast *ast, void *buf) in zend_ast_tree_copy()
/PHP-8.0/ext/curl/
H A Dinterface.c1633 static int curl_debug(CURL *cp, curl_infotype type, char *buf, size_t buf_len, void *ctx) /* {{{ */ in curl_debug()

Completed in 226 milliseconds

12345678910