next_ofs 234 source4/libcli/raw/raweas.c uint32_t next_ofs = IVAL(blob->data, ofs); next_ofs 247 source4/libcli/raw/raweas.c ofs += next_ofs; next_ofs 253 source4/libcli/raw/raweas.c if (next_ofs == 0) break; next_ofs 336 source4/libcli/raw/rawsearch.c uint_t *next_ofs, next_ofs 345 source4/libcli/raw/rawsearch.c *next_ofs = IVAL(blob->data, 0); next_ofs 346 source4/libcli/raw/rawsearch.c if (*next_ofs != 0) { next_ofs 347 source4/libcli/raw/rawsearch.c blen = *next_ofs; next_ofs 366 source4/libcli/raw/rawsearch.c if (*next_ofs != 0 && *next_ofs < 64+len) { next_ofs 385 source4/libcli/raw/rawsearch.c if (*next_ofs != 0 && *next_ofs < 68+len) { next_ofs 396 source4/libcli/raw/rawsearch.c if (*next_ofs != 0 && *next_ofs < 12+len) { next_ofs 419 source4/libcli/raw/rawsearch.c if (*next_ofs != 0 && *next_ofs < 94+len) { next_ofs 440 source4/libcli/raw/rawsearch.c if (*next_ofs != 0 && *next_ofs < 80+len) { next_ofs 463 source4/libcli/raw/rawsearch.c if (*next_ofs != 0 && *next_ofs < 104+len) { next_ofs 105 source4/libcli/smb2/find.c uint_t next_ofs=0; next_ofs 149 source4/libcli/smb2/find.c &next_ofs, STR_UNICODE); next_ofs 152 source4/libcli/smb2/find.c next_ofs >= b.length) { next_ofs 160 source4/libcli/smb2/find.c b = data_blob_const(b.data+next_ofs, b.length - next_ofs); next_ofs 161 source4/libcli/smb2/find.c } while (NT_STATUS_IS_OK(status) && next_ofs != 0);