Searched refs:nparts (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10/postfix-255/postfix/src/global/
H A Ddb_common.c166 int nparts; member in struct:__anon11727
179 ctx->nparts = 0;
235 if (ctx->nparts < *cp - '0')
236 ctx->nparts = *cp - '0';
364 if (ctx->nparts > 0) {
370 * initializes ctx->nparts.
372 if (parts->argc < ctx->nparts) {
381 for (i = 0; i < ctx->nparts; i++)
487 || ctx->nparts < *cp - '0')
490 if (!parts || parts->argc < ctx->nparts)
[all...]
/macosx-10.10/syslog-267/aslcommon/
H A Dasl_common.c2075 size_t baselen, nparts; local
2098 nparts = 0;
2103 if (nparts == 2) return false;
2104 part[nparts++] = q + 1;
2108 if (nparts == 0) return false;
2110 isgz = strcmp(part[nparts - 1], "gz") == 0;
2117 if (nparts == 1)
/macosx-10.10/postfix-255/
H A Dchunking.pl1299 my $nparts = int(rand(5)) + 1;
1309 for my $partno (1..$nparts) {
1348 if ($partno < $nparts && int(rand(2)) == 0 && $partfull eq $partclean) {
/macosx-10.10/emacs-93/emacs/lisp/gnus/
H A Dgnus-art.el7514 (nparts (mm-possibly-verify-or-decrypt (cdr handle) handle)))
7515 (unless (eq nparts (cdr handle))
7517 (setcdr handle nparts))))

Completed in 197 milliseconds