Home
last modified time | relevance | path

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

12345678910>>...12

/PHP-5.4/ext/zip/lib/
H A Dzip_source_crc.c152 free(ctx); in crc_read()
H A Dzip_source_deflate.c376 free(ctx); in deflate_decompress()
393 free(ctx); in deflate_free()
/PHP-5.4/ext/sybase_ct/tests/
H A Dtest_unbuffered_no_full_fetch.phpt25 // Fetch #3 - free first, without having fetched all rows from previous query
/PHP-5.4/ext/fileinfo/libmagic/
H A Dapptype.c84 free(filename); in file_os2_apptype()
/PHP-5.4/sapi/cgi/
H A Dcgi_main.c193 free(entry->user_config); in user_config_cache_entry_dtor()
739 free(buf); in sapi_cgi_log_message()
764 free(new_entry);
818 free(real_path);
1400 free(real_path);
1831 free(decoded_query_string);
2362 free(SG(request_info).query_string);
2512 free(SG(request_info).query_string);
2535 free(bindpath);
2551 free(cgi_sapi_module.php_ini_path_override);
[all …]
H A Dfastcgi.c206 free(q); in fcgi_hash_destroy()
212 free(q); in fcgi_hash_destroy()
225 free(q); in fcgi_hash_clean()
233 free(q); in fcgi_hash_clean()
487 free(allowed_clients); in fcgi_shutdown()
556 free(acl); in prepare_named_pipe_acl()
723 free(ip); in fcgi_listen()
771 free(req); in fcgi_destroy_request()
/PHP-5.4/TSRM/
H A Dtsrm_virtual_cwd.c156 free((s)->cwd);
329 free(tmp); in php_sys_stat_ex()
489free(main_cwd_state.cwd); /* Don't use CWD_STATE_FREE because the non global states will probably … in virtual_cwd_shutdown()
546 free(cwd); in virtual_getcwd()
551 free(cwd); in virtual_getcwd()
601 free(r); in realpath_cache_clean()
632 free(r); in realpath_cache_del()
713 free(r); in realpath_cache_find()
1919 free(command_line); in virtual_popen()
1955 free(new_state.cwd); in tsrm_realpath()
[all …]
/PHP-5.4/Zend/
H A Dzend_opcode.c318 free(ce->default_properties_table); in destroy_zend_class()
326 free(ce->default_static_members_table); in destroy_zend_class()
333 free(ce->interfaces); in destroy_zend_class()
335 free(ce); in destroy_zend_class()
/PHP-5.4/ext/pcre/pcrelib/
H A Ddftables.c208 free((void *)base_of_tables); in main()
/PHP-5.4/sapi/fpm/fpm/events/
H A Dkqueue.c106 free(kevents); in fpm_event_kqueue_clean()
H A Depoll.c103 free(epollfds); in fpm_event_epoll_clean()
/PHP-5.4/ext/interbase/tests/
H A D004.phpt83 …ibase_blob_add($bl_h, "| This program is free software; you can redistribute it and/or modify |\n"…
138 | This program is free software; you can redistribute it and/or modify |
163 | This program is free software; you can redistribute it and/or modify |
/PHP-5.4/ext/date/lib/
H A Dparse_iso_intervals.re72 #define timelib_string_free free
154 free(str);
264 free(arg.v[i]); \
267 free(arg.v); \
526 free(in.str);
/PHP-5.4/ext/soap/interop/
H A Dclient_round2_interop.php119 if (is_object($res)) $res->free();
130 if (is_object($res)) $res->free();
283 if (is_object($res)) $res->free();
298 if (is_object($res)) $res->free();
/PHP-5.4/ext/gd/
H A Dgdcache.c175 free( (char *)map ); in cacheRelease()
/PHP-5.4/ext/oci8/tests/
H A Dlob_041.phpt2 Check LOBS are valid after statement free
/PHP-5.4/ext/standard/
H A Dproc_open.c793 free(command_dup); in PHP_FUNCTION()
796 free(orig_cwd); in PHP_FUNCTION()
803 free(child_argv); in PHP_FUNCTION()
804 free(command_dup); in PHP_FUNCTION()
807 free(orig_cwd); in PHP_FUNCTION()
H A Dbrowscap.c75 free(Z_ARRVAL_PP(zvalue)); in browscap_entry_dtor_persistent()
78 free(Z_STRVAL_PP(zvalue)); in browscap_entry_dtor_persistent()
81 free(*zvalue); in browscap_entry_dtor_persistent()
/PHP-5.4/main/
H A Dmain.c270 free(binary_location); in php_binary_init()
299 free(binary_location); in php_binary_init()
303 free(binary_location); in php_binary_init()
976 free(PG(last_error_message)); in php_error_cb()
980 free(PG(last_error_file)); in php_error_cb()
1799 free(PG(last_error_message)); in php_request_shutdown()
1803 free(PG(last_error_file)); in php_request_shutdown()
1892 free(core_globals->last_error_file); in core_globals_dtor()
1895 free(core_globals->disable_functions); in core_globals_dtor()
1898 free(core_globals->disable_classes); in core_globals_dtor()
[all …]
/PHP-5.4/sapi/apache2filter/
H A Dsapi_apache2.c169 if (ctx->post_data) free(ctx->post_data); in php_apache_sapi_read_post()
448 free(SG(request_info).query_string); in php_apache_request_dtor()
451 free(SG(request_info).request_uri); in php_apache_request_dtor()
454 free(SG(request_info).path_translated); in php_apache_request_dtor()
/PHP-5.4/win32/
H A Dglob.c722 free(pglob->gl_pathv);
742 free(copy);
823 free(*pp);
824 free(pglob->gl_pathv);
/PHP-5.4/ext/xmlrpc/libxmlrpc/
H A Dxml_element.c133 #define my_free(thing) if(thing) {free(thing); thing = NULL;}
210 free((char *)root->name); in xml_elem_free_non_recurse()
649 free(add_text); in _xmlrpc_charHandler()
H A Dbase64.c45 free(b->data); in buffer_delete()
/PHP-5.4/sapi/fpm/fpm/
H A Dfpm_children.c39 free(last_faults); in fpm_children_cleanup()
61 free(child); in fpm_child_free()
/PHP-5.4/ext/com_dotnet/
H A Dcom_dotnet.c175 free(stuff); in dotnet_init()
335 free(stuff); in php_com_dotnet_mshutdown()

Completed in 69 milliseconds

12345678910>>...12