Searched defs:thisToken (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libldap5/sources/ldap/common/
H A Dgetvalues.c179 char *thisToken = nextToken; local
180 nextToken = strchr( thisToken, ';' );
183 if ( 0 == strncasecmp( thisToken, "lang-", 5 ) ) {
214 char *thisToken = nextToken; local
216 nextToken = strchr( thisToken, ';' );
218 len = nextToken - thisToken;
223 len = nextToken - thisToken;
225 if ( 0 == strncasecmp( thisToken, "lang-", 5 ) ) {
238 result[nSubtypes].start = thisToken - target;

Completed in 102 milliseconds