HomeSort by: relevance | last modified time | path
    Searched defs:readp (Results 1 - 7 of 7) sorted by relevancy

  /src/tests/lib/libcurses/director/
returns.h 64 size_t readp; member in struct:__anon7878
  /src/usr.bin/look/
look.c 160 char *readp, *writep; local
163 for (readp = writep = string; (ch = *readp++) != 0; ) {
  /src/crypto/external/apache2/openssl/dist/crypto/bio/
bss_mem.c 59 * In that case the readp just stores the original state
64 struct buf_mem_st *readp; /* read pointer */ member in struct:bio_buf_mem_st
102 *bb->readp = *bb->buf;
119 if ((bb->readp = OPENSSL_zalloc(sizeof(*bb->readp))) == NULL) {
124 *bb->readp = *bb->buf;
152 OPENSSL_free(bb->readp);
182 if (bbm->readp->data != bbm->buf->data) {
183 memmove(bbm->buf->data, bbm->readp->data, bbm->readp->length)
    [all...]
  /src/crypto/external/bsd/openssl/dist/crypto/bio/
bss_mem.c 59 * In that case the readp just stores the original state
64 struct buf_mem_st *readp; /* read pointer */ member in struct:bio_buf_mem_st
102 *bb->readp = *bb->buf;
119 if ((bb->readp = OPENSSL_zalloc(sizeof(*bb->readp))) == NULL) {
124 *bb->readp = *bb->buf;
152 OPENSSL_free(bb->readp);
182 if (bbm->readp->data != bbm->buf->data) {
183 memmove(bbm->buf->data, bbm->readp->data, bbm->readp->length)
    [all...]
  /src/crypto/external/bsd/openssl.old/dist/crypto/bio/
bss_mem.c 63 * In that case the readp just stores the original state
68 struct buf_mem_st *readp; /* read pointer */ member in struct:bio_buf_mem_st
106 *bb->readp = *bb->buf;
123 if ((bb->readp = OPENSSL_zalloc(sizeof(*bb->readp))) == NULL) {
128 *bb->readp = *bb->buf;
156 OPENSSL_free(bb->readp);
185 if (bbm->readp->data != bbm->buf->data) {
186 memmove(bbm->buf->data, bbm->readp->data, bbm->readp->length)
    [all...]
  /src/external/bsd/libevent/dist/
http.c 4777 char *readbuf = NULL, *readp = NULL, *token = NULL, *query = NULL; local
4795 readp = readbuf;
4807 token = strchr(readp, ':');
4808 if (token && scheme_ok(readp,token)) {
4810 uri->scheme = mm_strdup(readp);
4815 readp = token+1; /* eat : */
4819 if (readp[0]=='/' && readp[1] == '/') {
4821 readp += 2;
4822 authority = readp;
    [all...]
  /src/external/bsd/ntp/dist/sntp/libevent/
http.c 4775 char *readbuf = NULL, *readp = NULL, *token = NULL, *query = NULL; local
4793 readp = readbuf;
4805 token = strchr(readp, ':');
4806 if (token && scheme_ok(readp,token)) {
4808 uri->scheme = mm_strdup(readp);
4813 readp = token+1; /* eat : */
4817 if (readp[0]=='/' && readp[1] == '/') {
4819 readp += 2;
4820 authority = readp;
    [all...]

Completed in 31 milliseconds