Searched defs:paramtype (Results 1 – 8 of 8) sorted by relevance
/PHP-7.4/ext/pdo_dblib/ |
H A D | dblib_driver.c | 150 …har *unquoted, size_t unquotedlen, char **quoted, size_t *quotedlen, enum pdo_param_type paramtype) in dblib_handle_quoter()
|
/PHP-7.4/ext/pdo_odbc/ |
H A D | php_pdo_odbc_int.h | 160 SQLSMALLINT paramtype; member
|
/PHP-7.4/ext/pdo_oci/ |
H A D | oci_driver.c | 361 …quoted, size_t unquotedlen, char **quoted, size_t *quotedlen, enum pdo_param_type paramtype ) /* {… in oci_handle_quoter()
|
/PHP-7.4/ext/pdo_mysql/ |
H A D | mysql_driver.c | 306 …ar *unquoted, size_t unquotedlen, char **quoted, size_t *quotedlen, enum pdo_param_type paramtype ) in mysql_handle_quoter()
|
/PHP-7.4/ext/pdo_firebird/ |
H A D | firebird_driver.c | 244 char **quoted, size_t *quotedlen, enum pdo_param_type paramtype) in firebird_handle_quoter()
|
/PHP-7.4/ext/pdo_sqlite/ |
H A D | sqlite_driver.c | 234 …ar *unquoted, size_t unquotedlen, char **quoted, size_t *quotedlen, enum pdo_param_type paramtype ) in sqlite_handle_quoter()
|
/PHP-7.4/ext/pdo/ |
H A D | pdo_dbh.c | 1156 zend_long paramtype = PDO_PARAM_STR; in PHP_METHOD() local
|
/PHP-7.4/ext/pdo_pgsql/ |
H A D | pgsql_driver.c | 321 …har *unquoted, size_t unquotedlen, char **quoted, size_t *quotedlen, enum pdo_param_type paramtype) in pgsql_handle_quoter()
|
Completed in 26 milliseconds