str_offset 436 source3/nmbd/nmbd_processlogon.c int str_offset; str_offset 480 source3/nmbd/nmbd_processlogon.c str_offset = q - q_orig; str_offset 506 source3/nmbd/nmbd_processlogon.c SCVAL(q, 0, 0xc0 | ((str_offset >> 8) & 0x3F)); str_offset 507 source3/nmbd/nmbd_processlogon.c SCVAL(q, 1, str_offset & 0xFF); str_offset 524 source3/nmbd/nmbd_processlogon.c SCVAL(q, 0, 0xc0 | ((str_offset >> 8) & 0x3F)); str_offset 525 source3/nmbd/nmbd_processlogon.c SCVAL(q, 1, str_offset & 0xFF); str_offset 595 source3/nmbd/nmbd_processlogon.c str_offset = q - q_orig; str_offset 596 source3/nmbd/nmbd_processlogon.c SCVAL(q, 0, 0xc0 | ((str_offset >> 8) & 0x3F)); str_offset 597 source3/nmbd/nmbd_processlogon.c SCVAL(q, 1, str_offset & 0xFF); str_offset 862 source4/libcli/raw/rawrequest.c uint16_t len_offset, uint16_t str_offset, str_offset 894 source4/libcli/raw/rawrequest.c if ((str_offset&1) && !(flags & STR_NOALIGN)) { str_offset 901 source4/libcli/raw/rawrequest.c blob->data+str_offset+align, str_offset 910 source4/libcli/raw/rawrequest.c blob->data+str_offset, dest->private_length, flags); str_offset 929 source4/libcli/raw/rawrequest.c uint16_t str_offset, str_offset 939 source4/libcli/raw/rawrequest.c if ((str_offset&1) && !(flags & STR_NOALIGN)) { str_offset 946 source4/libcli/raw/rawrequest.c blob->data+str_offset+align, str_offset 955 source4/libcli/raw/rawrequest.c blob->data+str_offset, -1, flags);