Searched refs:PDO_PARAM_LOB (Results 1 – 10 of 10) sorted by relevance
316 case PDO_PARAM_LOB: in odbc_stmt_param_hook()334 case PDO_PARAM_LOB: in odbc_stmt_param_hook()385 if (PDO_PARAM_TYPE(param->param_type) == PDO_PARAM_LOB && P->paramtype != SQL_PARAM_INPUT) { in odbc_stmt_param_hook()414 if (PDO_PARAM_TYPE(param->param_type) == PDO_PARAM_LOB) { in odbc_stmt_param_hook()
449 if (PDO_PARAM_TYPE(param->param_type) == PDO_PARAM_LOB && in pgsql_stmt_param_hook()498 if (PDO_PARAM_TYPE(param->param_type) == PDO_PARAM_LOB) { in pgsql_stmt_param_hook()662 if (type && *type == PDO_PARAM_LOB) { in pgsql_stmt_get_col()819 param_type = PDO_PARAM_LOB; in pgsql_stmt_get_column_meta()
383 case PDO_PARAM_LOB: in pgsql_handle_quoter()
131 case PDO_PARAM_LOB: in pdo_sqlite_stmt_param_hook()
45 PDO_PARAM_LOB = 3, enumerator
141 ZVAL_LONG(&const_PARAM_LOB_value, LONG_CONST(PDO_PARAM_LOB)); in register_class_PDO()145 ZEND_ASSERT(LONG_CONST(PDO_PARAM_LOB) == 3); in register_class_PDO()
241 if (param->param_type == PDO_PARAM_LOB && Z_TYPE_P(parameter) == IS_RESOURCE) {
543 case PDO_PARAM_LOB: in fetch_value()
315 if ((paramtype & PDO_PARAM_LOB) == PDO_PARAM_LOB) { in mysql_handle_quoter()
442 case PDO_PARAM_LOB: in pdo_mysql_stmt_param_hook()
Completed in 33 milliseconds