|
Oolite
|
Include dependency graph for OOTCPStreamDecoderAbstractionLayer.m:Go to the source code of this file.
Functions | |
| OOALStringRef | OOALGetConstantString (const char *string) |
| void | OOALRelease (OOALObjectRef object) |
| OOALStringRef | OOTypeDescription (OOALObjectRef object) |
| bool | OOALIsString (OOALObjectRef object) |
| OOALStringRef | OOALStringCreateWithFormatAndArguments (OOALStringRef format, va_list args) |
| bool | OOALIsDictionary (OOALObjectRef object) |
| OOALObjectRef | OOALDictionaryGetValue (OOALDictionaryRef dictionary, OOALObjectRef key) |
| bool | OOALIsData (OOALObjectRef object) |
| OOALMutableDataRef | OOALDataCreateMutable (size_t capacity) |
| void | OOALMutableDataAppendBytes (OOALMutableDataRef data, const void *bytes, size_t length) |
| const void * | OOALDataGetBytePtr (OOALDataRef data) |
| size_t | OOALDataGetLength (OOALDataRef data) |
| OOALAutoreleasePoolRef | OOALCreateAutoreleasePool (void) |
| OOALObjectRef | OOALPropertyListFromData (OOALMutableDataRef data, OOALStringRef *errStr) |
| OOALAutoreleasePoolRef OOALCreateAutoreleasePool | ( | void | ) |
Definition at line 106 of file OOTCPStreamDecoderAbstractionLayer.m.
Referenced by OOTCPStreamDecoderReceiveBytes().
Here is the caller graph for this function:| OOALMutableDataRef OOALDataCreateMutable | ( | size_t | capacity | ) |
Definition at line 82 of file OOTCPStreamDecoderAbstractionLayer.m.
Referenced by OOTCPStreamDecoderReceiveBytes().
Here is the caller graph for this function:| const void * OOALDataGetBytePtr | ( | OOALDataRef | data | ) |
Definition at line 94 of file OOTCPStreamDecoderAbstractionLayer.m.
Referenced by OOTCPStreamDecoderReceiveData().
Here is the caller graph for this function:| size_t OOALDataGetLength | ( | OOALDataRef | data | ) |
Definition at line 100 of file OOTCPStreamDecoderAbstractionLayer.m.
Referenced by OOTCPStreamDecoderReceiveData().
Here is the caller graph for this function:| OOALObjectRef OOALDictionaryGetValue | ( | OOALDictionaryRef | dictionary, |
| OOALObjectRef | key | ||
| ) |
Definition at line 70 of file OOTCPStreamDecoderAbstractionLayer.m.
Referenced by PacketReady().
Here is the caller graph for this function:| OOALStringRef OOALGetConstantString | ( | const char * | string | ) |
Definition at line 16 of file OOTCPStreamDecoderAbstractionLayer.m.
References nil.
| bool OOALIsData | ( | OOALObjectRef | object | ) |
Definition at line 76 of file OOTCPStreamDecoderAbstractionLayer.m.
| bool OOALIsDictionary | ( | OOALObjectRef | object | ) |
Definition at line 64 of file OOTCPStreamDecoderAbstractionLayer.m.
Referenced by PacketReady().
Here is the caller graph for this function:| bool OOALIsString | ( | OOALObjectRef | object | ) |
Definition at line 52 of file OOTCPStreamDecoderAbstractionLayer.m.
Referenced by PacketReady().
Here is the caller graph for this function:| void OOALMutableDataAppendBytes | ( | OOALMutableDataRef | data, |
| const void * | bytes, | ||
| size_t | length | ||
| ) |
Definition at line 88 of file OOTCPStreamDecoderAbstractionLayer.m.
Referenced by OOTCPStreamDecoderReceiveBytes().
Here is the caller graph for this function:| OOALObjectRef OOALPropertyListFromData | ( | OOALMutableDataRef | data, |
| OOALStringRef * | errStr | ||
| ) |
Definition at line 112 of file OOTCPStreamDecoderAbstractionLayer.m.
Referenced by PacketReady().
Here is the caller graph for this function:| void OOALRelease | ( | OOALObjectRef | object | ) |
Definition at line 40 of file OOTCPStreamDecoderAbstractionLayer.m.
Referenced by Error(), OOTCPStreamDecoderDestroy(), OOTCPStreamDecoderReceiveBytes(), and PacketReady().
Here is the caller graph for this function:| OOALStringRef OOALStringCreateWithFormatAndArguments | ( | OOALStringRef | format, |
| va_list | args | ||
| ) |
Definition at line 58 of file OOTCPStreamDecoderAbstractionLayer.m.
Referenced by Error().
Here is the caller graph for this function:| OOALStringRef OOTypeDescription | ( | OOALObjectRef | object | ) |
Definition at line 46 of file OOTCPStreamDecoderAbstractionLayer.m.
Referenced by PacketReady().
Here is the caller graph for this function: