Home
last modified time | relevance | path

Searched refs:free (Results 1 – 25 of 331) sorted by last modified time

12345678910>>...14

/php-src/ext/curl/
H A Dinterface.c550 free(php_curl_openssl_tsl); in PHP_MSHUTDOWN_FUNCTION()
/php-src/ext/soap/
H A Dsoap.c436 free(SOAP_GLOBAL(mem_cache)); in PHP_MSHUTDOWN_FUNCTION()
H A Dphp_sdl.c3165 free(tmp->types); in delete_psdl_int()
3179 free(tmp); in delete_psdl_int()
3493 free(soapBind); in delete_binding_persistent()
3496 free(binding); in delete_binding_persistent()
3513 free(body.ns); in delete_sdl_soap_binding_function_body_persistent()
3596 free(function); in delete_function_persistent()
3614 free(param); in delete_parameter_persistent()
3641 free(hdr->name); in delete_header_persistent()
3644 free(hdr->ns); in delete_header_persistent()
3650 free(hdr); in delete_header_persistent()
[all …]
/php-src/ext/opcache/jit/ir/
H A Dir.h979 # define ir_mem_free free
992 # define ir_mem_pfree free
/php-src/ext/phar/
H A Dphar.c3366 free(Z_PTR_P(zv)); in mime_type_dtor()
/php-src/Zend/
H A Dzend_string.h359 free(s); in zend_string_release_ex()
H A Dzend_API.c2506 free(class_cleanup_handlers); in zend_destroy_modules()
2508 free(module_request_startup_handlers); in zend_destroy_modules()
2987 free(reg_function); in zend_register_functions()
3341 free(modules_dl_loaded); in zend_unload_modules()
3629 free(disabled_class->interfaces); in zend_disable_class()
3645 free(prop); in zend_disable_class()
H A Dzend_alloc.c2281 free(heap->tracked_allocs);
2836 free(ptr);
2868 free(ptr);
3115 free(p);
H A Dzend_strtod.c238 #define FREE free
H A Dzend.c685 free(Z_PTR_P(zv)); in auto_global_dtor()
1111 free(EG(zend_constants)); in zend_post_startup()
1148 free(zend_flf_functions); in zend_shutdown()
1149 free(zend_flf_handlers); in zend_shutdown()
1154 free(GLOBAL_AUTO_GLOBALS_TABLE); in zend_shutdown()
1157 free(zend_version_info); in zend_shutdown()
1159 free(GLOBAL_FUNCTION_TABLE); in zend_shutdown()
1160 free(GLOBAL_CLASS_TABLE); in zend_shutdown()
1163 free(GLOBAL_CONSTANTS_TABLE); in zend_shutdown()
1176 free(CG(map_ptr_real_base)); in zend_shutdown()
[all …]
/php-src/ext/libxml/
H A Dlibxml.c876 free(Z_PTR_P(zv)); in php_libxml_exports_dtor()
1441 PHP_LIBXML_API xmlChar *php_libxml_attr_value(const xmlAttr *attr, bool *free) in php_libxml_attr_value() argument
1448 *free = false; in php_libxml_attr_value()
1467 *free = true; in php_libxml_attr_value()
H A Dphp_libxml.h175 PHP_LIBXML_API xmlChar *php_libxml_attr_value(const xmlAttr *attr, bool *free);
/php-src/ext/simplexml/
H A Dsimplexml.c1507 bool free; in sxe_add_registered_namespaces() local
1508 xmlChar *href = php_libxml_attr_value(attr, &free); in sxe_add_registered_namespaces()
1510 if (free) { in sxe_add_registered_namespaces()
/php-src/ext/dom/
H A Dphp_dom.c2247 bool free; in php_dom_get_content_into_zval() local
2248 xmlChar *value = php_libxml_attr_value((const xmlAttr *) nodep, &free); in php_dom_get_content_into_zval()
2250 if (free) { in php_dom_get_content_into_zval()
H A Dattr.c204 bool free; in dom_compare_value() local
205 xmlChar *attr_value = php_libxml_attr_value(attr, &free); in dom_compare_value()
207 if (free) { in dom_compare_value()
/php-src/main/
H A DSAPI.c51 free(Z_PTR_P(zv)); in _type_dtor()
1041 free(tmp); in sapi_getenv()
H A Dfastcgi.c274 free(q); in fcgi_hash_destroy()
280 free(q); in fcgi_hash_destroy()
293 free(q); in fcgi_hash_clean()
301 free(q); in fcgi_hash_clean()
557 free(allowed_clients); in fcgi_shutdown()
626 free(acl); in prepare_named_pipe_acl()
798 free(ip); in fcgi_listen()
834 if (allowed_clients) free(allowed_clients); in fcgi_set_allowed_clients()
858 free(ip); in fcgi_set_allowed_clients()
907 free(req); in fcgi_destroy_request()
/php-src/ext/ffi/
H A Dffi.c2353 free(field); in zend_ffi_field_hash_persistent_dtor()
2369 free(sym); in zend_ffi_symbol_hash_persistent_dtor()
2385 free(tag); in zend_ffi_tag_hash_persistent_dtor()
2407 free(scope->symbols); in zend_ffi_scope_hash_dtor()
2411 free(scope->tags); in zend_ffi_scope_hash_dtor()
2413 free(scope); in zend_ffi_scope_hash_dtor()
3466 free(sym); in zend_ffi_load()
3481 free(tag); in zend_ffi_load()
3876 ZEND_METHOD(FFI, free) /* {{{ */ in ZEND_METHOD() argument
5669 free(ffi_globals->scopes);
/php-src/sapi/cgi/
H A Dcgi_main.c196 free(entry->user_config); in user_config_cache_entry_dtor()
197 free(entry); in user_config_cache_entry_dtor()
542 free(keyw); in cgi_getenv_win32()
553 free(keyw); in cgi_getenv_win32()
767 free(buf); in sapi_cgi_log_message()
1871 free(bindpath);
1911 free(bindpath);
2309 free(bindpath);
2354 free(bindpath);
2502 free(bindpath);
[all …]
/php-src/docs/source/core/data-structures/
H A Dreference-counting.rst6 large amount, you call ``malloc`` and ``free`` to acquire and release blocks of memory of some size.
10 in a use-after-free, double-free, or memory leak.
25 unset($b); // RC 0, free
/php-src/sapi/phpdbg/
H A Dphpdbg_watch.c1522 free(PHPDBG_G(watchlist_mem));
1524 free(PHPDBG_G(watchlist_mem_backup));
/php-src/sapi/fpm/fpm/events/
H A Dkqueue.c100 free(kevents); in fpm_event_kqueue_clean()
/php-src/ext/pgsql/
H A Dpgsql.c112 #define PQfreemem free
/php-src/ext/mbstring/
H A Dmbstring.c1030 free(ZEND_VOIDP(mbstring_globals->http_input_list)); in PHP_GSHUTDOWN_FUNCTION()
1033 free(ZEND_VOIDP(mbstring_globals->detect_order_list)); in PHP_GSHUTDOWN_FUNCTION()
/php-src/ext/dom/lexbor/lexbor/ports/windows_nt/lexbor/core/
H A Dmemory.c12 static lexbor_memory_free_f lexbor_memory_free = free;

Completed in 193 milliseconds

12345678910>>...14