Searched refs:conv_mode (Results 1 – 1 of 1) sorted by relevance
1152 static php_conv *php_conv_open(int conv_mode, const HashTable *options, bool persistent) in php_conv_open() argument1158 switch (conv_mode) { in php_conv_open()1283 int conv_mode, HashTable *conv_opts, in php_convert_filter_ctor() argument1290 if ((inst->cd = php_conv_open(conv_mode, conv_opts, persistent)) == NULL) { in php_convert_filter_ctor()1562 int conv_mode = 0; in strfilter_convert_create() local1577 conv_mode = PHP_CONV_BASE64_ENCODE; in strfilter_convert_create()1579 conv_mode = PHP_CONV_BASE64_DECODE; in strfilter_convert_create()1581 conv_mode = PHP_CONV_QPRINT_ENCODE; in strfilter_convert_create()1583 conv_mode = PHP_CONV_QPRINT_DECODE; in strfilter_convert_create()1586 if (php_convert_filter_ctor(inst, conv_mode, in strfilter_convert_create()
Completed in 10 milliseconds