MCPcopy Create free account
hub / github.com/FirebirdSQL/firebird / xdr_init

Function xdr_init

src/burp/canonical.cpp:389–406  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

387
388
389static int xdr_init(BurpXdr* xdrs, lstring* buffer, enum xdr_op x_op)
390{
391/**************************************
392 *
393 * x d r _ i n i t
394 *
395 **************************************
396 *
397 * Functional description
398 * Initialize an XDR stream for Apollo mailboxes.
399 *
400 **************************************/
401
402 xdrs->x_public = buffer;
403 xdrs->create((caddr_t) buffer->lstr_address, buffer->lstr_length, x_op);
404
405 return TRUE;
406}
407
408
409static bool_t xdr_slice(BurpXdr* xdrs, lstring* slice, /*USHORT sdl_length,*/ const UCHAR* sdl)

Callers 2

CAN_encode_decodeFunction · 0.85
CAN_sliceFunction · 0.85

Calls 1

createMethod · 0.45

Tested by

no test coverage detected