Home
last modified time | relevance | path

Searched defs:thisptr (Results 1 – 2 of 2) sorted by relevance

/PHP-5.5/main/streams/
H A Dphp_stream_filter_api.h136 #define php_stream_filter_alloc(fops, thisptr, persistent) _php_stream_filter_alloc((fops), (thispt… argument
137 #define php_stream_filter_alloc_rel(fops, thisptr, persistent) _php_stream_filter_alloc((fops), (th… argument
/PHP-5.5/main/
H A Dphp_streams.h62 #define php_stream_alloc_rel(ops, thisptr, persistent, mode) _php_stream_alloc((ops), (thisptr), (p… argument
243 #define php_stream_alloc(ops, thisptr, persistent_id, mode) _php_stream_alloc((ops), (thisptr), (pe… argument

Completed in 14 milliseconds