nxt              1267 source4/torture/raw/search.c 	union smb_search_next nxt;
nxt              1324 source4/torture/raw/search.c 	nxt.t2fnext.level = RAW_SEARCH_TRANS2;
nxt              1325 source4/torture/raw/search.c 	nxt.t2fnext.data_level = RAW_SEARCH_DATA_EA_LIST;
nxt              1326 source4/torture/raw/search.c 	nxt.t2fnext.in.handle = io.t2ffirst.out.handle;
nxt              1327 source4/torture/raw/search.c 	nxt.t2fnext.in.max_count = 2;
nxt              1328 source4/torture/raw/search.c 	nxt.t2fnext.in.resume_key = result.list[1].ea_list.resume_key;
nxt              1329 source4/torture/raw/search.c 	nxt.t2fnext.in.flags = FLAG_TRANS2_FIND_REQUIRE_RESUME | FLAG_TRANS2_FIND_CONTINUE;
nxt              1330 source4/torture/raw/search.c 	nxt.t2fnext.in.last_name = result.list[1].ea_list.name.s;
nxt              1331 source4/torture/raw/search.c 	nxt.t2fnext.in.num_names = 2;
nxt              1332 source4/torture/raw/search.c 	nxt.t2fnext.in.ea_names = talloc_array(tctx, struct ea_name, 2);
nxt              1333 source4/torture/raw/search.c 	nxt.t2fnext.in.ea_names[0].name.s = "SECOND EA";
nxt              1334 source4/torture/raw/search.c 	nxt.t2fnext.in.ea_names[1].name.s = "THIRD EA";
nxt              1337 source4/torture/raw/search.c 				     &nxt, &result, multiple_search_callback);