Searched refs:thisptr (Results 1 – 2 of 2) sorted by relevance
/PHP-7.0/main/streams/ |
H A D | php_stream_filter_api.h | 136 #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-7.0/main/ |
H A D | php_streams.h | 64 #define php_stream_alloc_rel(ops, thisptr, persistent, mode) _php_stream_alloc((ops), (thisptr), (p… argument 248 #define php_stream_alloc(ops, thisptr, persistent_id, mode) _php_stream_alloc((ops), (thisptr), (pe… argument
|
Completed in 9 milliseconds