| /PHP_TRUNK/ext/zip/lib/ |
| H A D | zip_source_deflate.c | 265 ctx->zstr.opaque = NULL; 341 ctx->zstr.opaque = NULL;
|
| /PHP_TRUNK/ext/mbstring/libmbfl/filters/ |
| H A D | mbfilter_cp5022x.c | 583 ctx->last.opaque = ctx; 590 filt->opaque = ctx; 602 *ctx = *(mbfl_filt_conv_wchar_cp50220_ctx*)src->opaque; 605 dest->opaque = ctx; 614 if (filt->opaque != NULL) { 615 mbfl_free(filt->opaque);
|
| H A D | mbfilter_htmlent.c | 148 filter->opaque = NULL; 166 filter->opaque = mbfl_malloc(html_enc_buffer_size+1); 172 if (filter->opaque) 174 mbfl_free((void*)filter->opaque); 176 filter->opaque = NULL; 183 char *buffer = (char*)filter->opaque; 294 buffer = (unsigned char*)filter->opaque;
|
| H A D | mbfilter_tl_jisx0201_jisx0208.c | 44 int mode = ((mbfl_filt_tl_jisx0201_jisx0208_param *)filt->opaque)->mode; 274 int mode = ((mbfl_filt_tl_jisx0201_jisx0208_param *)filt->opaque)->mode;
|
| /PHP_TRUNK/ext/mbstring/libmbfl/mbfl/ |
| H A D | mbfilter.c | 2019 tl_filter->opaque = param; 2048 if (tl_filter->opaque != NULL) { 2049 mbfl_free(tl_filter->opaque);
|
| H A D | mbfl_convert.h | 56 void *opaque; member in struct:_mbfl_convert_filter
|
| /PHP_TRUNK/ext/bz2/ |
| H A D | bz2_filter.c | 54 static void *php_bz2_alloc(void *opaque, int items, int size) argument 56 return (void *)safe_pemalloc(items, size, 0, ((php_bz2_filter_data*)opaque)->persistent); 59 static void php_bz2_free(void *opaque, void *address) argument 61 pefree((void *)address, ((php_bz2_filter_data*)opaque)->persistent); 325 data->strm.opaque = (void *) data;
|
| /PHP_TRUNK/ext/dom/ |
| H A D | domimplementation.c | 115 if (uri != NULL && uri->opaque != NULL) { 116 localname = xmlStrdup(uri->opaque);
|
| /PHP_TRUNK/ext/mbstring/ |
| H A D | mbstring.c | 975 static int _php_mb_match_regex(void *opaque, const char *str, size_t str_len); 976 static void _php_mb_free_regex(void *opaque); 1001 static int _php_mb_match_regex(void *opaque, const char *str, size_t str_len) argument 1003 return onig_search((php_mb_regex_t *)opaque, (const OnigUChar *)str, 1010 static void _php_mb_free_regex(void *opaque) argument 1012 onig_free((php_mb_regex_t *)opaque); 1032 static int _php_mb_match_regex(void *opaque, const char *str, size_t str_len) argument 1034 return pcre_exec((pcre *)opaque, NULL, str, (int)str_len, 0, 1040 static void _php_mb_free_regex(void *opaque) argument 1042 pcre_free(opaque); [all...] |
| /PHP_TRUNK/ext/zlib/ |
| H A D | zlib.c | 41 static voidpf php_zlib_alloc(voidpf opaque, uInt items, uInt size) argument 46 static void php_zlib_free(voidpf opaque, voidpf address) argument
|
| H A D | zlib_filter.c | 26 /* Passed as opaque in malloc callbacks */ 41 static voidpf php_zlib_alloc(voidpf opaque, uInt items, uInt size) argument 43 return (voidpf)safe_pemalloc(items, size, 0, ((php_zlib_filter_data*)opaque)->persistent); 46 static void php_zlib_free(voidpf opaque, voidpf address) argument 48 pefree((void*)address, ((php_zlib_filter_data*)opaque)->persistent); 301 data->strm.opaque = (voidpf) data;
|
| /PHP_TRUNK/sapi/cli/ |
| H A D | php_cli_server.c | 772 static int php_cli_server_poller_iter_on_active(php_cli_server_poller *poller, void *opaque, int(*callback)(void *, int fd, int events)) /* {{{ */ argument 810 if (SUCCESS != callback(opaque, e->fd, e->events)) { 822 if (SUCCESS != callback(opaque, fd, POLLIN)) { 827 if (SUCCESS != callback(opaque, fd, POLLOUT)) {
|
| /PHP_TRUNK/ext/fileinfo/libmagic/ |
| H A D | compress.c | 360 z.opaque = Z_NULL;
|