HomeSort by: relevance | last modified time | path
    Searched refs:nextchunk (Results 1 - 2 of 2) sorted by relevancy

  /src/external/cddl/osnet/dist/uts/common/fs/zfs/
zap_leaf.c 273 int nextchunk = ZAP_LEAF_CHUNK(l, chunk).l_array.la_next; local
277 chunk = nextchunk;
755 int nextchunk = la->la_next; local
763 chunk = nextchunk;
  /src/external/bsd/openldap/dist/servers/slapd/
schema_init.c 2100 int i, count, len, nextchunk=0, nextavail=0; local
2137 while ( (ber_len_t) nextchunk < assertv->bv_len ) {
2138 len = strcspn( assertv->bv_val + nextchunk, SLAPD_APPROX_DELIMITER);
2140 nextchunk++;
2147 if( !strncasecmp( assertv->bv_val + nextchunk, words[i], 1 )) {
2155 assertv->bv_val[nextchunk+len] = '\0';
2156 val = phonetic( assertv->bv_val + nextchunk );
2175 nextchunk += len+1;

Completed in 52 milliseconds