Home
last modified time | relevance | path

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

/PHP-5.5/ext/zlib/
H A Dzlib_filter.c41 static voidpf php_zlib_alloc(voidpf opaque, uInt items, uInt size) in php_zlib_alloc()
46 static void php_zlib_free(voidpf opaque, voidpf address) in php_zlib_free()
H A Dzlib.c53 static voidpf php_zlib_alloc(voidpf opaque, uInt items, uInt size) in php_zlib_alloc()
58 static void php_zlib_free(voidpf opaque, voidpf address) in php_zlib_free()
/PHP-5.5/ext/bz2/
H A Dbz2_filter.c54 static void *php_bz2_alloc(void *opaque, int items, int size) in php_bz2_alloc()
59 static void php_bz2_free(void *opaque, void *address) in php_bz2_free()
/PHP-5.5/ext/mbstring/libmbfl/mbfl/
H A Dmbfl_convert.h56 void *opaque; member
/PHP-5.5/ext/mbstring/
H A Dmbstring.c1001 static int _php_mb_match_regex(void *opaque, const char *str, size_t str_len) in _php_mb_match_regex()
1010 static void _php_mb_free_regex(void *opaque) in _php_mb_free_regex()
1032 static int _php_mb_match_regex(void *opaque, const char *str, size_t str_len) in _php_mb_match_regex()
1040 static void _php_mb_free_regex(void *opaque) in _php_mb_free_regex()
/PHP-5.5/sapi/cli/
H A Dphp_cli_server.c910 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 40 milliseconds