Home
last modified time | relevance | path

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

/netbsd-src/external/cddl/osnet/dist/uts/common/fs/zfs/
H A Dzap_leaf.c273 int nextchunk = ZAP_LEAF_CHUNK(l, chunk).l_array.la_next; in zap_leaf_array_free() local
277 chunk = nextchunk; in zap_leaf_array_free()
755 int nextchunk = la->la_next; in zap_leaf_transfer_array() local
763 chunk = nextchunk; in zap_leaf_transfer_array()
/netbsd-src/external/bsd/openldap/dist/servers/slapd/
H A Dschema_init.c2098 int i, count, len, nextchunk=0, nextavail=0; in approxMatch() local
2135 while ( (ber_len_t) nextchunk < assertv->bv_len ) { in approxMatch()
2136 len = strcspn( assertv->bv_val + nextchunk, SLAPD_APPROX_DELIMITER); in approxMatch()
2138 nextchunk++; in approxMatch()
2145 if( !strncasecmp( assertv->bv_val + nextchunk, words[i], 1 )) { in approxMatch()
2153 assertv->bv_val[nextchunk+len] = '\0'; in approxMatch()
2154 val = phonetic( assertv->bv_val + nextchunk ); in approxMatch()
2173 nextchunk += len+1; in approxMatch()