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

/macosx-10.9.5/tcl-102/tcl_ext/mk4tcl/metakit/examples/
H A Dmillions.py152 chunk, nextchunk = len(source.data) % chunk, chunk
154 chunk = chunk + nextchunk
159 chunk = nextchunk
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/servers/slapd/
H A Dschema_init.c2017 int i, count, len, nextchunk=0, nextavail=0; local
2054 while ( (ber_len_t) nextchunk < assertv->bv_len ) {
2055 len = strcspn( assertv->bv_val + nextchunk, SLAPD_APPROX_DELIMITER);
2057 nextchunk++;
2064 if( !strncasecmp( assertv->bv_val + nextchunk, words[i], 1 )) {
2072 assertv->bv_val[nextchunk+len] = '\0';
2073 val = phonetic( assertv->bv_val + nextchunk );
2092 nextchunk += len+1;

Completed in 73 milliseconds