Searched refs:calling_blob (Results 1 - 3 of 3) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/source4/libcli/raw/
H A Dclitransport.c168 DATA_BLOB calling_blob, called_blob; local
175 status = nbt_name_to_blob(tmp_ctx, transport->iconv_convenience, &calling_blob, calling);
184 calling_blob.length + called_blob.length);
192 memcpy(p, calling_blob.data, calling_blob.length);
193 p += calling_blob.length;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/source4/libcli/raw/
H A Dclitransport.c168 DATA_BLOB calling_blob, called_blob; local
175 status = nbt_name_to_blob(tmp_ctx, transport->iconv_convenience, &calling_blob, calling);
184 calling_blob.length + called_blob.length);
192 memcpy(p, calling_blob.data, calling_blob.length);
193 p += calling_blob.length;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/source4/libcli/raw/
H A Dclitransport.c168 DATA_BLOB calling_blob, called_blob; local
175 status = nbt_name_to_blob(tmp_ctx, transport->iconv_convenience, &calling_blob, calling);
184 calling_blob.length + called_blob.length);
192 memcpy(p, calling_blob.data, calling_blob.length);
193 p += calling_blob.length;

Completed in 202 milliseconds