Home
last modified time | relevance | path

Searched refs:wcharType (Results 1 – 12 of 12) sorted by relevance

/dports/lang/seed7/seed7/src/
H A Dsql_srv.c101 const wcharType uidKey[] = {'U', 'I', 'D', '=', '\0'}; in createConnectionString()
102 const wcharType pwdKey[] = {'P', 'W', 'D', '=', '\0'}; in createConnectionString()
199 static wstriType wstriSearchCh (const_wstriType str, const wcharType ch) in wstriSearchCh()
203 if (*str == (wcharType) 0) { in wstriSearchCh()
219 if (*needle == (wcharType) 0) { in wstriSearch()
224 if (*++sc2 == (wcharType) 0) { in wstriSearch()
243 const wcharType uidKey[] = {'U', 'I', 'D', '=', '\0'}; in connectToServer()
244 const wcharType pwdKey[] = {'P', 'W', 'D', '=', '\0'}; in connectToServer()
245 wcharType inConnectionString[4096]; in connectToServer()
316 const wcharType serverKey[] = {'S', 'E', 'R', 'V', 'E', 'R', '\0'}; in connectToLocalServer()
[all …]
H A Dsql_odbc.c105 *destWstri = (wcharType) (*wstri - 'A' + 'a'); in getRegularName()
120 static wstriType wstriSearchCh (const_wstriType str, const wcharType ch) in wstriSearchCh()
124 if (*str == (wcharType) 0) { in wstriSearchCh()
140 if (*needle == (wcharType) 0) { in wstriSearch()
145 if (*++sc2 == (wcharType) 0) { in wstriSearch()
163 const wcharType driverKey[] = {'D', 'R', 'I', 'V', 'E', 'R', '=', '\0'}; in connectToServer()
166 const wcharType uidKey[] = {'U', 'I', 'D', '=', '\0'}; in connectToServer()
167 const wcharType pwdKey[] = {'P', 'W', 'D', '=', '\0'}; in connectToServer()
168 wcharType inConnectionString[4096]; in connectToServer()
258 const wcharType serverKey[] = {'S', 'E', 'R', 'V', 'E', 'R', '\0'}; in connectToDriver()
[all …]
H A Dsql_db2.c90 const wcharType databaseKey[] = {'D', 'A', 'T', 'A', 'B', 'A', 'S', 'E', '=', '\0'}; in createConnectionString()
91 const wcharType hostnameKey[] = {'H', 'O', 'S', 'T', 'N', 'A', 'M', 'E', '=', '\0'}; in createConnectionString()
92 const wcharType localhost[] = {'l', 'o', 'c', 'a', 'l', 'h', 'o', 's', 't', '\0'}; in createConnectionString()
93 const wcharType portKey[] = {'P', 'O', 'R', 'T', '=', '\0'}; in createConnectionString()
94 …const wcharType protocolKeyAndValue[] = {'P', 'R', 'O', 'T', 'O', 'C', 'O', 'L', '=', 'T', 'C', 'P… in createConnectionString()
95 const wcharType uidKey[] = {'U', 'I', 'D', '=', '\0'}; in createConnectionString()
96 const wcharType pwdKey[] = {'P', 'W', 'D', '=', '\0'}; in createConnectionString()
H A Dcommon.h489 typedef uint16Type wcharType; typedef
490 typedef wcharType *wstriType;
491 typedef const wcharType *const_wstriType;
H A Dstriutl.c1102 *wstri = (wcharType) ch; in stri_to_utf16()
1105 *wstri = (wcharType) (0xD800 | (ch >> 10)); in stri_to_utf16()
1107 *wstri = (wcharType) (0xDC00 | (ch & 0x3FF)); in stri_to_utf16()
1125 *dest = (wcharType) *src; in memcpy_to_wstri()
1409 wcharType ch1; in wstri_expand()
1410 wcharType ch2; in wstri_expand()
2173 wcharType ch; in conv_wstri_buf_to_cstri()
H A Dheaputl.h247 #define SIZ_WSTRI(len) (sizeof(wcharType) * ((len) + NULL_TERMINATION_LEN))
263 #define MAX_WSTRI_LEN (MAX_MEMSIZETYPE / sizeof(wcharType) - NULL_TERMINATION_LEN)
H A Dcon_win.c657 wcharType wstri_buffer[WRITE_STRI_BLOCK_SIZE * SURROGATE_PAIR_FACTOR]; in doWriteConsole()
H A Dsql_cli.c465 wcharType ch2; in wstri_to_cstri8()
2504 wstriLength = (memSizeType) totalLength / sizeof(wcharType); in getWClob()
5436 wcharType wideNameBuffer[CHARS_IN_NAME_BUFFER + NULL_TERMINATION_LEN]; in sqlStmtColumnName()
/dports/devel/omniORB/omniORB-4.2.4/src/tool/omniidl/cxx/
H A Didltype.cc128 BaseType* BaseType::wcharType = 0; member in BaseType
156 BaseType::wcharType = new BaseType(IdlType::tk_wchar); in init()
H A Didltype.h146 static BaseType* wcharType; variable
H A Didl.yy.source997 WCHAR { $$ = BaseType::wcharType; }
H A Dy.tab.cc3379 { (yyval.type_val) = BaseType::wcharType; } in yyparse()