Home
last modified time | relevance | path

Searched refs:selectW (Results 1 – 8 of 8) sorted by relevance

/reactos/dll/win32/wbemprox/
H A Dwql.y651 static const WCHAR selectW[] = {'S','E','L','E','C','T'};
668 { selectW, ARRAY_SIZE(selectW), TK_SELECT },
H A Dservices.c423 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 Dclass.c822 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 Dbuiltin.c2686 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 Dlex.c80 static const WCHAR selectW[] = {'s','e','l','e','c','t',0}; variable
142 {selectW, tSELECT},
/reactos/dll/win32/msxml3/
H A Dxmlview.c383 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 Dlocator.c1704 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 Dhtmlelem.c38 static const WCHAR selectW[] = {'S','E','L','E','C','T',0}; variable
69 {selectW, HTMLSelectElement_Create},