Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libldap5/sources/ldap/common/
H A Dsortctrl.c246 const char *matchrule_source = NULL; in read_next_token() local
285 matchrule_source = pos - 1; in read_next_token()
294 matchrule_size = (pos - matchrule_source) - 1; in read_next_token()
305 matchrule_size = (pos - matchrule_source) - 1; in read_next_token()
325 if (NULL != matchrule_source) { in read_next_token()
334 if (NULL != matchrule_source) { in read_next_token()
335 memcpy(new_key->sk_matchruleoid,matchrule_source,matchrule_size); in read_next_token()