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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/packaging/SGI/
H A Didb.pl288 local($dev,$ino,$mode,$subcount);
305 $subcount = $nlink -2;
315 next if $subcount == 0; # seen all the subdirs?
322 --$subcount;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/smbd/
H A Dlanman.c120 int subcount; /* count of substructures */ member in struct:pack_desc
177 static BOOL init_package(struct pack_desc* p, int count, int subcount) argument
185 if (p->subformat) i += subcount * getlen(p->subformat);
189 p->subcount = 0;
226 if (!p->subcount)
230 p->subcount--;
257 p->subcount = va_arg(args,int);
258 if (p->buflen >= needed) SSVAL(p->structbuf,0,p->subcount);
786 desc.subcount = count;

Completed in 162 milliseconds