Home
last modified time | relevance | path

Searched refs:php_conv (Results 1 – 1 of 1) sorted by relevance

/PHP-7.4/ext/standard/
H A Dfilters.c313 typedef struct _php_conv php_conv; typedef
316 typedef void (*php_conv_dtor_func)(php_conv *);
323 #define php_conv_convert(a, b, c, d, e) ((php_conv *)(a))->convert_op((php_conv *)(a), (b), (c), (d…
324 #define php_conv_dtor(a) ((php_conv *)a)->dtor((a))
328 php_conv _super;
579 php_conv _super;
741 php_conv _super;
994 php_conv _super;
1204 php_conv *cd;
1293 static php_conv *php_conv_open(int conv_mode, const HashTable *options, int persistent) in php_conv_open()
[all …]

Completed in 8 milliseconds