libidav/davqlparser.h

changeset 121
eea36bf5ffe2
parent 120
246c50447ebf
child 127
7072a2b4ae35
equal deleted inserted replaced
120:246c50447ebf 121:eea36bf5ffe2
321 #define DAVQL_ERROR_INVALID_DEPTH 101 321 #define DAVQL_ERROR_INVALID_DEPTH 101
322 322
323 /** Nothing about the statement seems legit. */ 323 /** Nothing about the statement seems legit. */
324 #define DAVQL_ERROR_INVALID -1 324 #define DAVQL_ERROR_INVALID -1
325 325
326 /** Unhandled error */ 326 /** A call to malloc or calloc failed. */
327 #define DAVQL_ERROR_UNHANDLED -2 327 #define DAVQL_ERROR_OUT_OF_MEMORY -2
328 328
329 /** 329 /**
330 * Starts an interactive debugger for a DavQLStatement. 330 * Starts an interactive debugger for a DavQLStatement.
331 * 331 *
332 * @param stmt the statement to debug 332 * @param stmt the statement to debug

mercurial