Searched defs:decode (Results 1 – 8 of 8) sorted by relevance
/PHP-5.6/sapi/phpdbg/ |
H A D | phpdbg_opcode.c | 45 char *decode = NULL; in phpdbg_decode_op() local 80 char *decode[4] = {NULL, NULL, NULL, NULL}; in phpdbg_decode_opline() local 152 char *decode = phpdbg_decode_opline(execute_data->op_array, opline, vars TSRMLS_CC); in phpdbg_print_opline_ex() local
|
H A D | phpdbg_print.c | 81 char *decode = phpdbg_decode_opline(op_array, opline, &vars TSRMLS_CC); in phpdbg_print_function_helper() local
|
/PHP-5.6/ext/standard/ |
H A D | http_fopen_wrapper.c | 801 long decode = 1; in php_stream_url_wrap_http_ex() local
|
/PHP-5.6/ext/imap/ |
H A D | php_imap.c | 2485 char *text, *decode; in PHP_FUNCTION() local 2508 char *text, *decode; in PHP_FUNCTION() local 2531 char *text, *decode; in PHP_FUNCTION() local 2554 char *text, *decode; in PHP_FUNCTION() local 4240 char *str, *string, *charset, encoding, *text, *decode; in PHP_FUNCTION() local
|
/PHP-5.6/ext/mysqlnd/ |
H A D | mysqlnd_net.c | 602 MYSQLND_METHOD(mysqlnd_net, decode)(zend_uchar * uncompressed_data, const size_t uncompressed_data_… in MYSQLND_METHOD() argument
|
H A D | mysqlnd_structs.h | 328 func_mysqlnd_net__decode decode; member
|
/PHP-5.6/ext/session/ |
H A D | php_session.h | 203 int (*decode)(PS_SERIALIZER_DECODE_ARGS); member
|
/PHP-5.6/ext/exif/ |
H A D | exif.c | 2617 char *decode; in exif_process_user_comment() local
|
Completed in 61 milliseconds