Home
last modified time | relevance | path

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

/php-src/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-src/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.c2213 size_t estimated_length = php_odbc_connstr_estimate_quote_length(uid); in odbc_sqlconnect()
2228 size_t estimated_length = php_odbc_connstr_estimate_quote_length(pwd); in odbc_sqlconnect()
/php-src/ext/pdo_odbc/
H A Dodbc_driver.c550 size_t estimated_length = php_odbc_connstr_estimate_quote_length(dbh->username); in pdo_odbc_handle_factory()
567 size_t estimated_length = php_odbc_connstr_estimate_quote_length(dbh->password); in pdo_odbc_handle_factory()

Completed in 17 milliseconds