Home
last modified time | relevance | path

Searched refs:efree (Results 226 – 250 of 374) sorted by relevance

12345678910>>...15

/PHP-5.6/ext/pdo/
H A Dpdo_dbh.c99 efree(message); in pdo_raise_impl_error()
176 efree(message); in pdo_handle_error()
180 efree(supp); in pdo_handle_error()
346 efree(dbh->std.properties); in PHP_METHOD()
348 efree(dbh->std.properties_table); in PHP_METHOD()
358 efree(dbh); in PHP_METHOD()
366 efree(hashkey); in PHP_METHOD()
497 efree(fci.params); in pdo_stmt_construct()
1343 efree(lc_name); in pdo_hash_methods()
1382 efree(lc_method_name); in dbh_method_get()
/PHP-5.6/ext/intl/msgformat/
H A Dmsgformat.c84 efree(spattern); in msgfmt_ctor()
/PHP-5.6/ext/sysvsem/
H A Dsysvsem.c147 efree(sem_ptr);
168 efree(sem_ptr);
/PHP-5.6/ext/standard/
H A Dscanf.c283 efree((char *)cset->chars); in ReleaseCharSet()
285 efree((char *)cset->ranges); in ReleaseCharSet()
546 efree((char *)nassign); in ValidateFormat()
559 efree((char *)nassign); in ValidateFormat()
H A Diptc.c227 efree(spoolbuf); in PHP_FUNCTION()
235 efree(spoolbuf); in PHP_FUNCTION()
H A Dftp_fopen_wrapper.c161 efree(transport); in php_ftp_fopen_connect()
561 efree(transport); in php_stream_url_wrap_ftp()
639 efree(basename); in php_ftp_dirstream_read()
646 efree(basename); in php_ftp_dirstream_read()
674 efree(data); in php_ftp_dirstream_close()
1111 efree(buf); in php_stream_ftp_mkdir()
/PHP-5.6/ext/spl/
H A Dspl_dllist.c45 efree(elem); \
49 efree(elem); \
157 efree(llist); in spl_ptr_llist_destroy()
358 efree(intern->debug_info); in spl_dllist_object_free_storage()
361 efree(object); in spl_dllist_object_free_storage()
533 efree(pnstr); in spl_dllist_object_get_debug_info()
550 efree(pnstr); in spl_dllist_object_get_debug_info()
941 efree(iterator); in spl_dllist_it_dtor()
H A Dspl_fixedarray.c115 efree(array->elements); in spl_fixedarray_resize()
209 efree(intern->array->elements); in spl_fixedarray_object_free_storage()
211 efree(intern->array); in spl_fixedarray_object_free_storage()
217 efree(object); in spl_fixedarray_object_free_storage()
714 efree(array); in SPL_METHOD()
726 efree(array); in SPL_METHOD()
894 efree(iterator); in spl_fixedarray_it_dtor()
/PHP-5.6/ext/libxml/
H A Dlibxml.c548 efree(buf); in php_libxml_internal_error_handler()
914 efree(LIBXML(stream_context)); in php_libxml_post_deactivate()
920 efree(LIBXML(error_list)); in php_libxml_post_deactivate()
986 efree(LIBXML(error_list)); in PHP_FUNCTION()
1231 efree(obj_node); in php_libxml_decrement_node_ptr()
1272 efree(object->document->doc_props); in php_libxml_decrement_doc_ref()
1274 efree(object->document); in php_libxml_decrement_doc_ref()
/PHP-5.6/ext/session/
H A Dmod_mm.c310 efree(ps_mm_path); in PHP_MINIT_FUNCTION()
363 efree(PS(id)); in PS_READ_FUNC()
491 efree(sid); in PS_CREATE_SID_FUNC()
/PHP-5.6/Zend/
H A Dzend_stream.c86 efree(stream->mmap.buf); in zend_stream_unmap()
326 efree(fh->opened_path);
330 efree((char*)fh->filename);
H A Dzend_alloc.h74 #define efree(ptr) _efree((ptr) ZEND_FILE_LINE_CC ZEND_FILE_LINE_EMPTY_CC) macro
126 #define pefree(ptr, persistent) ((persistent)?free(ptr):efree(ptr))
184 efree(ht)
H A Dzend_execute.h206 efree(stack); in zend_vm_stack_destroy()
276 efree(p); in zend_vm_stack_free_int()
288 efree(p); in zend_vm_stack_free()
H A Dzend_compile.c1738 efree(tmp); in zend_do_begin_function_declaration()
2258 efree(lcname); in zend_do_resolve_class_name()
2332 efree(lcname); in zend_resolve_class_name()
2532 efree(lcname); in zend_do_begin_class_member_function_call()
5172 efree(tmp); in zend_do_begin_class_declaration()
7217 efree(tmp2); in zend_do_use()
7229 efree(c_tmp); in zend_do_use()
7241 efree(lcname); in zend_do_use()
7291 efree(tmp2); in zend_do_use_non_class()
7383 efree(tmp); in zend_do_declare_constant()
[all …]
/PHP-5.6/ext/mysqli/
H A Dmysqli_api.c135 efree(query); in mysqli_commit_or_rollback_libmysql()
260 efree(bind); in mysqli_stmt_bind_param_do_bind()
378 efree(args); in PHP_FUNCTION()
567 efree(bind); in mysqli_stmt_bind_result_do_bind()
621 efree(args); in PHP_FUNCTION()
627 efree(args); in PHP_FUNCTION()
760 efree(mysql); in PHP_FUNCTION()
985 efree(copies);
1556 efree(mysql);
1952 efree(stmt);
[all …]
H A Dmysqli_result_iterator.c79 efree(iterator); in php_mysqli_result_iterator_dtor()
H A Dphp_mysqli_structs.h314 efree(intern->ptr); \
352 #define my_efree(x) if (x) efree(x)
/PHP-5.6/ext/opcache/Optimizer/
H A Dcompact_literals.c383 efree(key); in optimizer_compact_literals()
398 efree(key); in optimizer_compact_literals()
460 efree(map); in optimizer_compact_literals()
461 efree(info); in optimizer_compact_literals()
/PHP-5.6/ext/interbase/
H A Dibase_service.c48 efree(sv->hostname); in _php_ibase_free_service()
51 efree(sv->username); in _php_ibase_free_service()
54 efree(sv); in _php_ibase_free_service()
/PHP-5.6/main/streams/
H A Dtransports.c49 if (local_err) { efree(local_err); local_err = NULL; } \
120 efree(tmp); in _php_stream_xport_create()
123 efree(tmp); in _php_stream_xport_create()
H A Duserspace.c77 efree(uwrap->protoname); in stream_wrapper_dtor()
78 efree(uwrap->classname); in stream_wrapper_dtor()
79 efree(uwrap); in stream_wrapper_dtor()
371 efree(us); in user_wrapper_opener()
429 efree(us); in user_wrapper_opener()
469 efree(us); in user_wrapper_opendir()
507 efree(us); in user_wrapper_opendir()
781 efree(us); in php_userstreamop_close()
1585 efree(us); in php_userstreamop_closedir()
/PHP-5.6/ext/intl/common/
H A Dcommon_enum.cpp57 efree(iter); in zoi_with_current_dtor()
169 efree(ii); in IntlIterator_objects_free()
/PHP-5.6/ext/curl/
H A Dinterface.c1679 efree(ch->header.str); in curl_debug()
1740 efree(*string); in curl_free_string()
2047 efree(dupch->to_free); in PHP_FUNCTION()
2624 efree(string_key); in _php_curl_setopt()
2676 efree(string_key); in _php_curl_setopt()
2928 efree(ch->header.str); in _php_curl_cleanup_handle()
3291 efree(ch->to_free); in _php_curl_close_ex()
3318 efree(ch->header.str); in _php_curl_close_ex()
3333 efree(ch->handlers->read); in _php_curl_close_ex()
3351 efree(ch->handlers); in _php_curl_close_ex()
[all …]
/PHP-5.6/ext/oci8/
H A Doci8_lob.c81 efree(descriptor); in php_oci_lob_create()
361 efree(bufp); in php_oci_lob_read()
373 efree(*data); in php_oci_lob_read()
389 efree(*data); in php_oci_lob_read()
704 efree(descriptor); in php_oci_lob_free()
/PHP-5.6/main/
H A Dnetwork.c161 efree(*sap); in php_network_freeaddresses()
162 efree(sal); in php_network_freeaddresses()
877 efree(local_address);
882 efree(*error_string);
1074 efree(res);

Completed in 240 milliseconds

12345678910>>...15