Home
last modified time | relevance | path

Searched refs:free (Results 26 – 50 of 286) sorted by relevance

12345678910>>...12

/PHP-5.4/ext/sqlite3/tests/
H A Dbug66550.phpt2 Bug #66550 (SQLite prepared statement use-after-free)
15 // Close the database connection and free the internal sqlite3_stmt object
/PHP-5.4/ext/fileinfo/libmagic/
H A Dreadcdf.c220 free(info);
315 free(scn.sst_tab);
317 free(sst.sst_tab);
319 free(dir.dir_tab);
321 free(ssat.sat_tab);
323 free(sat.sat_tab);
/PHP-5.4/ext/zip/lib/
H A Dzip_source_buffer.c76 free(f); in zip_source_buffer()
152 free((void *)z->data); in read_data()
155 free(z); in read_data()
H A Dzip_source_filep.c100 free(f); in _zip_source_file_or_p()
114 free(f); in _zip_source_file_or_p()
236 free(z->fname); in read_file()
239 free(z); in read_file()
H A Dzip_source_zip.c94 free(p); in zip_source_zip()
110 free(p); in zip_source_zip()
182 free(z); in read_zip()
H A Dzip_unchange_archive.c45 free(za->ch_comment); in zip_unchange_archive()
/PHP-5.4/ext/oci8/tests/
H A Dcoll_006.phpt2 ocinewcollection() + free()
16 var_dump($coll1->free());
H A Dcoll_002.phpt2 oci_new_collection() + free()
16 var_dump($coll1->free());
H A Dbug42496_2.phpt35 $arr['C1']->free();
36 $arr['C2']->free();
H A Dbug42496_1.phpt37 $arr['C1']->free();
38 $arr['C2']->free();
/PHP-5.4/ext/date/lib/
H A Dtimelib.c27 free(m); \
167 free(errors->warning_messages[i].message); in timelib_error_container_dtor()
169 free(errors->warning_messages); in timelib_error_container_dtor()
171 free(errors->error_messages[i].message); in timelib_error_container_dtor()
173 free(errors->error_messages); in timelib_error_container_dtor()
174 free(errors); in timelib_error_container_dtor()
H A Dparse_tz.c103 free(buffer); in read_transistions()
129 free(buffer); in read_types()
139 free(buffer); in read_types()
158 free(leap_buffer); in read_types()
165 free(leap_buffer); in read_types()
179 free(buffer); in read_types()
193 free(buffer); in read_types()
284 if (cur_locale) free(cur_locale); in seek_to_tz_position()
293 if (cur_locale) free(cur_locale); in seek_to_tz_position()
/PHP-5.4/ext/dba/
H A Ddba_gdbm.c77 if(dba->nextkey.dptr) free(dba->nextkey.dptr); in DBA_CLOSE_FUNC()
93 free(gval.dptr); in DBA_FETCH_FUNC()
137 free(dba->nextkey.dptr); in DBA_FIRSTKEY_FUNC()
160 free(dba->nextkey.dptr); in DBA_NEXTKEY_FUNC()
/PHP-5.4/TSRM/
H A Dtsrm_nw.c146 free (command);
150 free (argv[i]);
216 free (command);
220 free (argv[i]);
H A Dtsrm_win32.c67 free(globals->process); in tsrm_win32_dtor()
77 free(globals->shm); in tsrm_win32_dtor()
80 free(globals->comspec); in tsrm_win32_dtor()
184 free(pResultSid); in tsrm_win32_get_token_sid()
224 free(real_path); in tsrm_win32_access()
230 free(real_path); in tsrm_win32_access()
258 free(TWG(impersonation_token_sid)); in tsrm_win32_access()
277 free(token_sid); in tsrm_win32_access()
361 free(psec_desc); in tsrm_win32_access()
370 free(real_path); in tsrm_win32_access()
[all …]
/PHP-5.4/sapi/fpm/fpm/events/
H A Ddevpoll.c104 free(pollfds); in fpm_event_devpoll_init()
130 free(pollfds); in fpm_event_devpoll_clean()
136 free(active_pollfds); in fpm_event_devpoll_clean()
H A Dpoll.c96 free(pollfds); in fpm_event_poll_init()
115 free(pollfds); in fpm_event_poll_clean()
121 free(active_pollfds); in fpm_event_poll_clean()
/PHP-5.4/sapi/fpm/fpm/
H A Dfpm_env.c80 free(s); in clearenv()
178 free(kv->value); in fpm_env_conf_wp()
185 free(wp->user); in fpm_env_conf_wp()
190 free(wp->home); in fpm_env_conf_wp()
H A Dfpm_arrays.h37 free(allocated); in fpm_array_init()
109 free(a->data); in fpm_array_free()
/PHP-5.4/ext/standard/
H A Dsyslog.c122 free(BG(syslog_device)); in PHP_MSHUTDOWN_FUNCTION()
146 free(BG(syslog_device)); in PHP_FUNCTION()
167 free(BG(syslog_device)); in PHP_FUNCTION()
/PHP-5.4/ext/mysqli/tests/
H A Dbug31668.phpt22 $res->free();
36 $res->free();
/PHP-5.4/main/
H A Dphp_scandir.c122 free(vector[nfiles]); in php_scandir()
124 free(vector); in php_scandir()
/PHP-5.4/sapi/thttpd/
H A Dthttpd.c472 free(SG(request_info).query_string);
473 free(SG(request_info).request_uri);
474 free(SG(request_info).path_translated);
476 free(SG(request_info).content_type);
536 #define HANDLE_STR(m) if (hc->m) free(hc->m)
552 free(m);
620 free(hc);
644 free(m->hc);
645 free(m);
683 free(TG(hc)->response);
/PHP-5.4/ext/zlib/
H A Dzlib.c117 if (ctx->buffer.free < output_context->in.used) { in php_zlib_output_handler_ex()
118 …r = erealloc_recoverable(ctx->buffer.data, ctx->buffer.used + ctx->buffer.free + output_context->i… in php_zlib_output_handler_ex()
123 ctx->buffer.free += output_context->in.used; in php_zlib_output_handler_ex()
126 ctx->buffer.free -= output_context->in.used; in php_zlib_output_handler_ex()
131 output_context->out.free = 1; in php_zlib_output_handler_ex()
155 ctx->buffer.free += ctx->buffer.used - ctx->Z.avail_in; in php_zlib_output_handler_ex()
360 Z->avail_out = buffer.free = buffer.size - buffer.used; in php_zlib_inflate_rounds()
367 buffer.used += buffer.free - Z->avail_out; in php_zlib_inflate_rounds()
368 buffer.free = Z->avail_out; in php_zlib_inflate_rounds()
496 if (ctx.out.data && ctx.out.free) { in PHP_FUNCTION()
[all …]
/PHP-5.4/ext/curl/tests/
H A Dbug69316.phpt2 Bug #69316: Use-after-free in php_curl related to CURLOPT_FILE/_INFILE/_WRITEHEADER
11 // close the stream, causing the FILE structure to be free()'d

Completed in 43 milliseconds

12345678910>>...12