~ubuntu-branches/debian/sid/openchange/sid

« back to all changes in this revision

Viewing changes to libmapi/fxparser.h

  • Committer: Package Import Robot
  • Author(s): Jelmer Vernooij
  • Date: 2012-04-12 20:07:57 UTC
  • mfrom: (11 sid)
  • mto: This revision was merged to the branch mainline in revision 12.
  • Revision ID: package-import@ubuntu.com-20120412200757-k933d9trljmxj1l4
Tags: 1:1.0-4
* openchangeserver: Add dependency on openchangeproxy.
* Rebuild against newer version of Samba 4.
* Use dpkg-buildflags.
* Migrate to Git, update Vcs-Git header.
* Switch to debhelper 9.

Show diffs side-by-side

added added

removed removed

Lines of Context:
34
34
        enum fx_parser_state    state;
35
35
        struct SPropValue       lpProp;         /* the current property tag and value we are parsing */
36
36
        struct MAPINAMEID       namedprop;      /* the current named property we are parsing */
37
 
        uint32_t                length;         /* the total length of the property we're parsing (for variable length props such as strings */
38
 
        uint32_t                offset;         /* the current offset in the variable length property (how much of the length do we already have */
39
37
        bool                    enough_data;
40
38
        uint32_t                tag;
41
39
        void                    *priv;