usershare 363 source3/param/loadparm.c int usershare; usershare 8126 source3/param/loadparm.c ServicePtrs[i]->usershare == USERSHARE_VALID) { usershare 8583 source3/param/loadparm.c ServicePtrs[iService]->usershare = USERSHARE_VALID; usershare 8688 source3/param/loadparm.c ServicePtrs[iService]->usershare = USERSHARE_VALID; usershare 8872 source3/param/loadparm.c if (VALID(iService) && ServicePtrs[iService]->usershare) { usershare 8873 source3/param/loadparm.c ServicePtrs[iService]->usershare = USERSHARE_PENDING_DELETE; usershare 8946 source3/param/loadparm.c if (VALID(iService) && (ServicePtrs[iService]->usershare == USERSHARE_PENDING_DELETE)) { usershare 9242 source3/param/loadparm.c if (iService >= 0 && ServicePtrs[iService]->usershare == USERSHARE_VALID) {