Home
last modified time | relevance | path

Searched refs:opaque (Results 1 – 16 of 16) sorted by relevance

/PHP-5.3/ext/mbstring/libmbfl/filters/
H A Dmbfilter_htmlent.c148 filter->opaque = NULL; in mbfl_filt_conv_html_enc_flush()
166 filter->opaque = mbfl_malloc(html_enc_buffer_size+1); in mbfl_filt_conv_html_dec_ctor()
172 if (filter->opaque) in mbfl_filt_conv_html_dec_dtor()
174 mbfl_free((void*)filter->opaque); in mbfl_filt_conv_html_dec_dtor()
176 filter->opaque = NULL; in mbfl_filt_conv_html_dec_dtor()
183 char *buffer = (char*)filter->opaque; in mbfl_filt_conv_html_dec()
294 buffer = (unsigned char*)filter->opaque; in mbfl_filt_conv_html_dec_flush()
H A Dmbfilter_tl_jisx0201_jisx0208.c44 int mode = ((mbfl_filt_tl_jisx0201_jisx0208_param *)filt->opaque)->mode; in mbfl_filt_tl_jisx0201_jisx0208()
274 int mode = ((mbfl_filt_tl_jisx0201_jisx0208_param *)filt->opaque)->mode; in mbfl_filt_tl_jisx0201_jisx0208_flush()
H A Dmbfilter_cp5022x.c586 ctx->last.opaque = ctx; in mbfl_filt_conv_wchar_cp50220_ctor()
593 filt->opaque = ctx; in mbfl_filt_conv_wchar_cp50220_ctor()
605 *ctx = *(mbfl_filt_conv_wchar_cp50220_ctx*)src->opaque; in mbfl_filt_conv_wchar_cp50220_copy()
608 dest->opaque = ctx; in mbfl_filt_conv_wchar_cp50220_copy()
617 if (filt->opaque != NULL) { in mbfl_filt_conv_wchar_cp50220_dtor()
618 mbfl_free(filt->opaque); in mbfl_filt_conv_wchar_cp50220_dtor()
/PHP-5.3/ext/xmlrpc/libxmlrpc/
H A DREADME11 This allows us to have a nicely encapsulated C api with opaque data types and private functions
/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() argument
43 return (voidpf)safe_pemalloc(items, size, 0, ((php_zlib_filter_data*)opaque)->persistent); in php_zlib_alloc()
46 static void php_zlib_free(voidpf opaque, voidpf address) in php_zlib_free() argument
48 pefree((void*)address, ((php_zlib_filter_data*)opaque)->persistent); in php_zlib_free()
302 data->strm.opaque = (voidpf) data; in php_zlib_filter_create()
H A Dzlib.c249 static voidpf php_zlib_alloc(voidpf opaque, uInt items, uInt size) in ZEND_GET_MODULE()
254 static void php_zlib_free(voidpf opaque, voidpf address) in php_zlib_free() argument
598 stream.opaque = (voidpf) Z_NULL; in PHP_FUNCTION()
665 stream.opaque = Z_NULL; in PHP_FUNCTION()
791 ZLIBG(stream).opaque = Z_NULL; in php_deflate_string()
881 stream.opaque = Z_NULL; in PHP_FUNCTION()
/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() argument
56 return (void *)safe_pemalloc(items, size, 0, ((php_bz2_filter_data*)opaque)->persistent); in php_bz2_alloc()
59 static void php_bz2_free(void *opaque, void *address) in php_bz2_free() argument
61 pefree((void *)address, ((php_bz2_filter_data*)opaque)->persistent); in php_bz2_free()
325 data->strm.opaque = (void *) data; in php_bz2_filter_create()
/PHP-5.3/ext/dom/
H A Ddomimplementation.c116 if (uri != NULL && uri->opaque != NULL) { in PHP_METHOD()
117 localname = xmlStrdup(uri->opaque); in PHP_METHOD()
/PHP-5.3/ext/mbstring/libmbfl/mbfl/
H A Dmbfl_convert.h56 void *opaque; member
H A Dmbfilter.c1899 tl_filter->opaque = param; in mbfl_ja_jp_hantozen()
1928 if (tl_filter->opaque != NULL) { in mbfl_ja_jp_hantozen()
1929 mbfl_free(tl_filter->opaque); in mbfl_ja_jp_hantozen()
/PHP-5.3/ext/zip/lib/
H A Dzip_source_deflate.c260 ctx->zstr.opaque = NULL; in deflate_compress()
335 ctx->zstr.opaque = NULL; in deflate_decompress()
/PHP-5.3/ext/fileinfo/libmagic/
H A Dcompress.c358 z.opaque = Z_NULL; in uncompressgzipped()
/PHP-5.3/ext/mbstring/
H A Dmbstring.c872 static int _php_mb_match_regex(void *opaque, const char *str, size_t str_len);
873 static void _php_mb_free_regex(void *opaque);
898 static int _php_mb_match_regex(void *opaque, const char *str, size_t str_len) in _php_mb_match_regex() argument
900 return onig_search((php_mb_regex_t *)opaque, (const OnigUChar *)str, in _php_mb_match_regex()
907 static void _php_mb_free_regex(void *opaque) in _php_mb_free_regex() argument
909 onig_free((php_mb_regex_t *)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() argument
931 return pcre_exec((pcre *)opaque, NULL, str, (int)str_len, 0, in _php_mb_match_regex()
937 static void _php_mb_free_regex(void *opaque) in _php_mb_free_regex() argument
939 pcre_free(opaque); in _php_mb_free_regex()
/PHP-5.3/ext/sqlite/libsqlite/src/
H A Dsqlite.h.in61 ** following opaque structure.
627 ** An sqlite_vm is an opaque object that represents a single SQL statement
/PHP-5.3/ext/pcre/pcrelib/doc/
H A Dpcre.txt346 The types of the opaque structures that are used for compiled 16-bit
675 The types of the opaque structures that are used for compiled 32-bit
7999 opaque structure of type pcre_jit_stack, or NULL if there is an error.
/PHP-5.3/ext/pcre/pcrelib/
H A DChangeLog4106 study_data opaque data from pcre_study()

Completed in 82 milliseconds