libidav/davqlparser.h

changeset 89
785f6007a0c1
parent 88
4d6b03bd7034
child 90
46971430650b
equal deleted inserted replaced
88:4d6b03bd7034 89:785f6007a0c1
205 } DavQLStatement; 205 } DavQLStatement;
206 206
207 /** Infinity recursion depth for a DavQLStatement. */ 207 /** Infinity recursion depth for a DavQLStatement. */
208 #define DAV_DEPTH_INFINITY -1 208 #define DAV_DEPTH_INFINITY -1
209 209
210 /** The with-clause contains an unknown attribute. */
211 #define DAVQL_ERROR_UNKNOWN_ATTRIBUTE 20
212
213 /** Depth must be greater than zero or infinity. */
214 #define DAVQL_ERROR_INVALID_DEPTH 21
215
210 /** A quote symbol (' or `) is missing. */ 216 /** A quote symbol (' or `) is missing. */
211 #define DAVQL_ERROR_MISSING_QUOTE 50 217 #define DAVQL_ERROR_MISSING_QUOTE 50
212 218
213 /** No more tokens to parse, but the parser expected more. */ 219 /** No more tokens to parse, but the parser expected more. */
214 #define DAVQL_ERROR_UNEXPECTED_END 100 220 #define DAVQL_ERROR_UNEXPECTED_END 100

mercurial