Searched defs:thisptr (Results 1 – 3 of 3) sorted by relevance
/PHP-8.2/main/streams/ |
H A D | php_stream_filter_api.h | 132 #define php_stream_filter_alloc(fops, thisptr, persistent) _php_stream_filter_alloc((fops), (thispt… argument 133 #define php_stream_filter_alloc_rel(fops, thisptr, persistent) _php_stream_filter_alloc((fops), (th… argument
|
/PHP-8.2/main/ |
H A D | php_streams.h | 60 #define php_stream_alloc_rel(ops, thisptr, persistent, mode) _php_stream_alloc((ops), (thisptr), (p… argument 258 #define php_stream_alloc(ops, thisptr, persistent_id, mode) _php_stream_alloc((ops), (thisptr), (pe… argument
|
/PHP-8.2/ext/pcre/pcre2lib/ |
H A D | pcre2_compile.c | 2626 PCRE2_SPTR thisptr; in parse_regex() local
|
Completed in 42 milliseconds