Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/libldap5/sources/ldap/common/
H A Dsortctrl.c248 const char *matchrule_source = NULL; in read_next_token() local
287 matchrule_source = pos - 1; in read_next_token()
296 matchrule_size = (pos - matchrule_source) - 1; in read_next_token()
307 matchrule_size = (pos - matchrule_source) - 1; in read_next_token()
327 if (NULL != matchrule_source) { in read_next_token()
336 if (NULL != matchrule_source) { in read_next_token()
337 memcpy(new_key->sk_matchruleoid,matchrule_source,matchrule_size); in read_next_token()