Home | History | Annotate | Download | only in highgui

Lines Matching refs:buffer

98 	long readBufSize; // the length of the read buffer
99 char *readBuf; // the read buffer
133 char buffer[100];
134 sprintf(buffer, "getaddrinfo error: %s", gai_strerror(error));
135 LOGV("%s", buffer);
169 LOGV("Freeing Buffer");
210 // First ensure that our addrinfo and read buffer are allocated.
221 char buffer[100];
222 sprintf(buffer, "Failed to create socket, errno = %d", errno);
223 LOGV("%s", buffer);
231 char buffer[100];
232 sprintf(buffer, "socket connection errorno = %d", errno);
233 LOGV("%s", buffer);
253 char buffer[100];
254 sprintf(buffer, "socket read errorno = %d", errno);
255 LOGV("%s", buffer);