HomeSort by: relevance | last modified time | path
    Searched refs:TMP_BUFFER_SIZE (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/hpc/stand/hpcboot/
file_http.h 65 enum { TMP_BUFFER_SIZE = 256 };
file_http.cpp 323 if ((buf = static_cast<char *>(malloc(TMP_BUFFER_SIZE))) == 0) {
329 for (cnt = 0; ret = _recv_buffer(h, buf, TMP_BUFFER_SIZE - 1);

Completed in 12 milliseconds