Searched refs:is_unicode (Results 1 – 2 of 2) sorted by relevance
60 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()724 if (C->is_unicode) { in odbc_stmt_get_col()[all …]
139 unsigned is_unicode:1; member160 unsigned is_unicode:1; member
Completed in 11 milliseconds