Home | History | Annotate | Download | only in libevent

Lines Matching defs:readbuf

4699 	char *readbuf = NULL, *readp = NULL, *token = NULL, *query = NULL;
4711 readbuf = mm_strdup(source_uri);
4712 if (readbuf == NULL) {
4717 readp = readbuf;
4813 mm_free(readbuf);
4819 if (readbuf)
4820 mm_free(readbuf);