Searched refs:nextchunk (Results 1 – 2 of 2) sorted by relevance
273 int nextchunk = ZAP_LEAF_CHUNK(l, chunk).l_array.la_next; in zap_leaf_array_free() local277 chunk = nextchunk; in zap_leaf_array_free()755 int nextchunk = la->la_next; in zap_leaf_transfer_array() local763 chunk = nextchunk; in zap_leaf_transfer_array()
2098 int i, count, len, nextchunk=0, nextavail=0; in approxMatch() local2135 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()