Searched refs:sortkey (Results 1 – 5 of 5) sorted by relevance
/reactos/dll/win32/wldap32/ |
H A D | wldap32.h | 728 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 D | control.c | 124 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 D | CMakeLists.txt | 150 sortkey.nls
|
/reactos/dll/win32/kernel32/ |
H A D | CMakeLists.txt | 92 winnls/string/sortkey.c
|
/reactos/media/doc/ |
H A D | WINESYNC.txt | 300 dll/win32/kernel32/winnls/string/sortkey.c # Synced to WineStaging-3.3
|