Definitions in strpattern.h

Preprocessor macro definitions for the strpattern.h header file in this library.

Definitions:

#define STRPATTERN_EOK (0)
A return code that indicates that a function completed successfully.

Since: BlackBerry 10.0.0

#define STRPATTERN_ENOMEM (1)
A return code that indicates that a function is out of memory.

Since: BlackBerry 10.0.0

#define STRPATTERN_EINVAL (2)
A return code that indicates that a function has an invalid argument.

Since: BlackBerry 10.0.0

#define STRPATTERN_ENOPERMIT (4)
A return code that indicates that a function does not have permission.

Since: BlackBerry 10.0.0

#define STRPATTERN_ECONNECT (8)
A return code that indicates that a function has a connection error.

Since: BlackBerry 10.0.0

#define STRPATTERN_EREGEX (16)
A return code that indicates that a function has an invalid regular expression.

Since: BlackBerry 10.0.0

#define STRPATTERN_ENOTFOUND (32)
A return code that indicates that a function is not found.

Since: BlackBerry 10.0.0

#define STRPATTERN_ERESOURCE (64)
A return code that indicates that a function has a resource error.

Since: BlackBerry 10.0.0

#define STRPATTERN_CONTEXT_EXEC_AUTO (3)
Specify automatic selection of synchronous or asynchronous execution of pattern matching.

Since: BlackBerry 10.0.0

#define STRPATTERN_CONTEXT_EXEC_SYNC (1)
Specify synchronous execution of pattern matching.

Since: BlackBerry 10.0.0

#define STRPATTERN_CONTEXT_EXEC_ASYNC (2)
Specify asynchronous execution of pattern matching.

Since: BlackBerry 10.0.0

Library:

libstrpattern (For the qcc command, use the -l strpattern option to link against this library)