Searched refs:smallrec (Results 1 – 1 of 1) sorted by relevance
209 char smallrec[MIN_RECORD_LEN] = { in async_write() local218 smallrec[CONTENTTYPEPOS] = contenttype; in async_write()219 smallrec[VERSIONHIPOS] = versionhi; in async_write()220 smallrec[VERSIONLOPOS] = versionlo; in async_write()221 smallrec[DATAPOS] = data; in async_write()222 ret = BIO_write(next, smallrec, MIN_RECORD_LEN); in async_write()