Home
last modified time | relevance | path

Searched defs:_header_scan_stack (Results 1 – 1 of 1) sorted by relevance

/dports/databases/evolution-data-server/evolution-data-server-3.42.1/src/camel/
H A Dcamel-mime-parser.c121 struct _header_scan_stack { struct
122 struct _header_scan_stack *parent; argument
124 CamelMimeParserState savestate; /* state at invocation of this part */
127 CamelMemPool *pool; /* memory pool to keep track of headers/etc at this level */
129 CamelHeaderRaw *headers; /* headers for this part */
131 CamelContentType *content_type;
134 GByteArray *pretext; /* for multipart types, save the pre-boundary data here */
135 GByteArray *posttext; /* for multipart types, save the post-boundary data here */
159 static struct _header_scan_stack *folder_scan_content (struct _header_scan_state *s, gint *lastone,… argument