Home
last modified time | relevance | path

Searched refs:pefree (Results 1 – 25 of 74) sorted by relevance

123

/PHP-7.0/ext/bz2/
H A Dbz2_filter.c190 pefree(data->inbuf, data->persistent); in php_bz2_decompress_dtor()
191 pefree(data->outbuf, data->persistent); in php_bz2_decompress_dtor()
192 pefree(data, data->persistent); in php_bz2_decompress_dtor()
294 pefree(data->inbuf, data->persistent); in php_bz2_compress_dtor()
295 pefree(data->outbuf, data->persistent); in php_bz2_compress_dtor()
296 pefree(data, data->persistent); in php_bz2_compress_dtor()
333 pefree(data, persistent); in php_bz2_filter_create()
340 pefree(data->inbuf, persistent); in php_bz2_filter_create()
341 pefree(data, persistent); in php_bz2_filter_create()
408 pefree(data->strm.next_in, persistent); in php_bz2_filter_create()
[all …]
/PHP-7.0/ext/zlib/
H A Dzlib_filter.c164 pefree(data->inbuf, data->persistent); in php_zlib_inflate_dtor()
165 pefree(data->outbuf, data->persistent); in php_zlib_inflate_dtor()
166 pefree(data, data->persistent); in php_zlib_inflate_dtor()
273 pefree(data->inbuf, data->persistent); in php_zlib_deflate_dtor()
274 pefree(data->outbuf, data->persistent); in php_zlib_deflate_dtor()
275 pefree(data, data->persistent); in php_zlib_deflate_dtor()
311 pefree(data, persistent); in php_zlib_filter_create()
318 pefree(data->inbuf, persistent); in php_zlib_filter_create()
319 pefree(data, persistent); in php_zlib_filter_create()
415 pefree(data->strm.next_in, persistent); in php_zlib_filter_create()
[all …]
/PHP-7.0/ext/phar/
H A Dzip.c234 pefree(mydata, mydata->is_persistent); in phar_parse_zipfile()
313 pefree(mydata, mydata->is_persistent); \ in phar_parse_zipfile()
335 pefree(mydata, mydata->is_persistent); \ in phar_parse_zipfile()
379 pefree(entry.filename, entry.is_persistent); in phar_parse_zipfile()
402 pefree(entry.filename, entry.is_persistent); in phar_parse_zipfile()
455 pefree(entry.filename, entry.is_persistent); in phar_parse_zipfile()
480 pefree(entry.filename, entry.is_persistent); in phar_parse_zipfile()
486 pefree(entry.filename, entry.is_persistent); in phar_parse_zipfile()
489 pefree(entry.filename, entry.is_persistent); in phar_parse_zipfile()
492 pefree(entry.filename, entry.is_persistent); in phar_parse_zipfile()
[all …]
/PHP-7.0/Zend/
H A Dzend_ptr_stack.c79 pefree(stack->elements, stack->persistent); in zend_ptr_stack_destroy()
101 pefree(stack->elements[i], stack->persistent); in zend_ptr_stack_clean()
H A Dzend_llist.c86 pefree((current), (l)->persistent);\
113 pefree(current, l->persistent); in zend_llist_destroy()
147 pefree(old_tail, l->persistent); in zend_llist_remove_tail()
H A Dzend_multibyte.c198 pefree((void*)list, 1); in zend_multibyte_set_script_encoding_by_string()
/PHP-7.0/ext/bcmath/libbcmath/src/
H A Dinit.c93 pefree ((*num)->n_ptr, persistent);
94 pefree(*num, persistent);
/PHP-7.0/sapi/cli/
H A Dphp_cli_server.c880 pefree(chunk, 1); in php_cli_server_buffer_dtor()
1059 pefree(errstr, 1); in php_cli_server_content_sender_pull()
1061 pefree(chunk, 1); in php_cli_server_content_sender_pull()
1192 pefree(sa, 1); in php_network_listen_socket()
1285 pefree(sa, 1); in php_network_listen_socket()
1409 pefree(buf, 1); in php_cli_server_request_translate_vpath()
2235 pefree(p, 1); in php_cli_server_client_dtor_wrapper()
2354 pefree(host, 1); in php_cli_server_ctor()
2450 pefree(sa, 1); in php_cli_server_do_event_for_each_fd_callback()
2454 pefree(sa, 1); in php_cli_server_do_event_for_each_fd_callback()
[all …]
/PHP-7.0/main/streams/
H A Dfilter.c89 pefree(bucket, 1); in php_stream_bucket_new()
167 pefree((*right)->buf, in->is_persistent); in php_stream_bucket_split()
169 pefree(*right, in->is_persistent); in php_stream_bucket_split()
173 pefree((*left)->buf, in->is_persistent); in php_stream_bucket_split()
175 pefree(*left, in->is_persistent); in php_stream_bucket_split()
184 pefree(bucket->buf, bucket->is_persistent); in php_stream_bucket_delref()
186 pefree(bucket, bucket->is_persistent); in php_stream_bucket_delref()
311 pefree(filter, filter->is_persistent); in php_stream_filter_free()
H A Dstreams.c305 pefree(ret, 1); in _php_stream_alloc()
497 pefree(stream->readbuf, stream->is_persistent); in _php_stream_free()
515 pefree(stream->orig_path, stream->is_persistent); in _php_stream_free()
528 pefree(stream->orig_path, stream->is_persistent); in _php_stream_free()
532 pefree(stream, stream->is_persistent); in _php_stream_free()
536 pefree(stream->orig_path, stream->is_persistent); in _php_stream_free()
540 pefree(stream, stream->is_persistent); in _php_stream_free()
2080 pefree(stream->orig_path, persistent);
2103 pefree(newstream->orig_path, persistent);
2144 pefree(copy_of_path, persistent);
/PHP-7.0/ext/standard/
H A Dfilters.c279 pefree(inst, persistent); in strfilter_strip_tags_create()
1308 pefree(lbchars, 0); in php_conv_open()
1322 pefree(lbchars, 0); in php_conv_open()
1326 pefree(lbchars, 0); in php_conv_open()
1358 pefree(lbchars, 0); in php_conv_open()
1373 pefree(lbchars, 0); in php_conv_open()
1376 pefree(lbchars, 0); in php_conv_open()
1396 pefree(lbchars, 0); in php_conv_open()
1399 pefree(lbchars, 0); in php_conv_open()
1415 pefree(retval, persistent); in php_conv_open()
[all …]
H A Dproc_open.c168 pefree(env.envarray, is_persistent); in _php_free_envp()
172 pefree(env.envp, is_persistent); in _php_free_envp()
232 pefree(proc->pipes, proc->is_persistent); in proc_open_rsrc_dtor()
233 pefree(proc->command, proc->is_persistent); in proc_open_rsrc_dtor()
234 pefree(proc, proc->is_persistent); in proc_open_rsrc_dtor()
964 pefree(command, is_persistent); in PHP_FUNCTION()
H A Dassert.c67 pefree(ASSERTG(cb), 1); in PHP_INI_MH()
122 pefree(ASSERTG(cb), 1); in PHP_MSHUTDOWN_FUNCTION()
H A Dphp_smart_string.h108 pefree(__s->c, what); \
/PHP-7.0/ext/mysqlnd/
H A Dmysqlnd_statistics.c257 pefree(stats->triggers, persistent); in mysqlnd_stats_end()
258 pefree(stats->values, persistent); in mysqlnd_stats_end()
260 pefree(stats, persistent); in mysqlnd_stats_end()
/PHP-7.0/ext/gd/
H A Dgdcache.c85 pefree((char *)prev, 1); in gdCacheDelete()
87 pefree((char *)head, 1); in gdCacheDelete()
/PHP-7.0/ext/gd/libgd/
H A Dgdhelpers.h21 #define gdPFree(ptr) pefree(ptr, 1)
/PHP-7.0/ext/mcrypt/
H A Dmcrypt_filter.c133 pefree(data->block_buffer, data->persistent); in php_mcrypt_filter_dtor()
139 pefree(data, data->persistent); in php_mcrypt_filter_dtor()
/PHP-7.0/ext/dba/
H A Ddba_flatfile.c59 pefree(dba, info->flags&DBA_PERSISTENT); in DBA_CLOSE_FUNC()
H A Ddba_qdbm.c77 pefree(dba, info->flags & DBA_PERSISTENT); in DBA_CLOSE_FUNC()
H A Ddba_dbm.c93 pefree(info->dbf, info->flags&DBA_PERSISTENT); in DBA_CLOSE_FUNC()
H A Ddba_tcadb.c86 pefree(dba, info->flags & DBA_PERSISTENT); in DBA_CLOSE_FUNC()
H A Ddba_db1.c94 pefree(info->dbf, info->flags&DBA_PERSISTENT); in DBA_CLOSE_FUNC()
/PHP-7.0/ext/pdo_oci/
H A Doci_driver.c79 pefree(einfo->errmsg, dbh->is_persistent); in _oci_error()
181 pefree(H->einfo.errmsg, dbh->is_persistent); in _oci_error()
241 pefree(H->einfo.errmsg, dbh->is_persistent); in oci_handle_closer()
245 pefree(H, dbh->is_persistent); in oci_handle_closer()
/PHP-7.0/ext/pdo/
H A Dpdo_dbh.c1271 pefree(func, 1); in cls_method_pdtor()
1527 pefree((char *)dbh->data_source, dbh->is_persistent); in dbh_free()
1530 pefree(dbh->username, dbh->is_persistent); in dbh_free()
1533 pefree(dbh->password, dbh->is_persistent); in dbh_free()
1537 pefree((char *)dbh->persistent_id, dbh->is_persistent); in dbh_free()
1547 pefree(dbh->cls_methods[i], dbh->is_persistent); in dbh_free()
1551 pefree(dbh, dbh->is_persistent); in dbh_free()

Completed in 61 milliseconds

123