nsrecs 390 src/vfs/smbfs/helpers/include/nameserv.h struct res_rec *nsrecs; nsrecs 147 src/vfs/smbfs/helpers/libsmb/nmblib.c if (nmb->nsrecs && nmb->header.nscount) nsrecs 149 src/vfs/smbfs/helpers/libsmb/nmblib.c debug_nmb_res_rec (nmb->nsrecs, "nsrecs"); nsrecs 532 src/vfs/smbfs/helpers/libsmb/nmblib.c !parse_alloc_res_rec (inbuf, &offset, length, &nmb->nsrecs, nmb->header.nscount)) nsrecs 571 src/vfs/smbfs/helpers/libsmb/nmblib.c copy_nmb->nsrecs = NULL; nsrecs 584 src/vfs/smbfs/helpers/libsmb/nmblib.c if (nmb->nsrecs) nsrecs 586 src/vfs/smbfs/helpers/libsmb/nmblib.c if ((copy_nmb->nsrecs = (struct res_rec *) nsrecs 589 src/vfs/smbfs/helpers/libsmb/nmblib.c memcpy ((char *) copy_nmb->nsrecs, (char *) nmb->nsrecs, nsrecs 607 src/vfs/smbfs/helpers/libsmb/nmblib.c if (copy_nmb->nsrecs) nsrecs 608 src/vfs/smbfs/helpers/libsmb/nmblib.c free ((char *) copy_nmb->nsrecs); nsrecs 664 src/vfs/smbfs/helpers/libsmb/nmblib.c if (nmb->nsrecs) nsrecs 665 src/vfs/smbfs/helpers/libsmb/nmblib.c free (nmb->nsrecs); nsrecs 903 src/vfs/smbfs/helpers/libsmb/nmblib.c offset += put_res_rec ((char *) ubuf, offset, nmb->nsrecs, nmb->header.nscount);