Home
last modified time | relevance | path

Searched refs:STR_FREE (Results 1 – 21 of 21) sorted by relevance

/PHP-5.6/win32/
H A Dwsyslog.c70 STR_FREE(PW32G(log_header)); in closelog()
132 STR_FREE(PW32G(log_header)); in openlog()
/PHP-5.6/ext/standard/
H A Durl.c192 STR_FREE(ret->scheme); in php_url_parse_ex()
197 STR_FREE(ret->scheme); in php_url_parse_ex()
254 STR_FREE(ret->scheme); in php_url_parse_ex()
255 STR_FREE(ret->user); in php_url_parse_ex()
256 STR_FREE(ret->pass); in php_url_parse_ex()
267 STR_FREE(ret->scheme); in php_url_parse_ex()
268 STR_FREE(ret->user); in php_url_parse_ex()
269 STR_FREE(ret->pass); in php_url_parse_ex()
282 STR_FREE(ret->scheme); in php_url_parse_ex()
283 STR_FREE(ret->user); in php_url_parse_ex()
[all …]
H A Dfile.c422 STR_FREE(name); in PHP_FUNCTION()
435 STR_FREE(value); in PHP_FUNCTION()
456 STR_FREE(name); in PHP_FUNCTION()
469 STR_FREE(value); in PHP_FUNCTION()
493 STR_FREE(value); in PHP_FUNCTION()
515 STR_FREE(value); in PHP_FUNCTION()
516 STR_FREE(name); in PHP_FUNCTION()
H A Dfilters.c285 STR_FREE(tags_ss.c); in strfilter_strip_tags_create()
292 STR_FREE(tags_ss.c); in strfilter_strip_tags_create()
H A Dstring.c2919 STR_FREE(*(char**)strp);
3560 STR_FREE((char*)str);
3613 STR_FREE(str);
4465 STR_FREE(BG(locale_string));
H A Dbasic_functions.c3783 STR_FREE(BG(locale_string)); in PHP_RSHUTDOWN_FUNCTION()
/PHP-5.6/ext/ereg/
H A Dereg.c282 STR_FREE(buf); in php_ereg_eprint()
283 STR_FREE(message); in php_ereg_eprint()
602 STR_FREE(ret); in php_do_ereg_replace()
605 STR_FREE(string); in php_do_ereg_replace()
606 STR_FREE(replace); in php_do_ereg_replace()
607 STR_FREE(pattern); in php_do_ereg_replace()
/PHP-5.6/main/
H A Dfopen_wrappers.c436 STR_FREE(filename);
442 STR_FREE(SG(request_info).path_translated);
453 STR_FREE(filename);
455 STR_FREE(SG(request_info).path_translated); /* for same reason as above */
462 STR_FREE(SG(request_info).path_translated); /* for same reason as above */
H A Dnetwork.c563 STR_FREE(errstr);
589 STR_FREE(tmp);
H A Doutput.c718 STR_FREE(handler->name); in php_output_handler_dtor()
719 STR_FREE(handler->buffer.data); in php_output_handler_dtor()
/PHP-5.6/Zend/
H A Dzend_highlight.c214 STR_FREE(token.value.str.val); in zend_strip()
H A Dzend.h678 #define STR_FREE(ptr) if (ptr) { str_efree(ptr); } macro
/PHP-5.6/ext/mssql/
H A Dphp_mssql.c288 STR_FREE(MS_SQL_G(server_message)); in php_mssql_message_handler()
333 STR_FREE(result->fields[i].name); in _free_result()
334 STR_FREE(result->fields[i].column_source); in _free_result()
510 STR_FREE(MS_SQL_G(appname)); in PHP_RSHUTDOWN_FUNCTION()
513 STR_FREE(MS_SQL_G(server_message)); in PHP_RSHUTDOWN_FUNCTION()
1521 STR_FREE(MS_SQL_G(server_message));
/PHP-5.6/ext/mbstring/
H A Dmb_gpc.c383 STR_FREE(post_data_str); in SAPI_POST_HANDLER_FUNC()
/PHP-5.6/ext/sybase_ct/
H A Dphp_sybase_ct.c284 STR_FREE(result->fields[i].name); in _free_sybase_result()
285 STR_FREE(result->fields[i].column_source); in _free_sybase_result()
393 STR_FREE(SybCtG(server_message)); in _client_message_handler()
473 STR_FREE(SybCtG(server_message)); in _server_message_handler()
623 STR_FREE(SybCtG(server_message)); in PHP_RSHUTDOWN_FUNCTION()
/PHP-5.6/ext/com_dotnet/
H A Dcom_com.c218 STR_FREE((char*)info.pwszName); in PHP_FUNCTION()
219 STR_FREE((char*)authid.User); in PHP_FUNCTION()
/PHP-5.6/sapi/cgi/
H A Dcgi_main.c2264 STR_FREE(SG(request_info).path_translated);
2273 STR_FREE(SG(request_info).path_translated);
2376 STR_FREE(SG(request_info).path_translated);
2520 STR_FREE(SG(request_info).path_translated);
/PHP-5.6/ext/wddx/
H A Dwddx.c969 STR_FREE(Z_STRVAL_P(ent1->data)); in php_wddx_pop_element()
1094 STR_FREE(Z_STRVAL_P(ent->data)); in php_wddx_process_data()
1107 STR_FREE(Z_STRVAL_P(ent->data)); in php_wddx_process_data()
/PHP-5.6/sapi/fpm/fpm/
H A Dfpm_main.c2014 STR_FREE(SG(request_info).path_translated);
/PHP-5.6/ext/pcre/
H A Dphp_pcre.c1233 STR_FREE(eval_result); in php_pcre_replace_impl()
/PHP-5.6/ext/mysqli/
H A Dmysqli_api.c1033 STR_FREE(stmt->result.vars[i]->value.str.val);

Completed in 118 milliseconds