mirror of
https://github.com/samba-team/samba.git
synced 2025-01-17 02:05:21 +03:00
d500cbb206
(This used to be commit 9c6f2d75d848a280f25f2377130953ecd824b7b1)
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 */
|