findnext_flags   2229 source3/smbd/trans2.c 	uint16 findnext_flags;
findnext_flags   2260 source3/smbd/trans2.c 	findnext_flags = SVAL(params,10);
findnext_flags   2261 source3/smbd/trans2.c 	close_after_request = (findnext_flags & FLAG_TRANS2_FIND_CLOSE);
findnext_flags   2262 source3/smbd/trans2.c 	close_if_end = (findnext_flags & FLAG_TRANS2_FIND_CLOSE_IF_END);
findnext_flags   2263 source3/smbd/trans2.c 	requires_resume_key = (findnext_flags & FLAG_TRANS2_FIND_REQUIRE_RESUME);
findnext_flags   2264 source3/smbd/trans2.c 	continue_bit = (findnext_flags & FLAG_TRANS2_FIND_CONTINUE);