Home
last modified time | relevance | path

Searched refs:php_odbc_connstr_estimate_quote_length (Results 1 – 5 of 5) sorted by relevance

/PHP-8.3/main/
H A Dphp_odbc_utils.h21 PHPAPI size_t php_odbc_connstr_estimate_quote_length(const char *in_str);
H A Dphp_odbc_utils.c78 PHPAPI size_t php_odbc_connstr_estimate_quote_length(const char *in_str) in php_odbc_connstr_estimate_quote_length() function
/PHP-8.3/ext/odbc/
H A Dodbc_utils.c62 size_t new_size = php_odbc_connstr_estimate_quote_length(ZSTR_VAL(str)); in PHP_FUNCTION()
H A Dphp_odbc.c2116 size_t estimated_length = php_odbc_connstr_estimate_quote_length(uid); in odbc_sqlconnect()
2123 size_t estimated_length = php_odbc_connstr_estimate_quote_length(pwd); in odbc_sqlconnect()
/PHP-8.3/ext/pdo_odbc/
H A Dodbc_driver.c541 size_t estimated_length = php_odbc_connstr_estimate_quote_length(dbh->username); in pdo_odbc_handle_factory()
548 size_t estimated_length = php_odbc_connstr_estimate_quote_length(dbh->password); in pdo_odbc_handle_factory()

Completed in 15 milliseconds