Home
last modified time | relevance | path

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

/PHP-7.4/ext/pdo_odbc/
H A Dodbc_stmt.c62 if (is_unicode && buflen) { in pdo_odbc_utf82ucs2()
97 if (is_unicode && buflen) { in pdo_odbc_ucs22utf8()
195 switch (pdo_odbc_utf82ucs2(stmt, P->is_unicode, in odbc_stmt_execute()
356 P->is_unicode = pdo_odbc_sqltype_is_unicode(S, sqltype); in odbc_stmt_param_hook()
357 if (P->is_unicode) { in odbc_stmt_param_hook()
374 if (P->is_unicode) { in odbc_stmt_param_hook()
377 P->outbuf = emalloc(P->len + (P->is_unicode ? 2:1)); in odbc_stmt_param_hook()
468 switch (pdo_odbc_utf82ucs2(stmt, P->is_unicode, in odbc_stmt_param_hook()
632 S->cols[colno].is_unicode ? SQL_C_BINARY : SQL_C_CHAR, in odbc_stmt_describe()
733 if (C->is_unicode) { in odbc_stmt_get_col()
[all …]
H A Dphp_pdo_odbc_int.h141 unsigned is_unicode:1; member
162 unsigned is_unicode:1; member

Completed in 10 milliseconds