/reactos/dll/win32/wbemprox/ |
H A D | wql.y | 651 static const WCHAR selectW[] = {'S','E','L','E','C','T'}; 668 { selectW, ARRAY_SIZE(selectW), TK_SELECT },
|
H A D | services.c | 423 static const WCHAR selectW[] = in query_from_path() local 433 len = path->class_len + path->filter_len + ARRAY_SIZE(selectW); in query_from_path() 435 swprintf( query, selectW, path->class, path->filter ); in query_from_path()
|
H A D | class.c | 822 static const WCHAR selectW[] = in create_signature() local 830 UINT len = ARRAY_SIZE(selectW) + ARRAY_SIZE(geW); in create_signature() 837 swprintf( query, selectW, class, method, dir >= 0 ? geW : leW ); in create_signature()
|
H A D | builtin.c | 2686 static const WCHAR selectW[] = in get_diskdrivetodiskpartition_pairs() local 2699 if ((hr = parse_query( selectW, &query->view, &query->mem )) != S_OK) goto done; in get_diskdrivetodiskpartition_pairs() 2985 static const WCHAR selectW[] = in get_logicaldisktopartition_pairs() local 2999 if ((hr = parse_query( selectW, &query->view, &query->mem )) != S_OK) goto done; in get_logicaldisktopartition_pairs()
|
/reactos/dll/win32/vbscript/ |
H A D | lex.c | 80 static const WCHAR selectW[] = {'s','e','l','e','c','t',0}; variable 142 {selectW, tSELECT},
|
/reactos/dll/win32/msxml3/ |
H A D | xmlview.c | 383 static const WCHAR selectW[] = {'p','r','o','c','e','s','s','i','n','g','-', in handle_xml_load() local 418 bstr = SysAllocString(selectW); in handle_xml_load()
|
/reactos/dll/win32/wbemdisp/ |
H A D | locator.c | 1704 static const WCHAR selectW[] = {'S','E','L','E','C','T',' ','*',' ','F','R','O','M',' ',0}; in build_query_string() local 1705 UINT len = lstrlenW(class) + ARRAY_SIZE(selectW); in build_query_string() 1709 lstrcpyW( ret, selectW ); in build_query_string()
|
/reactos/dll/win32/mshtml/ |
H A D | htmlelem.c | 38 static const WCHAR selectW[] = {'S','E','L','E','C','T',0}; variable 69 {selectW, HTMLSelectElement_Create},
|