Home
last modified time | relevance | path

Searched defs:opaque (Results 1 – 6 of 6) sorted by relevance

/PHP-7.4/ext/zlib/
H A Dzlib_filter.c39 static voidpf php_zlib_alloc(voidpf opaque, uInt items, uInt size) in php_zlib_alloc()
44 static void php_zlib_free(voidpf opaque, voidpf address) in php_zlib_free()
H A Dzlib.c54 static voidpf php_zlib_alloc(voidpf opaque, uInt items, uInt size) in php_zlib_alloc()
59 static void php_zlib_free(voidpf opaque, voidpf address) in php_zlib_free()
/PHP-7.4/ext/bz2/
H A Dbz2_filter.c53 static void *php_bz2_alloc(void *opaque, int items, int size) in php_bz2_alloc()
58 static void php_bz2_free(void *opaque, void *address) in php_bz2_free()
/PHP-7.4/ext/mbstring/libmbfl/mbfl/
H A Dmbfl_convert.h56 void *opaque; member
/PHP-7.4/ext/mbstring/
H A Dmbstring.c1025 static int _php_mb_match_regex(void *opaque, const char *str, size_t str_len) in _php_mb_match_regex()
1046 static void _php_mb_free_regex(void *opaque) in _php_mb_free_regex()
1070 static int _php_mb_match_regex(void *opaque, const char *str, size_t str_len) in _php_mb_match_regex()
1088 static void _php_mb_free_regex(void *opaque) in _php_mb_free_regex()
/PHP-7.4/sapi/cli/
H A Dphp_cli_server.c876 static int php_cli_server_poller_iter_on_active(php_cli_server_poller *poller, void *opaque, int(*c… in php_cli_server_poller_iter_on_active() argument

Completed in 33 milliseconds