Home
last modified time | relevance | path

Searched refs:free (Results 76 – 100 of 331) sorted by path

12345678910>>...14

/php-src/docs/source/introduction/ides/
H A Dvisual-studio-code.rst11 free IDE that is well-suited for C development. It contains syntax highlighting, navigation,
/php-src/ext/bcmath/libbcmath/
H A DLICENSE18 free software--to make sure the software is free for all its users.
28 When we speak of free software, we are referring to freedom of use,
33 it in new free programs; and that you are informed that you can do
61 any free program. We wish to make sure that a company cannot
62 effectively restrict the users of a free program by obtaining a
72 libraries into non-free programs.
93 a de-facto standard. To achieve this, non-free programs must be
94 allowed to use the library. A more frequent case is that a free
96 case, there is little to gain by limiting the free library to free
102 non-free programs enables many more people to use the whole GNU
[all …]
/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/ext/curl/
H A Dinterface.c550 free(php_curl_openssl_tsl); in PHP_MSHUTDOWN_FUNCTION()
/php-src/ext/curl/tests/
H A Dbug69316.phpt2 Bug #69316: Use-after-free in php_curl related to CURLOPT_FILE/_INFILE/_WRITEHEADER
8 // close the stream, causing the FILE structure to be free()'d
H A Dbug69485.phpt2 Bug #69485 (Double free on zend_list_dtor)
/php-src/ext/date/lib/
H A DLICENSE.rst6 Permission is hereby granted, free of charge, to any person obtaining a copy
H A Dparse_date.re7 * Permission is hereby granted, free of charge, to any person obtaining a copy
H A Dparse_iso_intervals.re6 * Permission is hereby granted, free of charge, to any person obtaining a copy
H A Dtimelib.h369 # define timelib_free free
/php-src/ext/date/tests/
H A Dbug68942.phpt2 Bug #68942 (Use after free vulnerability in unserialize() with DateTimeZone).
H A Dbug68942_2.phpt2 Bug #68942 (Use after free vulnerability in unserialize() with DateTime).
/php-src/ext/dba/
H A Ddba_db4.c163 free(gval.data);
208 free(gval.data);
262 free(gkey.data);
265 free(gval.data);
H A Ddba_gdbm.c65 if(dba->nextkey.dptr) free(dba->nextkey.dptr); in DBA_CLOSE_FUNC()
83 free(gval.dptr); in DBA_FETCH_FUNC()
144 free(dba->nextkey.dptr); in DBA_FIRSTKEY_FUNC()
166 free(dba->nextkey.dptr); in DBA_NEXTKEY_FUNC()
H A Ddba_qdbm.c84 free(value); in DBA_FETCH_FUNC()
112 free(value); in DBA_EXISTS_FUNC()
138 free(value); in DBA_FIRSTKEY_FUNC()
154 free(value); in DBA_NEXTKEY_FUNC()
/php-src/ext/dom/
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()
H A Dphp_dom.c2245 bool free; in php_dom_get_content_into_zval() local
2246 xmlChar *value = php_libxml_attr_value((const xmlAttr *) nodep, &free); in php_dom_get_content_into_zval()
2248 if (free) { in php_dom_get_content_into_zval()
/php-src/ext/dom/lexbor/
H A DLICENSE69 worldwide, non-exclusive, no-charge, royalty-free, irrevocable
76 worldwide, non-exclusive, no-charge, royalty-free, irrevocable
/php-src/ext/dom/lexbor/lexbor/ports/posix/lexbor/core/
H A Dmemory.c12 static lexbor_memory_free_f lexbor_memory_free = free;
/php-src/ext/dom/lexbor/lexbor/ports/windows_nt/lexbor/core/
H A Dmemory.c12 static lexbor_memory_free_f lexbor_memory_free = free;
/php-src/ext/dom/tests/
H A DDOMDocument_adoptNode.phpt108 // Try to trigger a use-after-free
H A DDOMElement_insertAdjacentElement.phpt15 var_dump($dom->createElement('free')->insertAdjacentElement("beforebegin", $dom->createElement('ele…
16 var_dump($dom->createElement('free')->insertAdjacentElement("afterend", $dom->createElement('elemen…
19 …var_dump($dom->createElement('free')->insertAdjacentElement("bogus", $dom->createElement('element'…
26 $element = $dom->createElement('free');
H A DDOMElement_insertAdjacentText.phpt14 $dom->createElement('free')->insertAdjacentText("bogus", "bogus");
H A Dbug45251.phpt2 Bug #45251 (double free or corruption with setAttributeNode())
H A Dbug79451.phpt2 Bug #79451 (Using DOMDocument->replaceChild on doctype causes double free)

Completed in 66 milliseconds

12345678910>>...14