Home
last modified time | relevance | path

Searched defs:buf (Results 226 – 250 of 266) sorted by relevance

1234567891011

/php-src/ext/opcache/jit/ir/
H A Dir_gdb.c587 char buf[1024]; in ir_gdb_present() local
H A Dir.h489 char *buf; member
/php-src/Zend/
H A Dzend_fibers.c759 zend_get_gc_buffer *buf = zend_get_gc_buffer_create(); in zend_fiber_object_gc() local
H A Dzend_ast.c1059 static void* ZEND_FASTCALL zend_ast_tree_copy(zend_ast *ast, void *buf) in zend_ast_tree_copy()
/php-src/ext/fileinfo/libmagic/
H A Dapprentice.c2454 char *buf = CAST(char *, CAST(void *, m)) + off; in parse_extra() local
3413 char *buf; local
/php-src/ext/spl/
H A Dspl_array.c1249 smart_str buf = {0}; in SPL_ARRAY_METHOD() local
1290 char *buf; in PHP_METHOD() local
/php-src/ext/sqlite3/
H A Dsqlite3.c1087 static ssize_t php_sqlite3_stream_write(php_stream *stream, const char *buf, size_t count) in php_sqlite3_stream_write()
1116 static ssize_t php_sqlite3_stream_read(php_stream *stream, char *buf, size_t count) in php_sqlite3_stream_read()
/php-src/ext/phar/
H A Dphar_object.c137 char *name = NULL, buf[8192]; in phar_file_action() local
3876 zend_string *buf; in PHP_METHOD() local
3963 ZSTR_VAL(buf)[len] = '\0'; in PHP_METHOD() local
/php-src/ext/pdo/
H A Dpdo_dbh.c208 static char *dsn_from_uri(char *uri, char *buf, size_t buflen) /* {{{ */ in dsn_from_uri()
/php-src/ext/dom/
H A Ddocument.c1578 xmlBufferPtr buf; in dom_document_save_xml() local
2145 xmlBufferPtr buf; in PHP_METHOD() local
/php-src/ext/libxml/
H A Dlibxml.c649 char *buf; in php_libxml_internal_error_handler_ex() local
/php-src/sapi/phpdbg/
H A Dphpdbg.c857 static ssize_t phpdbg_stdiop_write(php_stream *stream, const char *buf, size_t count) { in phpdbg_stdiop_write()
/php-src/ext/xmlwriter/
H A Dphp_xmlwriter.c160 zend_stat_t buf = {0}; in _xmlwriter_get_valid_file_path() local
/php-src/sapi/fpm/fpm/
H A Dfpm_main.c314 char buf[SAPI_CGI_MAX_HEADER_LENGTH]; in sapi_cgi_send_headers() local
/php-src/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-src/main/
H A Doutput.c869 …ic inline bool php_output_handler_append(php_output_handler *handler, const php_output_buffer *buf) in php_output_handler_append()
/php-src/ext/gmp/
H A Dgmp.c451 smart_str buf = {0}; in gmp_serialize() local
473 static int gmp_unserialize(zval *object, zend_class_entry *ce, const unsigned char *buf, size_t buf… in gmp_unserialize()
/php-src/ext/gd/
H A Dgd.c1777 char buf[4096]; in _php_image_output() local
3978 static int _php_image_output_putbuf(struct gdIOCtx *ctx, const void* buf, int l) /* {{{ */ in _php_image_output_putbuf()
3994 static int _php_image_stream_putbuf(struct gdIOCtx *ctx, const void* buf, int l) /* {{{ */ in _php_image_stream_putbuf()
/php-src/ext/exif/
H A Dexif.c1374 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()
1389 static char buf[4096+1]; in exif_char_dump() local
2020 char *buf; in exif_error_docref() local
/php-src/ext/standard/
H A Dstreamsfuncs.c1361 zend_string *buf; in PHP_FUNCTION() local
H A Dstring.c4849 zend_string *buf; local
5127 const char *buf, *p, *end; local
5536 const unsigned char *buf; local
H A Dfilters.c1708 static size_t php_dechunk(char *buf, size_t len, php_chunked_filter_data *data) in php_dechunk()
/php-src/ext/pcre/pcre2lib/sljit/
H A DsljitLir.c509 struct sljit_memory_fragment *buf; in sljit_free_compiler() local
670 struct sljit_memory_fragment *buf = compiler->buf; in reverse_buf() local
/php-src/ext/opcache/jit/
H A Dzend_jit_trace.c239 smart_str buf = {0}; in zend_jit_trace_name() local
7194 smart_str buf = {0}; in zend_jit_trace_escape_name() local
/php-src/ext/curl/
H A Dinterface.c942 static int curl_debug(CURL *cp, curl_infotype type, char *buf, size_t buf_len, void *ctx) /* {{{ */ in curl_debug()

Completed in 183 milliseconds

1234567891011