Lines Matching refs:first_is
530 * ulong first_is;
536 * zero-filled. The first_is parameter for C arrays is always 0 for
573 * ulong first_is; // always 0
1172 unsigned long first_is;
1186 /* string header for this: size_is first_is length_is */
1242 first_is = 0;
1250 !ndr_outer_poke_sizing(outer_ref, 4, &first_is) ||
1257 !ndr_outer_peek_sizing(outer_ref, 4, &first_is) ||
1262 * In addition to the first_is check, we used to check that
1269 * first_is = 0
1276 if (first_is != 0) {
1354 if ((size_is == 0) && (first_is == 0) && (length_is == 0)) {