Searched refs:php_odbc_connstr_estimate_quote_length (Results 1 – 5 of 5) sorted by relevance
21 PHPAPI size_t php_odbc_connstr_estimate_quote_length(const char *in_str);
78 PHPAPI size_t php_odbc_connstr_estimate_quote_length(const char *in_str) in php_odbc_connstr_estimate_quote_length() function
62 size_t new_size = php_odbc_connstr_estimate_quote_length(ZSTR_VAL(str)); in PHP_FUNCTION()
2213 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()
550 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