| H A D | filters.c | 179 static int php_strip_tags_filter_ctor(php_strip_tags_filter *inst, const char *allowed_tags, int allowed_tags_len, int persistent) argument 182 if (NULL == (inst->allowed_tags = pemalloc(allowed_tags_len, persistent))) { 185 memcpy((char *)inst->allowed_tags, allowed_tags, allowed_tags_len); 186 inst->allowed_tags_len = allowed_tags_len; 188 inst->allowed_tags = NULL; 190 inst->state = 0; 191 inst->persistent = persistent; 196 static void php_strip_tags_filter_dtor(php_strip_tags_filter *inst) argument 198 if (inst->allowed_tags != NULL) { 199 pefree((void *)inst 214 php_strip_tags_filter *inst = (php_strip_tags_filter *) thisfilter->abstract; local 249 php_strip_tags_filter *inst; local 367 php_conv_base64_encode_ctor(php_conv_base64_encode *inst, unsigned int line_len, const char *lbchars, size_t lbchars_len, int lbchars_dup, int persistent) argument 385 php_conv_base64_encode_dtor(php_conv_base64_encode *inst) argument 393 php_conv_base64_encode_flush(php_conv_base64_encode *inst, const char **in_pp, size_t *in_left_p, char **out_pp, size_t *out_left_p) argument 467 php_conv_base64_encode_convert(php_conv_base64_encode *inst, const char **in_pp, size_t *in_left_p, char **out_pp, size_t *out_left_p) argument 614 php_conv_base64_decode_ctor(php_conv_base64_decode *inst) argument 626 php_conv_base64_decode_dtor(php_conv_base64_decode *inst) argument 632 php_conv_base64_decode_convert(php_conv_base64_decode *inst, const char **in_pp, size_t *in_left_p, char **out_pp, size_t *out_left_p) argument 765 php_conv_qprint_encode_dtor(php_conv_qprint_encode *inst) argument 785 php_conv_qprint_encode_convert(php_conv_qprint_encode *inst, const char **in_pp, size_t *in_left_p, char **out_pp, size_t *out_left_p) argument 934 php_conv_qprint_encode_ctor(php_conv_qprint_encode *inst, unsigned int line_len, const char *lbchars, size_t lbchars_len, int lbchars_dup, int opts, int persistent) argument 971 php_conv_qprint_decode_dtor(php_conv_qprint_decode *inst) argument 979 php_conv_qprint_decode_convert(php_conv_qprint_decode *inst, const char **in_pp, size_t *in_left_p, char **out_pp, size_t *out_left_p) argument 1149 php_conv_qprint_decode_ctor(php_conv_qprint_decode *inst, const char *lbchars, size_t lbchars_len, int lbchars_dup, int persistent) argument 1462 php_convert_filter_ctor(php_convert_filter *inst, int conv_mode, HashTable *conv_opts, const char *filtername, int persistent) argument 1487 php_convert_filter_dtor(php_convert_filter *inst) argument 1500 strfilter_convert_append_bucket( php_convert_filter *inst, php_stream *stream, php_stream_filter *filter, php_stream_bucket_brigade *buckets_out, const char *ps, size_t buf_len, size_t *consumed, int persistent TSRMLS_DC) argument 1713 php_convert_filter *inst = (php_convert_filter *)thisfilter->abstract; local 1766 php_convert_filter *inst; local [all...] |