_sexp-output.h | _sexp-output.h | |||
---|---|---|---|---|
skipping to change at line 42 | skipping to change at line 42 | |||
#include "../../../common/util.h" | #include "../../../common/util.h" | |||
OSCAP_HIDDEN_START; | OSCAP_HIDDEN_START; | |||
struct SEXP_ostate { | struct SEXP_ostate { | |||
SEXP_t *s_exp; /* ref to the S-exp that we are writing */ | SEXP_t *s_exp; /* ref to the S-exp that we are writing */ | |||
SEXP_lstack_t *l_stack; /* list stack */ | SEXP_lstack_t *l_stack; /* list stack */ | |||
uint32_t *p_stack; /* list position stack */ | uint32_t *p_stack; /* list position stack */ | |||
uint8_t *s_part; /* S-exp part */ | uint8_t *s_part; /* S-exp part */ | |||
size_t *s_pos; /* S-exp position */ | size_t *s_pos; /* S-exp position */ | |||
#if 0 | ||||
SEXP_t *sexp; | ||||
LIST_stack_t lstack; | ||||
uint32_t *list_pos; /* stack of lpositions */ | ||||
uint8_t sexp_part; /* 0 - type, 1 - data */ | ||||
size_t sexp_pos; | ||||
#endif | ||||
}; | }; | |||
OSCAP_HIDDEN_END; | OSCAP_HIDDEN_END; | |||
#endif /* _SEXP_OUTPUT_H */ | #endif /* _SEXP_OUTPUT_H */ | |||
End of changes. 1 change blocks. | ||||
8 lines changed or deleted | 0 lines changed or added | |||
This html diff was produced by rfcdiff 1.41. The latest version is available from http://tools.ietf.org/tools/rfcdiff/ |