Home
last modified time | relevance | path

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

/PHP-5.3/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.c254 static void php_zlib_free(voidpf opaque, voidpf address) in php_zlib_free()
/PHP-5.3/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.3/ext/mbstring/libmbfl/mbfl/
H A Dmbfl_convert.h56 void *opaque; member
/PHP-5.3/ext/mbstring/
H A Dmbstring.c898 static int _php_mb_match_regex(void *opaque, const char *str, size_t str_len) in _php_mb_match_regex()
907 static void _php_mb_free_regex(void *opaque) in _php_mb_free_regex()
929 static int _php_mb_match_regex(void *opaque, const char *str, size_t str_len) in _php_mb_match_regex()
937 static void _php_mb_free_regex(void *opaque) in _php_mb_free_regex()

Completed in 23 milliseconds