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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/libtransmission/
H A Dbencode.c935 struct SaveNode struct
945 nodeInitDict( struct SaveNode * node, const tr_benc * val, bool sort_dicts )
986 nodeInitList( struct SaveNode * node, const tr_benc * val )
1001 nodeInitLeaf( struct SaveNode * node, const tr_benc * val )
1009 nodeInit( struct SaveNode * node, const tr_benc * val, bool sort_dicts )
1011 static const struct SaveNode INIT_NODE = { NULL, 0, 0, 0, NULL };
1045 struct SaveNode * stack = tr_new( struct SaveNode, stackAlloc );
1051 struct SaveNode * node = &stack[stackSize-1];
1097 stack = tr_renew( struct SaveNode, stac
[all...]

Completed in 110 milliseconds