#include <sys/types.h>#include <sys/socket.h>#include <unistd.h>#include <sys/time.h>#include <stdlib.h>#include <string.h>#include <math.h>#include <stdio.h>#include "binarytermreader.h"#include "javadistoglib.h"#include "binarytermtypes.h"#include "libicl.h"#include "libicl_private.h"#include "glib.h"#include "liboaa.h"Go to the source code of this file.
Data Structures | |
| struct | BinaryTermReaderStruct |
Functions | |
| void | binaryTermReader_cleanup (TermReader *) |
| ICLTerm * | binaryTermReader_getNext (TermReader *, double) |
| ICLTerm * | binaryTermReader_parseBuffer (BinaryTermReader *br) |
| void | binaryTermReader_fillData (BinaryTermReader *br, double timeout) |
| void | binaryTermReader_addToCurrentBuffer (BinaryTermReader *br, char *buf, ssize_t len) |
| void | binaryTermReader_cleanupTermList (GQueue *) |
| BinaryTermReader * | binaryTermReader_create (TermReader *t, gint listenSocket) |
Definition in file binarytermreader.c.
| void binaryTermReader_addToCurrentBuffer | ( | BinaryTermReader * | br, | |
| char * | buf, | |||
| ssize_t | len | |||
| ) |
Definition at line 545 of file binarytermreader.c.
| void binaryTermReader_cleanup | ( | TermReader * | ) |
Definition at line 83 of file binarytermreader.c.
| void binaryTermReader_cleanupTermList | ( | GQueue * | ) |
Definition at line 174 of file binarytermreader.c.
| BinaryTermReader* binaryTermReader_create | ( | TermReader * | t, | |
| gint | listenSocket | |||
| ) |
Definition at line 69 of file binarytermreader.c.
| void binaryTermReader_fillData | ( | BinaryTermReader * | br, | |
| double | timeout | |||
| ) |
Definition at line 484 of file binarytermreader.c.
| ICLTerm * binaryTermReader_getNext | ( | TermReader * | , | |
| double | ||||
| ) |
Definition at line 94 of file binarytermreader.c.
| ICLTerm * binaryTermReader_parseBuffer | ( | BinaryTermReader * | br | ) |
Definition at line 184 of file binarytermreader.c.