#include <sys/types.h>#include <sys/socket.h>#include <unistd.h>#include <sys/time.h>#include "stdpccts.h"#include <string.h>#include <stdlib.h>#include <math.h>#include <stdio.h>#include "liboaa.h"#include "stringtermreader.h"#include "libicl_private.h"#include "stringbuffer.h"#include "stringbuffer_private.h"Go to the source code of this file.
Data Structures | |
| struct | StringTermReaderStruct |
Functions | |
| void | stringTermReader_cleanup (TermReader *) |
| ICLTerm * | stringTermReader_getNext (TermReader *, double) |
| void | stringTermReader_fillData (StringTermReader *sr, double timeout) |
| void | stringTermReader_addToCurrentBuffer (StringTermReader *sr, char *buf, ssize_t len) |
| StringTermReader * | stringTermReader_create (TermReader *t, gint listenSocket) |
| void stringTermReader_addToCurrentBuffer | ( | StringTermReader * | sr, | |
| char * | buf, | |||
| ssize_t | len | |||
| ) |
Definition at line 293 of file stringtermreader.c.
| void stringTermReader_cleanup | ( | TermReader * | ) |
Definition at line 86 of file stringtermreader.c.
| StringTermReader* stringTermReader_create | ( | TermReader * | t, | |
| gint | listenSocket | |||
| ) |
Definition at line 70 of file stringtermreader.c.
| void stringTermReader_fillData | ( | StringTermReader * | sr, | |
| double | timeout | |||
| ) |
Definition at line 233 of file stringtermreader.c.
| ICLTerm * stringTermReader_getNext | ( | TermReader * | , | |
| double | ||||
| ) |
Definition at line 97 of file stringtermreader.c.