Home
last modified time | relevance | path

Searched refs:sortkey (Results 1 – 5 of 5) sorted by relevance

/reactos/dll/win32/wldap32/
H A Dwldap32.h728 if (sortkey) in sortkeyfreeA()
730 strfreeA( sortkey->sk_attrtype ); in sortkeyfreeA()
731 strfreeA( sortkey->sk_matchruleoid ); in sortkeyfreeA()
732 heap_free( sortkey ); in sortkeyfreeA()
738 if (sortkey) in sortkeyfreeW()
740 strfreeW( sortkey->sk_attrtype ); in sortkeyfreeW()
742 heap_free( sortkey ); in sortkeyfreeW()
748 if (sortkey) in sortkeyfreeU()
750 strfreeU( sortkey->attributeType ); in sortkeyfreeU()
751 strfreeU( sortkey->orderingRule ); in sortkeyfreeU()
[all …]
H A Dcontrol.c124 ULONG CDECL ldap_create_sort_controlA( WLDAP32_LDAP *ld, PLDAPSortKeyA *sortkey, in ldap_create_sort_controlA() argument
132 TRACE( "(%p, %p, 0x%02x, %p)\n", ld, sortkey, critical, control ); in ldap_create_sort_controlA()
134 if (!ld || !sortkey || !control) in ldap_create_sort_controlA()
137 sortkeyW = sortkeyarrayAtoW( sortkey ); in ldap_create_sort_controlA()
174 ULONG CDECL ldap_create_sort_controlW( WLDAP32_LDAP *ld, PLDAPSortKeyW *sortkey, in ldap_create_sort_controlW() argument
182 TRACE( "(%p, %p, 0x%02x, %p)\n", ld, sortkey, critical, control ); in ldap_create_sort_controlW()
184 if (!ld || !sortkey || !control) in ldap_create_sort_controlW()
187 sortkeyU = sortkeyarrayWtoU( sortkey ); in ldap_create_sort_controlW()
/reactos/media/nls/
H A DCMakeLists.txt150 sortkey.nls
/reactos/dll/win32/kernel32/
H A DCMakeLists.txt92 winnls/string/sortkey.c
/reactos/media/doc/
H A DWINESYNC.txt300 dll/win32/kernel32/winnls/string/sortkey.c # Synced to WineStaging-3.3