Home
last modified time | relevance | path

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

12345678910>>...12

/PHP-5.5/ext/reflection/tests/
H A Dbug33389.phpt2 Reflection Bug #33389 (double free() when exporting a ReflectionClass)
/PHP-5.5/ext/oci8/tests/
H A Dlob_014.phpt31 var_dump($blob->free());
H A Dxmltype_02.phpt73 $row[0]->free();
99 $row[0]->free();
H A Dlob_041.phpt2 Check LOBS are valid after statement free
/PHP-5.5/ext/xmlrpc/libxmlrpc/
H A Dsimplestring.c85 #define my_free(thing) if(thing) {free(thing); thing = 0;}
/PHP-5.5/sapi/fpm/fpm/events/
H A Dport.c105 free(events); in fpm_event_port_clean()
H A Dkqueue.c106 free(kevents); in fpm_event_kqueue_clean()
H A Depoll.c103 free(epollfds); in fpm_event_epoll_clean()
/PHP-5.5/ext/pdo_dblib/
H A DREADME12 If you want to try out the free "desktop" version of SQL Server, known as the MSDE, google to obtai…
/PHP-5.5/ext/mysql/tests/
H A Dmysql_trace_mode.phpt37 Warning: Unknown: 1 result set(s) not freed. Use mysql_free_result to free result sets which were r…
/PHP-5.5/ext/soap/tests/bugs/
H A Dbug66112.phpt2 Bug #66112 (Use after free condition in SOAP extension)
/PHP-5.5/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.5/ext/fileinfo/libmagic/
H A Dapptype.c84 free(filename); in file_os2_apptype()
/PHP-5.5/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.5/Zend/
H A Dzend_string.c77 free(CG(interned_strings).arBuckets); in zend_interned_strings_dtor()
78 free(CG(interned_strings_start)); in zend_interned_strings_dtor()
/PHP-5.5/ext/date/lib/
H A Dparse_iso_intervals.re72 #define timelib_string_free free
152 free(str);
229 free(arg.v[i]); \
232 free(arg.v); \
491 free(in.str);
/PHP-5.5/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()
767 free(new_entry);
821 free(real_path);
1402 free(real_path);
1835 free(decoded_query_string);
2370 free(SG(request_info).query_string);
2520 free(SG(request_info).query_string);
2543 free(bindpath);
2559 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.5/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.5/ext/pcre/pcrelib/
H A Ddftables.c208 free((void *)base_of_tables); in main()
/PHP-5.5/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.5/ext/session/
H A Dmod_mm.c271 free(data); in ps_mm_destroy()
288 free(ps_mm_instance); in PHP_MINIT_FUNCTION()
313 free(ps_mm_instance); in PHP_MINIT_FUNCTION()
/PHP-5.5/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.5/ext/standard/
H A Dproc_open.c806 free(command_dup); in PHP_FUNCTION()
809 free(orig_cwd); in PHP_FUNCTION()
816 free(child_argv); in PHP_FUNCTION()
817 free(command_dup); in PHP_FUNCTION()
820 free(orig_cwd); in PHP_FUNCTION()

Completed in 70 milliseconds

12345678910>>...12