Searched refs:nforks (Results 1 - 3 of 3) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/netatalk-3.0.5/etc/afpd/
H A Dofork.c35 static int nforks = 0; variable
72 for ( refnum = 0; refnum < nforks; refnum++ ) {
131 nforks = getdtablesize() - 10;
133 nforks = min(nforks, 0xffff);
134 oforks = (struct ofork **) calloc(nforks, sizeof(struct ofork *));
139 for ( refnum = ++lastrefnum, i = 0; i < nforks; i++, refnum++ ) {
143 if ( oforks[ refnum % nforks ] == NULL ) {
150 refnum % nforks = 3
160 refnum % nforks
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/netatalk-3.0.5/etc/afpd/
H A Dofork.c35 static int nforks = 0; variable
72 for ( refnum = 0; refnum < nforks; refnum++ ) {
131 nforks = getdtablesize() - 10;
133 nforks = min(nforks, 0xffff);
134 oforks = (struct ofork **) calloc(nforks, sizeof(struct ofork *));
139 for ( refnum = ++lastrefnum, i = 0; i < nforks; i++, refnum++ ) {
143 if ( oforks[ refnum % nforks ] == NULL ) {
150 refnum % nforks = 3
160 refnum % nforks
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/netatalk-3.0.5/etc/afpd/
H A Dofork.c35 static int nforks = 0; variable
72 for ( refnum = 0; refnum < nforks; refnum++ ) {
131 nforks = getdtablesize() - 10;
133 nforks = min(nforks, 0xffff);
134 oforks = (struct ofork **) calloc(nforks, sizeof(struct ofork *));
139 for ( refnum = ++lastrefnum, i = 0; i < nforks; i++, refnum++ ) {
143 if ( oforks[ refnum % nforks ] == NULL ) {
150 refnum % nforks = 3
160 refnum % nforks
[all...]

Completed in 56 milliseconds