Searched defs:decode (Results 1 – 10 of 10) sorted by relevance
/PHP-7.2/sapi/phpdbg/ |
H A D | phpdbg_opcode.c | 42 char *decode = NULL; in phpdbg_decode_op() local 100 char *result, *decode[4] = {NULL, NULL, NULL, NULL}; in phpdbg_decode_opline() local 153 char *decode = phpdbg_decode_opline(&execute_data->func->op_array, opline); in phpdbg_print_opline_ex() local
|
H A D | phpdbg_print.c | 84 char *decode = phpdbg_decode_opline(op_array, opline); in phpdbg_print_function_helper() local
|
H A D | phpdbg_utils.c | 787 char *decode = NULL; in phpdbg_short_zval_print() local
|
/PHP-7.2/ext/mysqlnd/ |
H A D | mysqlnd_protocol_frame_codec.c | 240 MYSQLND_METHOD(mysqlnd_pfc, decode)(zend_uchar * uncompressed_data, const size_t uncompressed_data_… in MYSQLND_METHOD() argument
|
H A D | mysqlnd_net.c | 600 MYSQLND_METHOD(mysqlnd_net, decode)(zend_uchar * uncompressed_data, const size_t uncompressed_data_… in MYSQLND_METHOD() argument
|
H A D | mysqlnd_structs.h | 1092 func_mysqlnd_pfc__decode decode; in MYSQLND_CLASS_METHODS_TYPE() local
|
/PHP-7.2/ext/standard/ |
H A D | http_fopen_wrapper.c | 818 zend_long decode = 1; in php_stream_url_wrap_http_ex() local
|
/PHP-7.2/ext/imap/ |
H A D | php_imap.c | 2529 char *decode; in PHP_FUNCTION() local 2552 char *decode; in PHP_FUNCTION() local 2575 char *decode; in PHP_FUNCTION() local 2598 char *decode; in PHP_FUNCTION() local 4274 char *string, *charset, encoding, *text, *decode; in PHP_FUNCTION() local
|
/PHP-7.2/ext/session/ |
H A D | php_session.h | 232 int (*decode)(PS_SERIALIZER_DECODE_ARGS); member
|
/PHP-7.2/ext/exif/ |
H A D | exif.c | 3034 char *decode; in exif_process_user_comment() local
|
Completed in 117 milliseconds