Home
last modified time | relevance | path

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

/PHP-7.4/main/streams/
H A Dphp_stream_filter_api.h134 #define php_stream_filter_alloc(fops, thisptr, persistent) _php_stream_filter_alloc((fops), (thispt… argument
135 #define php_stream_filter_alloc_rel(fops, thisptr, persistent) _php_stream_filter_alloc((fops), (th… argument
/PHP-7.4/main/
H A Dphp_streams.h62 #define php_stream_alloc_rel(ops, thisptr, persistent, mode) _php_stream_alloc((ops), (thisptr), (p… argument
250 #define php_stream_alloc(ops, thisptr, persistent_id, mode) _php_stream_alloc((ops), (thisptr), (pe… argument
/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_compile.c2520 PCRE2_SPTR thisptr; in parse_regex() local

Completed in 45 milliseconds