php_conv 328 standard/filters.c #define php_conv_convert(a, b, c, d, e) ((php_conv *)(a))->convert_op((php_conv *)(a), (b), (c), (d), (e)) php_conv 329 standard/filters.c #define php_conv_dtor(a) ((php_conv *)a)->dtor((a)) php_conv 333 standard/filters.c php_conv _super; php_conv 584 standard/filters.c php_conv _super; php_conv 746 standard/filters.c php_conv _super; php_conv 959 standard/filters.c php_conv _super; php_conv 1170 standard/filters.c php_conv *cd; php_conv 1328 standard/filters.c static php_conv *php_conv_open(int conv_mode, const HashTable *options, int persistent) php_conv 1332 standard/filters.c php_conv *retval = NULL;