Home
last modified time | relevance | path

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

/php-src/main/streams/
H A Dphp_stream_filter_api.h132 #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-src/main/
H A Dphp_streams.h60 #define php_stream_alloc_rel(ops, thisptr, persistent, mode) _php_stream_alloc((ops), (thisptr), (p… argument
267 #define php_stream_alloc(ops, thisptr, persistent_id, mode) _php_stream_alloc((ops), (thisptr), (pe… argument
/php-src/ext/pcre/pcre2lib/
H A Dpcre2_compile.c2802 PCRE2_SPTR thisptr; in parse_regex() local
2835 thisptr = ptr; in parse_regex()
2838 parsed_pattern = manage_callouts(thisptr, &previous_callout, in parse_regex()
2900 thisptr = ptr; in parse_regex()
2931 parsed_pattern = manage_callouts(thisptr, &previous_callout, in parse_regex()
3112 parsed_pattern = manage_callouts(thisptr, &previous_callout, auto_callout, in parse_regex()

Completed in 31 milliseconds