php-internal-docs 8.4.8
Unofficial docs for php/php-src
Loading...
Searching...
No Matches
user_filters.c File Reference

Go to the source code of this file.

Data Structures

struct  php_user_filter_data
 

Macros

#define PHP_STREAM_BRIGADE_RES_NAME   "userfilter.bucket brigade"
 
#define PHP_STREAM_BUCKET_RES_NAME   "userfilter.bucket"
 

Functions

 PHP_METHOD (php_user_filter, filter)
 
 PHP_METHOD (php_user_filter, onCreate)
 
 PHP_METHOD (php_user_filter, onClose)
 
 PHP_MINIT_FUNCTION (user_filters)
 
 PHP_RSHUTDOWN_FUNCTION (user_filters)
 
 PHP_FUNCTION (stream_bucket_make_writeable)
 
 PHP_FUNCTION (stream_bucket_prepend)
 
 PHP_FUNCTION (stream_bucket_append)
 
 PHP_FUNCTION (stream_bucket_new)
 
 PHP_FUNCTION (stream_get_filters)
 
 PHP_FUNCTION (stream_filter_register)
 

Macro Definition Documentation

◆ PHP_STREAM_BRIGADE_RES_NAME

#define PHP_STREAM_BRIGADE_RES_NAME   "userfilter.bucket brigade"

Definition at line 25 of file user_filters.c.

◆ PHP_STREAM_BUCKET_RES_NAME

#define PHP_STREAM_BUCKET_RES_NAME   "userfilter.bucket"

Definition at line 26 of file user_filters.c.

Function Documentation

◆ PHP_FUNCTION() [1/6]

PHP_FUNCTION ( stream_bucket_append )

Definition at line 433 of file user_filters.c.

◆ PHP_FUNCTION() [2/6]

PHP_FUNCTION ( stream_bucket_make_writeable )

Definition at line 341 of file user_filters.c.

◆ PHP_FUNCTION() [3/6]

PHP_FUNCTION ( stream_bucket_new )

Definition at line 440 of file user_filters.c.

◆ PHP_FUNCTION() [4/6]

PHP_FUNCTION ( stream_bucket_prepend )

Definition at line 426 of file user_filters.c.

◆ PHP_FUNCTION() [5/6]

PHP_FUNCTION ( stream_filter_register )

Definition at line 496 of file user_filters.c.

◆ PHP_FUNCTION() [6/6]

PHP_FUNCTION ( stream_get_filters )

Definition at line 473 of file user_filters.c.

◆ PHP_METHOD() [1/3]

PHP_METHOD ( php_user_filter ,
filter  )

Definition at line 40 of file user_filters.c.

◆ PHP_METHOD() [2/3]

PHP_METHOD ( php_user_filter ,
onClose  )

Definition at line 58 of file user_filters.c.

◆ PHP_METHOD() [3/3]

PHP_METHOD ( php_user_filter ,
onCreate  )

Definition at line 51 of file user_filters.c.

◆ PHP_MINIT_FUNCTION()

PHP_MINIT_FUNCTION ( user_filters )

Definition at line 75 of file user_filters.c.

◆ PHP_RSHUTDOWN_FUNCTION()

PHP_RSHUTDOWN_FUNCTION ( user_filters )

Definition at line 95 of file user_filters.c.