mirror of
https://github.com/samba-team/samba.git
synced 2024-12-27 03:21:53 +03:00
d500cbb206
(This used to be commit 9c6f2d75d8
)
18 lines
449 B
Smarty
18 lines
449 B
Smarty
/*******************************************************************
|
|
parse a @STRUCTNAME@ structure
|
|
********************************************************************/
|
|
BOOL @FUNCNAME@(char *desc, io_struct *ps, int depth,
|
|
@STRUCTNAME@ *il, unsigned flags)
|
|
{
|
|
io_debug(ps, depth, desc, "@FUNCNAME@");
|
|
depth++;
|
|
|
|
if (!(flags & PARSE_SCALARS)) goto buffers;
|
|
|
|
#if 0
|
|
if (UNMARSHALLING(ps)) {
|
|
ZERO_STRUCTP(il);
|
|
}
|
|
#endif
|
|
/* parse the scalars */
|