Home
last modified time | relevance | path

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

/PHP-5.5/win32/
H A Dwsyslog.c70 STR_FREE(PW32G(log_header)); in closelog()
132 STR_FREE(PW32G(log_header)); in openlog()
/PHP-5.5/ext/standard/
H A Durl.c199 STR_FREE(ret->scheme); in php_url_parse_ex()
204 STR_FREE(ret->scheme); in php_url_parse_ex()
276 STR_FREE(ret->scheme); in php_url_parse_ex()
277 STR_FREE(ret->user); in php_url_parse_ex()
278 STR_FREE(ret->pass); in php_url_parse_ex()
289 STR_FREE(ret->scheme); in php_url_parse_ex()
290 STR_FREE(ret->user); in php_url_parse_ex()
291 STR_FREE(ret->pass); in php_url_parse_ex()
304 STR_FREE(ret->scheme); in php_url_parse_ex()
305 STR_FREE(ret->user); in php_url_parse_ex()
[all …]
H A Dfile.c414 STR_FREE(name); in PHP_FUNCTION()
427 STR_FREE(value); in PHP_FUNCTION()
448 STR_FREE(name); in PHP_FUNCTION()
461 STR_FREE(value); in PHP_FUNCTION()
485 STR_FREE(value); in PHP_FUNCTION()
507 STR_FREE(value); in PHP_FUNCTION()
508 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);
3554 STR_FREE((char*)str);
3607 STR_FREE(str);
4459 STR_FREE(BG(locale_string));
H A Dbasic_functions.c3809 STR_FREE(BG(locale_string)); in PHP_RSHUTDOWN_FUNCTION()
/PHP-5.5/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.5/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.5/Zend/
H A Dzend_operators.c195 STR_FREE(strval); in convert_scalar_to_number()
394 STR_FREE(strval); in convert_to_long_base()
454 STR_FREE(strval); in convert_to_double()
543 STR_FREE(strval); in convert_to_boolean()
1127 STR_FREE(Z_STRVAL_P(result)); in bitwise_or_function()
1167 STR_FREE(Z_STRVAL_P(result)); in bitwise_and_function()
1788 STR_FREE(Z_STRVAL_P(str)); in increment_string()
1855 STR_FREE(Z_STRVAL_P(str)); in increment_string()
1931 STR_FREE(Z_STRVAL_P(op1)); in decrement_function()
1937 STR_FREE(Z_STRVAL_P(op1)); in decrement_function()
[all …]
H A Dzend.h673 #define STR_FREE(ptr) if (ptr && !IS_INTERNED(ptr)) { efree(ptr); } macro
H A Dzend_execute.c795 STR_FREE(Z_STRVAL(tmp)); in zend_assign_to_string_offset()
802 STR_FREE(Z_STRVAL_P(value)); in zend_assign_to_string_offset()
H A Dzend_execute_API.c549 STR_FREE(Z_STRVAL_P(p)); in zval_update_constant_ex()
H A Dzend_compile.c2124 STR_FREE(Z_STRVAL(element_name->u.constant)); in zend_resolve_non_class_name()
2432 STR_FREE(name->u.constant.value.str.val); in zend_do_build_full_name()
2439 STR_FREE(name->u.constant.value.str.val); in zend_do_build_full_name()
/PHP-5.5/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.5/ext/wddx/
H A Dwddx.c954 STR_FREE(Z_STRVAL_P(ent1->data)); in php_wddx_pop_element()
1068 STR_FREE(Z_STRVAL_P(ent->data)); in php_wddx_process_data()
1081 STR_FREE(Z_STRVAL_P(ent->data)); in php_wddx_process_data()
/PHP-5.5/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.5/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.5/sapi/cgi/
H A Dcgi_main.c2255 STR_FREE(SG(request_info).path_translated);
2264 STR_FREE(SG(request_info).path_translated);
2367 STR_FREE(SG(request_info).path_translated);
2511 STR_FREE(SG(request_info).path_translated);
/PHP-5.5/sapi/fpm/fpm/
H A Dfpm_main.c1978 STR_FREE(SG(request_info).path_translated);
/PHP-5.5/ext/pcre/
H A Dphp_pcre.c1193 STR_FREE(eval_result); in php_pcre_replace_impl()
/PHP-5.5/ext/mysqli/
H A Dmysqli_api.c1025 STR_FREE(stmt->result.vars[i]->value.str.val);

Completed in 191 milliseconds