Home
last modified time | relevance | path

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

/reactos/dll/win32/wmiutils/
H A Dpath.c34 struct keylist struct
81 struct keylist *keylist = impl_from_IWbemPathKeyList( iface ); in keylist_AddRef() local
88 struct keylist *keylist = impl_from_IWbemPathKeyList( iface ); in keylist_Release() local
94 heap_free( keylist ); in keylist_Release()
104 struct keylist *keylist = impl_from_IWbemPathKeyList( iface ); in keylist_QueryInterface() local
126 struct keylist *keylist = impl_from_IWbemPathKeyList( iface ); in keylist_GetCount() local
217 struct keylist *keylist = impl_from_IWbemPathKeyList( iface ); in keylist_RemoveAllKeys() local
280 struct keylist *keylist; in WbemPathKeyList_create() local
284 if (!(keylist = heap_alloc( sizeof(*keylist) ))) return E_OUTOFMEMORY; in WbemPathKeyList_create()
287 keylist->refs = 1; in WbemPathKeyList_create()
[all …]
/reactos/dll/3rdparty/libxslt/
H A Dkeys.c608 xmlNodeSetPtr matchList = NULL, keylist; in xsltInitCtxtKey() local
807 keylist = xmlHashLookup(table->keys, str); in xsltInitCtxtKey()
808 if (keylist == NULL) { in xsltInitCtxtKey()
809 keylist = xmlXPathNodeSetCreate(cur); in xsltInitCtxtKey()
810 if (keylist == NULL) in xsltInitCtxtKey()
812 xmlHashAddEntry(table->keys, str, keylist); in xsltInitCtxtKey()
817 xmlXPathNodeSetAdd(keylist, cur); in xsltInitCtxtKey()
/reactos/base/applications/mstsc/
H A Dpstcache.c107 pstcache_enumerate(uint8 id, HASH_KEY * keylist) in pstcache_enumerate() argument
132 memcpy(keylist[idx], cellhdr.key, sizeof(HASH_KEY)); in pstcache_enumerate()
H A Drdp.c606 HASH_KEY keylist[BMPCACHE2_NUM_PSTCELLS]; in rdp_enum_bmpcache2() local
610 num_keys = pstcache_enumerate(2, keylist); in rdp_enum_bmpcache2()
636 out_uint8a(s, keylist[offset], count * sizeof(HASH_KEY)); in rdp_enum_bmpcache2()
H A Dproto.h118 int pstcache_enumerate(uint8 id, HASH_KEY * keylist);
/reactos/modules/rosapps/applications/net/tsclient/rdesktop/
H A Dpstcache.c104 pstcache_enumerate(RDPCLIENT * This, uint8 id, HASH_KEY * keylist) in pstcache_enumerate() argument
129 memcpy(keylist[idx], cellhdr.key, sizeof(HASH_KEY)); in pstcache_enumerate()
H A Drdp.c519 HASH_KEY keylist[BMPCACHE2_NUM_PSTCELLS]; in rdp_enum_bmpcache2() local
523 num_keys = pstcache_enumerate(This, 2, keylist); in rdp_enum_bmpcache2()
552 out_uint8a(s, keylist[offset], count * sizeof(HASH_KEY)); in rdp_enum_bmpcache2()
H A Dproto.h108 int pstcache_enumerate(RDPCLIENT * This, uint8 id, HASH_KEY * keylist);