Home
last modified time | relevance | path

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

/php-src/ext/zlib/
H A Dzlib_filter.c37 static voidpf php_zlib_alloc(voidpf opaque, uInt items, uInt size) in php_zlib_alloc()
42 static void php_zlib_free(voidpf opaque, voidpf address) in php_zlib_free()
H A Dzlib.c122 static voidpf php_zlib_alloc(voidpf opaque, uInt items, uInt size) in php_zlib_alloc()
127 static void php_zlib_free(voidpf opaque, voidpf address) in php_zlib_free()
/php-src/ext/bz2/
H A Dbz2_filter.c51 static void *php_bz2_alloc(void *opaque, int items, int size) in php_bz2_alloc()
56 static void php_bz2_free(void *opaque, void *address) in php_bz2_free()
/php-src/ext/mbstring/libmbfl/mbfl/
H A Dmbfl_convert.h62 void *opaque; member
/php-src/ext/mbstring/
H A Dmbstring.c520 static int _php_mb_match_regex(void *opaque, const char *str, size_t str_len) in _php_mb_match_regex()
538 static void _php_mb_free_regex(void *opaque) in _php_mb_free_regex()
/php-src/sapi/cli/
H A Dphp_cli_server.c883 static zend_result php_cli_server_poller_iter_on_active(php_cli_server_poller *poller, void *opaque in php_cli_server_poller_iter_on_active() argument

Completed in 67 milliseconds