|
CSL
5.2
|
Go to the source code of this file.
Macros | |
| #define | LO_ENOPATH 9901 |
| #define | LO_ENOTYPE 9902 |
| #define | LO_UNKNOWNPROTO 9903 |
| #define | LO_NOPORT 9904 |
| #define | LO_TOOBIG 9905 |
| #define | LO_INT_ERR 9906 |
| #define | LO_EALLOC 9907 |
| #define | LO_EINVALIDPATH 9908 |
| #define | LO_EINVALIDTYPE 9909 |
| #define | LO_EBADTYPE 9910 |
| #define | LO_ESIZE 9911 |
| #define | LO_EINVALIDARG 9912 |
| #define | LO_ETERM 9913 |
| #define | LO_EPAD 9914 |
| #define | LO_EINVALIDBUND 9915 |
| #define | LO_EINVALIDTIME 9916 |
| #define LO_ENOPATH 9901 |
Definition at line 24 of file lo_errors.h.
| #define LO_ENOTYPE 9902 |
Definition at line 25 of file lo_errors.h.
Referenced by lo_message_deserialise(), and test_deserialise().
| #define LO_UNKNOWNPROTO 9903 |
Definition at line 26 of file lo_errors.h.
Referenced by lo_server_new_with_proto_internal().
| #define LO_NOPORT 9904 |
Definition at line 27 of file lo_errors.h.
Referenced by lo_server_new_with_proto_internal().
| #define LO_TOOBIG 9905 |
Definition at line 28 of file lo_errors.h.
Referenced by lo_server_recv_raw_stream().
| #define LO_INT_ERR 9906 |
Definition at line 29 of file lo_errors.h.
Referenced by dispatch_queued(), and lo_validate_arg().
| #define LO_EALLOC 9907 |
Definition at line 30 of file lo_errors.h.
Referenced by lo_message_deserialise().
| #define LO_EINVALIDPATH 9908 |
Definition at line 31 of file lo_errors.h.
Referenced by lo_message_deserialise(), and test_deserialise().
| #define LO_EINVALIDTYPE 9909 |
Definition at line 32 of file lo_errors.h.
Referenced by lo_message_deserialise(), lo_validate_arg(), and test_deserialise().
| #define LO_EBADTYPE 9910 |
Definition at line 33 of file lo_errors.h.
Referenced by lo_message_deserialise(), and test_deserialise().
| #define LO_ESIZE 9911 |
Definition at line 34 of file lo_errors.h.
Referenced by lo_message_deserialise(), lo_validate_arg(), lo_validate_blob(), lo_validate_bundle(), lo_validate_string(), and test_deserialise().
| #define LO_EINVALIDARG 9912 |
Definition at line 35 of file lo_errors.h.
Referenced by lo_message_deserialise(), and test_deserialise().
| #define LO_ETERM 9913 |
Definition at line 36 of file lo_errors.h.
Referenced by lo_validate_string().
| #define LO_EPAD 9914 |
Definition at line 37 of file lo_errors.h.
Referenced by lo_validate_blob(), and lo_validate_string().
| #define LO_EINVALIDBUND 9915 |
Definition at line 38 of file lo_errors.h.
Referenced by lo_validate_bundle().
| #define LO_EINVALIDTIME 9916 |
Definition at line 39 of file lo_errors.h.