Home
last modified time | relevance | path

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

12345678910>>...12

/PHP-5.5/ext/zip/lib/
H A Dzip_fclose.c62 free(zf); in zip_fclose()
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.5/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-5.5/ext/spl/tests/
H A Dbug67539.phpt2 Bug #67539 (ArrayIterator use-after-free due to object change during sorting)
/PHP-5.5/ext/standard/tests/serialize/
H A Dbug68594.phpt2 Bug #68545 Use after free vulnerability in unserialize()
/PHP-5.5/ext/sysvshm/
H A Dphp_sysvshm.h51 long free; member
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.5/sapi/fpm/fpm/
H A Dfpm_sockets.c66 free(ls->key); in fpm_sockets_cleanup()
71 free(env_value); in fpm_sockets_cleanup()
286 free(dup_address); in fpm_socket_af_inet_listening_socket()
317 free(dup_address); in fpm_socket_af_inet_listening_socket()
405 free(ls->key); in fpm_sockets_init_main()
/PHP-5.5/Zend/
H A Dzend.c544 free(compiler_globals->class_table); in compiler_globals_dtor()
548 free(compiler_globals->auto_globals); in compiler_globals_dtor()
792 free(compiler_globals->function_table); in zend_post_startup()
793 free(compiler_globals->class_table); in zend_post_startup()
800 free(EG(zend_constants)); in zend_post_startup()
834 free(GLOBAL_AUTO_GLOBALS_TABLE); in zend_shutdown()
837 free(zend_version_info); in zend_shutdown()
839 free(GLOBAL_FUNCTION_TABLE); in zend_shutdown()
840 free(GLOBAL_CLASS_TABLE); in zend_shutdown()
843 free(GLOBAL_CONSTANTS_TABLE); in zend_shutdown()
[all …]
H A Dzend_string.h61 free((char*)s); \
/PHP-5.5/main/
H A Dphp_ini.c196 free(Z_ARRVAL_P(zvalue)); in config_zval_dtor()
198 free(Z_STRVAL_P(zvalue)); in config_zval_dtor()
265 free(option_arr); in php_ini_parser_cb()
336 free(section_arr); in php_ini_parser_cb()
658 free(namelist[i]); in php_init_config()
685 free(namelist[i]); in php_init_config()
687 free(namelist); in php_init_config()
729 free(php_ini_opened_path); in php_shutdown_config()
733 free(php_ini_scanned_files); in php_shutdown_config()
/PHP-5.5/ext/standard/tests/strings/
H A Dbug68710.phpt2 Bug #68710 Use after free vulnerability in unserialize() (bypassing the
/PHP-5.5/win32/
H A Dglobals.c51 free(wg->registry_directories); in php_win32_core_globals_dtor()
/PHP-5.5/Zend/tests/
H A Dbug62907.phpt2 Bug #62907 (Double free when use traits)
/PHP-5.5/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.5/ext/dom/tests/
H A Dbug45251.phpt2 Bug #45251 (double free or corruption with setAttributeNode())
/PHP-5.5/ext/oci8/tests/
H A Db47243_1.phpt19 // No explicit free or close
H A Db47243_3.phpt19 // With explicit free and close
/PHP-5.5/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.5/ext/mysqli/tests/
H A D069.phpt20 $res->free();
/PHP-5.5/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.5/ext/xmlrpc/libxmlrpc/
H A Dxmlrpc_private.h169 #define my_free(thing) if(thing) {free(thing); thing = 0;}

Completed in 426 milliseconds

12345678910>>...12