u32_tmp 72 source3/smbd/notify.c uint32 u32_tmp; /* Temp arg to prs_uint32 to avoid u32_tmp 96 source3/smbd/notify.c u32_tmp = (i == num_changes-1) ? 0 : namelen + 12; u32_tmp 97 source3/smbd/notify.c if (!prs_uint32("offset", ps, 1, &u32_tmp)) goto fail; u32_tmp 99 source3/smbd/notify.c u32_tmp = c->action; u32_tmp 100 source3/smbd/notify.c if (!prs_uint32("action", ps, 1, &u32_tmp)) goto fail; u32_tmp 102 source3/smbd/notify.c u32_tmp = namelen; u32_tmp 103 source3/smbd/notify.c if (!prs_uint32("namelen", ps, 1, &u32_tmp)) goto fail;