Home
last modified time | relevance | path

Searched defs:buf (Results 101 – 125 of 266) sorted by path

1234567891011

/php-src/ext/mbstring/libmbfl/mbfl/
H A Dmbfl_convert.c335 mb_convert_buf buf; in mb_fast_convert() local
405 void mb_illegal_output(uint32_t bad_cp, mb_from_wchar_fn fn, mb_convert_buf* buf) in mb_illegal_output()
H A Dmbfl_encoding.h155 static inline void mb_convert_buf_init(mb_convert_buf *buf, size_t initsize, uint32_t repl_char, un… in mb_convert_buf_init()
165 #define MB_CONVERT_BUF_ENSURE(buf, out, limit, needed) \ argument
176 #define MB_CONVERT_BUF_STORE(buf, _out, _limit) (buf)->out = _out; (buf)->limit = _limit argument
178 #define MB_CONVERT_BUF_LOAD(buf, _out, _limit) _out = (buf)->out; _limit = (buf)->limit argument
180 #define MB_CONVERT_ERROR(buf, out, limit, bad_cp, conv_fn) \ argument
231 static inline zend_string* mb_convert_buf_result_raw(mb_convert_buf *buf) in mb_convert_buf_result_raw()
261 static inline zend_string* mb_convert_buf_result(mb_convert_buf *buf, const mbfl_encoding *enc) in mb_convert_buf_result()
272 static inline void mb_convert_buf_free(mb_convert_buf *buf) in mb_convert_buf_free()
277 static inline size_t mb_convert_buf_len(mb_convert_buf *buf) in mb_convert_buf_len()
282 static inline void mb_convert_buf_reset(mb_convert_buf *buf, size_t len) in mb_convert_buf_reset()
/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 …]
H A Dphp_mbregex.c167 char buf[32]; in PHP_MINFO_FUNCTION() local
1611 char buf[16]; in PHP_FUNCTION() local
H A Dphp_unicode.c293 mb_convert_buf buf; in php_unicode_convert_case() local
/php-src/ext/mysqli/
H A Dmysqli.c588 char buf[32]; in PHP_MINFO_FUNCTION() local
H A Dphp_mysqli_structs.h50 VAR_BUFFER *buf; member
/php-src/ext/mysqlnd/
H A Dmysqlnd_alloc.h74 static inline void mysqlnd_set_string(MYSQLND_STRING *buf, const char *string, size_t len) { in mysqlnd_set_string()
86 static inline void mysqlnd_set_persistent_string(MYSQLND_STRING *buf, const char *string, size_t le… in mysqlnd_set_persistent_string()
H A Dmysqlnd_auth.c691 mysqlnd_sha256_get_rsa_from_pem(const char *buf, size_t len) in mysqlnd_sha256_get_rsa_from_pem()
746 mysqlnd_sha256_get_rsa_from_pem(const char *buf, size_t len) in mysqlnd_sha256_get_rsa_from_pem()
H A Dmysqlnd_loaddata.c65 int mysqlnd_local_infile_read(void * ptr, zend_uchar * buf, unsigned int buf_len) in mysqlnd_local_infile_read()
142 zend_uchar *buf = NULL; in mysqlnd_handle_local_infile() local
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
H A Dmysqlnd_ps_codec.c509 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()
728 mysqlnd_stmt_execute_store_param_values(MYSQLND_STMT_DATA * stmt, zval * copies, zend_uchar * buf, … in mysqlnd_stmt_execute_store_param_values()
800 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 Dmysqlnd_wireprotocol.c289 zend_uchar * const buf, const size_t buf_size, in mysqlnd_read_packet_header_and_body()
334 zend_uchar * const buf = (zend_uchar *) pfc->cmd_buffer.buffer; in php_mysqlnd_greet_read() local
643 zend_uchar * const buf = (zend_uchar *) pfc->cmd_buffer.buffer; in php_mysqlnd_auth_response_read() local
795 zend_uchar * const buf = (zend_uchar *) pfc->cmd_buffer.buffer; in php_mysqlnd_ok_read() local
889 zend_uchar * const buf = (zend_uchar *) pfc->cmd_buffer.buffer; in php_mysqlnd_eof_read() local
1017 zend_uchar * const buf = (zend_uchar *) pfc->cmd_buffer.buffer; in php_mysqlnd_rset_header_read() local
1146 zend_uchar * const buf = (zend_uchar *) pfc->cmd_buffer.buffer; in php_mysqlnd_rset_field_read() local
1365 zend_uchar *buf = NULL; in php_mysqlnd_read_row_ex() local
1723 zend_uchar *buf = (zend_uchar *) pfc->cmd_buffer.buffer; in php_mysqlnd_stats_read() local
1767 zend_uchar *buf = (zend_uchar *) pfc->cmd_buffer.buffer; in php_mysqlnd_prepare_read() local
[all …]
H A Dphp_mysqlnd.c47 mysqlnd_minfo_dump_loaded_plugins(zval *el, void * buf) in mysqlnd_minfo_dump_loaded_plugins()
82 char buf[32]; in PHP_MINFO_FUNCTION() local
/php-src/ext/odbc/
H A Dphp_odbc.c589 char buf[32]; in PHP_MINFO_FUNCTION() local
1143 char buf[4096]; in PHP_FUNCTION() local
1389 char *buf = NULL; in php_odbc_fetch_hash() local
1548 char *buf = NULL; in PHP_FUNCTION() local
1949 char *buf = NULL; in PHP_FUNCTION() local
/php-src/ext/opcache/
H A DZendAccelerator.c1243 char buf[32]; in accel_make_persistent_key() local
1287 char buf[32]; in accel_make_persistent_key() local
2629 struct stat buf; in accel_activate() local
/php-src/ext/opcache/jit/ir/dynasm/
H A Ddasm_arm.h58 int *buf; /* True buffer pointer. */ member
H A Ddasm_arm64.h60 int *buf; /* True buffer pointer. */ member
H A Ddasm_mips.h57 int *buf; /* True buffer pointer. */ member
H A Ddasm_ppc.h57 int *buf; /* True buffer pointer. */ member
H A Ddasm_x86.h56 int *buf; /* True buffer pointer. */ member
/php-src/ext/opcache/jit/ir/
H A Dgen_ir_fold_hash.c137 static int parse_rule(const char *buf) in parse_rule()
243 char buf[4096]; in main() local
H A Dir.c119 char buf[128]; local
303 ir_insn *buf = ctx->ir_base - ctx->consts_limit; local
333 ir_insn *buf = ctx->ir_base - ctx->consts_limit; local
359 ir_insn *buf = ir_mem_malloc((ctx->consts_count + ctx->insns_count) * sizeof(ir_insn)); local
370 ir_insn *buf; local
401 ir_insn *buf = ctx->ir_base - ctx->consts_limit; local
H A Dir.h489 char *buf; member
H A Dir_gdb.c587 char buf[1024]; in ir_gdb_present() local

Completed in 154 milliseconds

1234567891011