Home
last modified time | relevance | path

Searched refs: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
2553 thisptr = ptr; in parse_regex()
2556 parsed_pattern = manage_callouts(thisptr, &previous_callout, in parse_regex()
2606 thisptr = ptr; in parse_regex()
2637 parsed_pattern = manage_callouts(thisptr, &previous_callout, in parse_regex()
2812 parsed_pattern = manage_callouts(thisptr, &previous_callout, auto_callout, in parse_regex()

Completed in 31 milliseconds