Home
last modified time | relevance | path

Searched refs:free (Results 126 – 150 of 331) sorted by relevance

12345678910>>...14

/php-src/sapi/fpm/fpm/
H A Dfpm_sockets.c79 free(ls->key); in fpm_sockets_cleanup()
102 free(ls->key); in fpm_sockets_cleanup()
112 free(env_value); in fpm_sockets_cleanup()
365 free(dup_address); in fpm_socket_af_inet_listening_socket()
390 free(dup_address); in fpm_socket_af_inet_listening_socket()
529 free(ls->key); in fpm_sockets_init_main()
H A Dfpm_unix.c539 free(con); in fpm_unix_init_child()
545 free(con); in fpm_unix_init_child()
546 free(new_con); in fpm_unix_init_child()
552 free(con); in fpm_unix_init_child()
553 free(new_con); in fpm_unix_init_child()
557 free(con); in fpm_unix_init_child()
558 free(new_con); in fpm_unix_init_child()
/php-src/Zend/
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/win32/
H A Dglobals.c51 free(wg->registry_directories); in php_win32_core_globals_dtor()
/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/soap/tests/
H A Dbug70211.phpt2 Bug #70211 (php 7 ZEND_HASH_IF_FULL_DO_RESIZE use after free)
/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/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/phar/tests/
H A Dbug72321.phpt2 Phar: PHP bug #72321: invalid free in phar_extract_file()
/php-src/ext/standard/tests/serialize/
H A Dbug71313.phpt2 Bug #71311 Use-after-free vulnerability in SPL(SplObjectStorage, unserialize)
/php-src/Zend/tests/
H A Darray_literal_next_element_error.phpt2 Next free element may overflow in array literals
H A Dbug54268.phpt2 Bug #54268 (Double free when destroy_zend_class fails)
/php-src/ext/spl/tests/
H A Dbug81992.phpt2 Bug #81992 (SplFixedArray::setSize() causes use-after-free)
/php-src/ext/pcre/tests/
H A Dbug73392.phpt2 Bug #73392 (A use-after-free in zend allocator management)
/php-src/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-src/ext/zlib/
H A Dzlib.c197 if (ctx->buffer.free < output_context->in.used) { in php_zlib_output_handler_ex()
198 …r = erealloc_recoverable(ctx->buffer.data, ctx->buffer.used + ctx->buffer.free + output_context->i… in php_zlib_output_handler_ex()
203 ctx->buffer.free += output_context->in.used; in php_zlib_output_handler_ex()
206 ctx->buffer.free -= output_context->in.used; in php_zlib_output_handler_ex()
211 output_context->out.free = 1; in php_zlib_output_handler_ex()
236 ctx->buffer.free += ctx->buffer.used - ctx->Z.avail_in; in php_zlib_output_handler_ex()
436 Z->avail_out = buffer.free = buffer.size - buffer.used; in php_zlib_inflate_rounds()
443 buffer.used += buffer.free - Z->avail_out; in php_zlib_inflate_rounds()
444 buffer.free = Z->avail_out; in php_zlib_inflate_rounds()
570 if (ctx.out.data && ctx.out.free) { in PHP_FUNCTION()
[all …]
H A Dphp_zlib.h40 size_t free; member
/php-src/Zend/tests/generators/errors/
H A Dresume_running_generator_error_003.phpt2 Use-after-free when resume an already running generator
/php-src/ext/pdo_mysql/tests/
H A Dbug_74376.phpt2 Bug #74376 (Invalid free of persistent results on error/connection loss)
/php-src/Zend/tests/type_declarations/
H A Dtyped_properties_057.phpt2 Type change in pre/post-increment (use-after-free)
/php-src/ext/dom/tests/
H A Dgh9142.phpt2 GH-9142 (DOMChildNode replaceWith() double-free error when replacing elements not separated by any …
/php-src/ext/ffi/tests/
H A Dweak_reference_004.phpt15 \FFI::free($cdata_free);
/php-src/ext/sysvshm/
H A Dsysvshm.c174 chunk_ptr->free = shm_size-chunk_ptr->end; in PHP_FUNCTION()
378 if (ptr->free < total_size) { in php_put_shm_data()
388 ptr->free -= total_size; in php_put_shm_data()
433 ptr->free += chunk_ptr->next; in php_remove_shm_data()

Completed in 77 milliseconds

12345678910>>...14