Searched refs:BUFFERSIZE (Results 1 - 12 of 12) sorted by relevance

/macosx-10.9.5/passwordserver_sasl-170/cyrus_sasl/java/CyrusSasl/
H A DSaslInputStream.java9 private static int BUFFERSIZE = 16384; field in class:SaslInputStream
12 private byte[] buffer=new byte[BUFFERSIZE];
50 bufferend = (bufferend + 1) % BUFFERSIZE;
53 if (size >= BUFFERSIZE) {
72 if (len > BUFFERSIZE || len == 0)
73 len = BUFFERSIZE;
127 bufferstart = (bufferstart + 1) % BUFFERSIZE;
171 bufferstart = (bufferstart + 1) % BUFFERSIZE;
200 bufferstart = (int) ((bufferstart + toskip) % BUFFERSIZE);
/macosx-10.9.5/OpenSSH-186/openssh/regress/
H A Dsftp.sh16 BUFFERSIZE="5 1000 32000 64000"
19 for B in ${BUFFERSIZE}; do
H A Dssh-com-sftp.sh16 BUFFERSIZE="5 1000 32000 64000"
50 for B in ${BUFFERSIZE}; do
/macosx-10.9.5/ICU-511.35/icuSources/samples/ucnv/
H A Dconvsamp.cpp24 * Each test can define it's own BUFFERSIZE
257 #define BUFFERSIZE 17 /* make it interesting :) */ macro
292 char inBuf[BUFFERSIZE];
315 uBufSize = (BUFFERSIZE/ucnv_getMinCharSize(conv));
317 BUFFERSIZE, ucnv_getMinCharSize(conv), uBufSize);
323 ((count=fread(inBuf, 1, BUFFERSIZE , f)) > 0) )
376 #undef BUFFERSIZE macro
378 #define BUFFERSIZE 1024 macro
392 char inBuf[BUFFERSIZE];
432 uBufSize = (BUFFERSIZE/ucnv_getMinCharSiz
507 #undef BUFFERSIZE macro
863 #define BUFFERSIZE macro
962 #undef BUFFERSIZE macro
968 #define BUFFERSIZE macro
1067 #undef BUFFERSIZE macro
1069 #define BUFFERSIZE macro
[all...]
/macosx-10.9.5/patch_cmds-17/patch/
H A Dinp.c382 lines_per_buf = BUFFERSIZE / maxlen;
384 tibuf[0] = malloc(BUFFERSIZE + 1);
387 tibuf[1] = malloc(BUFFERSIZE + 1);
393 if (write(tifd, tibuf[0], BUFFERSIZE) < BUFFERSIZE)
398 if (write(tifd, tibuf[0], BUFFERSIZE) < BUFFERSIZE)
440 BUFFERSIZE), SEEK_SET) < 0)
443 if (read(tifd, tibuf[whichbuf], BUFFERSIZE) < 0)
H A Dcommon.h41 #define BUFFERSIZE 1024 macro
/macosx-10.9.5/ksh-20/ksh/src/lib/libast/features/
H A Dmode.c196 #ifdef BUFFERSIZE
197 n = BUFFERSIZE;
215 printf("#define BUFFERSIZE %u\n", n);
/macosx-10.9.5/libsecurity_ldap_dl-55002/lib/
H A DODBridge.cpp77 #define BUFFERSIZE (LINEWIDTH+1) macro
/macosx-10.9.5/tcl-102/tcl_ext/snack/snack/generic/
H A DjkSound.c872 BYTEORDER, BUFFERSIZE, SKIPHEAD, GUESSPROPS, PRECISION, CHGCMD, FILEFORMAT, enumerator in enum:options
985 case BUFFERSIZE:
1105 case BUFFERSIZE:
1261 BYTEORDER, BUFFERSIZE, SKIPHEAD, GUESSPROPS, PRECISION, CHGCMD, FILEFORMAT, enumerator in enum:options
1340 case BUFFERSIZE:
1695 BYTEORDER, BUFFERSIZE, SKIPHEAD, GUESSPROPS, FILEFORMAT, enumerator in enum:options
1826 case BUFFERSIZE:
/macosx-10.9.5/CPANInternal-140/Log-Log4perl/lib/Log/Log4perl/Appender/
H A DDBI.pm46 $self->{BUFFERSIZE} = $p{bufferSize} || 1;
252 if (scalar @{$self->{BUFFER}} >= $self->{BUFFERSIZE} * 2) {
288 $self->{BUFFERSIZE} = 1;
/macosx-10.9.5/CPANInternal-140/Log-Log4perl-1.40/lib/Log/Log4perl/Appender/
H A DDBI.pm48 $self->{BUFFERSIZE} = $p{bufferSize} || 1;
271 if (scalar @{$self->{BUFFER}} >= $self->{BUFFERSIZE} * 2) {
307 $self->{BUFFERSIZE} = 1;
/macosx-10.9.5/curl-78.94.1/curl/include/curl/
H A Dcurl.h1118 CINIT(BUFFERSIZE, LONG, 98),

Completed in 162 milliseconds