Home
last modified time | relevance | path

Searched refs:free (Results 201 – 225 of 331) sorted by relevance

12345678910>>...14

/php-src/ext/soap/tests/
H A Dbug68996.phpt2 Bug #68996 (Invalid free of CG(interned_empty_string))
/php-src/Zend/
H A Dzend_variables.c100 free(str); in zval_internal_ptr_dtor()
H A Dzend_multibyte.c176 free((char*)CG(script_encoding_list)); in zend_multibyte_set_script_encoding()
/php-src/ext/spl/tests/
H A Dbug81992b.phpt2 Bug #81992 (SplFixedArray::setSize() causes use-after-free) - setSize variation
/php-src/win32/
H A Dglob.c688 free(pglob->gl_pathv); in globextend()
709 free(copy); in globextend()
786 free(*pp); in globfree()
787 free(pglob->gl_pathv); in globfree()
/php-src/main/
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()
H A Dsnprintf.c295 free(p_orig); in php_conv_fp()
361 free(p_orig); in php_conv_fp()
1162 free(*buf); in ap_php_vasprintf()
/php-src/ext/fileinfo/tests/
H A Dbug61964-mb.phpt2 Bug #61964 (finfo_open with directory cause invalid free)
H A Dbug61964.phpt2 Bug #61964 (finfo_open with directory cause invalid free)
/php-src/Zend/asm/
H A DLICENSE3 Permission is hereby granted, free of charge, to any person or organization
/php-src/ext/dom/tests/
H A DDOMElement_insertAdjacentText.phpt14 $dom->createElement('free')->insertAdjacentText("bogus", "bogus");
H A Dxpath_domnamespacenode_advanced.phpt35 // However, it should not cause a use-after-free
H A Dbug80602_3.phpt2 Bug #80602 (Segfault when using DOMChildNode::before()) - use-after-free variation
H A Dbug80927.phpt2 Bug #80927 (Removing documentElement after creating attribute node: possible use-after-free)
/php-src/ext/pcre/pcre2lib/
H A Dpcre2_substring.c246 memctl->free(memctl, memctl->memory_data); in pcre2_substring_free()
453 memctl->free(memctl, memctl->memory_data); in pcre2_substring_list_free()
/php-src/sapi/fpm/fpm/
H A Dfpm_scoreboard.c289 free(mem); in fpm_scoreboard_copy()
313 free(scoreboard); in fpm_scoreboard_free_copy()
H A Dfpm_process_ctl.c44 free(saved_argv[i]); in fpm_pctl_cleanup()
46 free(saved_argv); in fpm_pctl_cleanup()
/php-src/
H A DCODING_STANDARDS.md16 1. Functions that are given pointers to resources should not free them.
18 For instance, `function int mail(char *to, char *from)` should NOT free `to`
27 function may free its arguments (if true, the function must free its
78 may need to control or free the memory, or when the memory in question needs
/php-src/ext/opcache/
H A Dzend_shared_alloc.c170 free(*shared_segments_p); in zend_shared_alloc_try()
281 free(ZSMMG(shared_segments)); in zend_shared_alloc_startup()
330 free(ZSMMG(shared_segments)); in zend_shared_alloc_shutdown()
/php-src/ext/readline/
H A Dreadline.c135 free(result); in PHP_FUNCTION()
343 free(hs); in PHP_FUNCTION()
/php-src/ext/mysqlnd/
H A Dmysqlnd_result_meta.c94 MYSQLND_METHOD(mysqlnd_res_meta, free)(MYSQLND_RES_METADATA * meta) in MYSQLND_METHOD() argument
278 MYSQLND_METHOD(mysqlnd_res_meta, free),
/php-src/ext/com_dotnet/
H A Dcom_dotnet.c207 free(stuff); in dotnet_init()
367 free(stuff); in php_com_dotnet_mshutdown()
/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/ext/mysqli/tests/
H A Dmysqli_ps_select_union.phpt24 $res->free();
78 $res->free();
125 $res->free();
/php-src/ext/ffi/
H A Dffi.stub.php24 public static function free(FFI\CData $ptr): void {} function in FFI

Completed in 48 milliseconds

12345678910>>...14