Home
last modified time | relevance | path

Searched defs:buf (Results 151 – 175 of 235) sorted by last modified time

12345678910

/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/standard/
H A Durl_scanner_ex.h43 smart_str buf; member
H A Dversioning.c33 char *buf = safe_emalloc(len, 2, 1), *q, lp, lq; in php_canonicalize_version() local
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 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 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 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 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()
/PHP-7.4/ext/sockets/
H A Dmulticast.c760 char *buf = NULL, local
/PHP-7.4/ext/session/
H A Dmod_files.c109 static char *ps_files_path_create(char *buf, size_t buflen, ps_files *data, const char *key) in ps_files_path_create()
158 char buf[MAXPATHLEN]; in ps_files_open() local
255 char *buf = ZSTR_VAL(val); in ps_files_write() local
289 char buf[MAXPATHLEN]; in ps_files_cleanup_dir() local
344 char buf[MAXPATHLEN]; in ps_files_key_exists() local
506 char *buf = ZSTR_VAL(*val); in PS_READ_FUNC() local
572 char buf[MAXPATHLEN]; in PS_UPDATE_TIMESTAMP_FUNC() local
603 char buf[MAXPATHLEN]; in PS_DESTROY_FUNC() local
/PHP-7.4/ext/phar/
H A Ddirstream.c92 static ssize_t phar_dir_read(php_stream *stream, char *buf, size_t count) /* {{{ */ in phar_dir_read()
121 static ssize_t phar_dir_write(php_stream *stream, const char *buf, size_t count) /* {{{ */ in phar_dir_write()
/PHP-7.4/ext/pdo_oci/
H A Doci_statement.c411 char buf[8192]; in oci_stmt_param_hook() local
637 static ssize_t oci_blob_write(php_stream *stream, const char *buf, size_t count) in oci_blob_write()
657 static size_t oci_blob_read(php_stream *stream, char *buf, size_t count) in oci_blob_read()
/PHP-7.4/ext/pdo_dblib/
H A Ddblib_stmt.c243 char buf[16]; in pdo_dblib_stmt_describe() local
/PHP-7.4/ext/oci8/
H A Doci8.c1198 char buf[32]; in PHP_MINFO_FUNCTION() local
H A Doci8_lob.c711 char buf[8192]; in php_oci_lob_import() local
H A Doci8_statement.c504 dvoid *buf; in php_oci_statement_execute() local
/PHP-7.4/ext/mysqlnd/
H A Dmysqlnd_ps_codec.c578 mysqlnd_stmt_execute_check_n_enlarge_buffer(zend_uchar **buf, zend_uchar **p, size_t * buf_len, zen… in mysqlnd_stmt_execute_check_n_enlarge_buffer()
797 mysqlnd_stmt_execute_store_param_values(MYSQLND_STMT_DATA * stmt, zval * copies, zend_uchar * buf, … in mysqlnd_stmt_execute_store_param_values()
869 mysqlnd_stmt_execute_store_params(MYSQLND_STMT * s, zend_uchar **buf, zend_uchar **p, size_t *buf_l… in mysqlnd_stmt_execute_store_params()
H A Dphp_mysqlnd.c56 mysqlnd_minfo_dump_loaded_plugins(zval *el, void * buf) in mysqlnd_minfo_dump_loaded_plugins()
92 char buf[32]; in PHP_MINFO_FUNCTION() local
H A Dmysqlnd_connection.h47 #define SET_NEW_MESSAGE(buf, buf_len, message, len) \ argument
60 #define SET_EMPTY_MESSAGE(buf, buf_len) \ argument
H A Dmysqlnd_loaddata.c67 int mysqlnd_local_infile_read(void * ptr, zend_uchar * buf, unsigned int buf_len) in mysqlnd_local_infile_read()
144 zend_uchar *buf = NULL; in mysqlnd_handle_local_infile() local
/PHP-7.4/ext/intl/transliterator/
H A Dtransliterator_methods.c69 char *buf = NULL; in create_transliterator() local

Completed in 90 milliseconds

12345678910