Home
last modified time | relevance | path

Searched refs:free (Results 76 – 100 of 286) sorted by relevance

12345678910>>...12

/PHP-5.4/Zend/
H A Dzend.c543 free(compiler_globals->class_table); in compiler_globals_dtor()
547 free(compiler_globals->auto_globals); in compiler_globals_dtor()
791 free(compiler_globals->function_table); in zend_post_startup()
792 free(compiler_globals->class_table); in zend_post_startup()
799 free(EG(zend_constants)); in zend_post_startup()
836 free(GLOBAL_AUTO_GLOBALS_TABLE); in zend_shutdown()
839 free(zend_version_info); in zend_shutdown()
841 free(GLOBAL_FUNCTION_TABLE); in zend_shutdown()
842 free(GLOBAL_CLASS_TABLE); in zend_shutdown()
845 free(GLOBAL_CONSTANTS_TABLE); in zend_shutdown()
[all …]
H A Dzend_string.h61 free((char*)s); \
/PHP-5.4/ext/zip/lib/
H A Dzip_set_file_comment.c67 free(za->entry[idx].ch_comment); in zip_set_file_comment()
H A Dzip_set_file_extra.c67 free(za->entry[idx].ch_extra); in zip_set_file_extra()
H A Dzip_set_name.c71 free(za->entry[idx].ch_filename); in _zip_set_name()
/PHP-5.4/ext/date/tests/
H A Dbug68942_2.phpt2 Bug #68942 (Use after free vulnerability in unserialize() with DateTime).
/PHP-5.4/ext/sysvshm/
H A Dsysvshm.c193 chunk_ptr->free = shm_size-chunk_ptr->end; in PHP_FUNCTION()
371 if (ptr->free < total_size) { in php_put_shm_data()
381 ptr->free -= total_size; in php_put_shm_data()
424 ptr->free += chunk_ptr->next; in php_remove_shm_data()
/PHP-5.4/ext/pcre/pcrelib/
H A Dpcreposix.c247 (PUBL(free))(preg->re_pcre); in regfree()
393 if (allocated_ovector) free(ovector); in regexec()
401 if (allocated_ovector) free(ovector); in regexec()
/PHP-5.4/ext/standard/tests/strings/
H A Dbug68710.phpt2 Bug #68710 Use after free vulnerability in unserialize() (bypassing the
/PHP-5.4/win32/
H A Dglobals.c51 free(wg->registry_directories); in php_win32_core_globals_dtor()
/PHP-5.4/Zend/tests/
H A Dbug62907.phpt2 Bug #62907 (Double free when use traits)
H A Dbug54268.phpt2 Bug #54268 (Double free when destroy_zend_class fails)
/PHP-5.4/ext/oci8/tests/
H A Db47243_1.phpt19 // No explicit free or close
H A Db47243_3.phpt19 // With explicit free and close
H A Dbug43497.phpt56 $result[0]->free(); // cleanup properly
130 $clob->free();
158 echo "\nExplicit LOB with no free\n";
260 Explicit LOB with no free
H A Dbug26133.phpt30 $rowid->free();
/PHP-5.4/ext/dom/tests/
H A Dbug45251.phpt2 Bug #45251 (double free or corruption with setAttributeNode())
/PHP-5.4/ext/mbstring/libmbfl/
H A DLICENSE18 free software--to make sure the software is free for all its users.
27 When we speak of free software, we are referring to freedom of use,
32 it in new free programs; and that you are informed that you can do
60 any free program. We wish to make sure that a company cannot
61 effectively restrict the users of a free program by obtaining a
71 libraries into non-free programs.
91 a de-facto standard. To achieve this, non-free programs must be
92 allowed to use the library. A more frequent case is that a free
94 case, there is little to gain by limiting the free library to free
100 non-free programs enables many more people to use the whole GNU
[all …]
/PHP-5.4/ext/mysqli/tests/
H A D069.phpt20 $res->free();
/PHP-5.4/ext/date/lib/
H A Dunixtime2tm.c220 free(t->tz_abbr); in timelib_set_timezone_from_offset()
234 free(t->tz_abbr); in timelib_set_timezone_from_abbr()
260 free(t->tz_abbr); in timelib_set_timezone()
/PHP-5.4/ext/xmlrpc/libxmlrpc/
H A Dxmlrpc_private.h169 #define my_free(thing) if(thing) {free(thing); thing = 0;}
/PHP-5.4/sapi/fpm/fpm/
H A Dfpm_sockets.c89 free(ls->key); in fpm_sockets_cleanup()
94 free(env_value); in fpm_sockets_cleanup()
292 free(dup_address); in fpm_socket_af_inet_listening_socket()
378 free(ls->key); in fpm_sockets_init_main()
/PHP-5.4/ext/zlib/
H A Dphp_zlib.h41 size_t free; member
/PHP-5.4/ext/sybase_ct/tests/
H A Dbug30312-withfree.phpt2 Sybase-CT bug #30312 (sybase_unbuffered_query calls, with free)
/PHP-5.4/ext/standard/tests/serialize/
H A Dbug70219.phpt2 Bug #70219 Use after free vulnerability in session deserializer

Completed in 64 milliseconds

12345678910>>...12