php_stream_filter_alloc  414 ext/bz2/bz2_filter.c 	return php_stream_filter_alloc(fops, data, persistent);
php_stream_filter_alloc 2899 ext/iconv/iconv.c 	if (NULL == (retval = php_stream_filter_alloc(&php_iconv_stream_filter_ops, inst, persistent))) {
php_stream_filter_alloc  268 ext/mcrypt/mcrypt_filter.c 	return php_stream_filter_alloc(&php_mcrypt_filter_ops, data, persistent);
php_stream_filter_alloc   72 ext/standard/filters.c 	return php_stream_filter_alloc(&strfilter_rot13_ops, NULL, persistent);
php_stream_filter_alloc  154 ext/standard/filters.c 	return php_stream_filter_alloc(&strfilter_toupper_ops, NULL, persistent);
php_stream_filter_alloc  159 ext/standard/filters.c 	return php_stream_filter_alloc(&strfilter_tolower_ops, NULL, persistent);
php_stream_filter_alloc  285 ext/standard/filters.c 	return php_stream_filter_alloc(&strfilter_strip_tags_ops, inst, persistent);
php_stream_filter_alloc 1763 ext/standard/filters.c 	retval = php_stream_filter_alloc(&strfilter_convert_ops, inst, persistent);
php_stream_filter_alloc 1850 ext/standard/filters.c 	return php_stream_filter_alloc(fops, data, persistent);
php_stream_filter_alloc 2058 ext/standard/filters.c 	return php_stream_filter_alloc(fops, data, persistent);
php_stream_filter_alloc  326 ext/standard/user_filters.c 	filter = php_stream_filter_alloc(&userfilter_ops, NULL, 0);
php_stream_filter_alloc  421 ext/zlib/zlib_filter.c 	return php_stream_filter_alloc(fops, data, persistent);