Home
last modified time | relevance | path

Searched refs:is_unicode (Results 1 – 2 of 2) sorted by relevance

/php-src/ext/pdo_odbc/
H A Dodbc_stmt.c60 if (is_unicode && buflen) { in pdo_odbc_utf82ucs2()
95 if (is_unicode && Z_STRLEN_P(result) != 0) { in pdo_odbc_ucs22utf8()
190 switch (pdo_odbc_utf82ucs2(stmt, P->is_unicode, in odbc_stmt_execute()
360 P->is_unicode = pdo_odbc_sqltype_is_unicode(S, sqltype); in odbc_stmt_param_hook()
361 if (P->is_unicode) { in odbc_stmt_param_hook()
378 if (P->is_unicode) { in odbc_stmt_param_hook()
381 P->outbuf = emalloc(P->len + (P->is_unicode ? 2:1)); in odbc_stmt_param_hook()
472 switch (pdo_odbc_utf82ucs2(stmt, P->is_unicode, in odbc_stmt_param_hook()
623 S->cols[colno].is_unicode ? SQL_C_BINARY : SQL_C_CHAR, in odbc_stmt_describe()
723 if (C->is_unicode) { in odbc_stmt_get_col()
[all …]
H A Dphp_pdo_odbc_int.h135 unsigned is_unicode:1; member
156 unsigned is_unicode:1; member

Completed in 8 milliseconds