Home
last modified time | relevance | path

Searched refs:readp (Results 1 – 7 of 7) sorted by relevance

/freebsd/crypto/openssl/crypto/bio/
H A Dbss_mem.c64 struct buf_mem_st *readp; /* read pointer */ member
102 *bb->readp = *bb->buf; in BIO_new_mem_buf()
119 if ((bb->readp = OPENSSL_zalloc(sizeof(*bb->readp))) == NULL) { in mem_init()
124 *bb->readp = *bb->buf; in mem_init()
152 OPENSSL_free(bb->readp); in mem_free()
182 if (bbm->readp->data != bbm->buf->data) { in mem_buf_sync()
183 memmove(bbm->buf->data, bbm->readp->data, bbm->readp->length); in mem_buf_sync()
184 bbm->buf->length = bbm->readp->length; in mem_buf_sync()
185 bbm->readp->data = bbm->buf->data; in mem_buf_sync()
195 BUF_MEM *bm = bbm->readp; in mem_read()
[all …]
/freebsd/usr.bin/look/
H A Dlook.c157 const char *readp; in prepkey() local
168 readp = string; in prepkey()
170 while ((clen = mbrtowc(&ch, readp, MB_LEN_MAX, NULL)) != 0) { in prepkey()
177 readp += clen; in prepkey()
/freebsd/contrib/ntp/sntp/libevent/
H A Dhttp.c4773 char *readbuf = NULL, *readp = NULL, *token = NULL, *query = NULL; in evhttp_uri_parse_with_flags() local
4791 readp = readbuf; in evhttp_uri_parse_with_flags()
4803 token = strchr(readp, ':'); in evhttp_uri_parse_with_flags()
4804 if (token && scheme_ok(readp,token)) { in evhttp_uri_parse_with_flags()
4806 uri->scheme = mm_strdup(readp); in evhttp_uri_parse_with_flags()
4811 readp = token+1; /* eat : */ in evhttp_uri_parse_with_flags()
4815 if (readp[0]=='/' && readp[1] == '/') { in evhttp_uri_parse_with_flags()
4817 readp += 2; in evhttp_uri_parse_with_flags()
4818 authority = readp; in evhttp_uri_parse_with_flags()
4819 path = end_of_authority(readp); in evhttp_uri_parse_with_flags()
[all …]
/freebsd/contrib/libevent/
H A Dhttp.c4773 char *readbuf = NULL, *readp = NULL, *token = NULL, *query = NULL; in evhttp_uri_parse_with_flags() local
4791 readp = readbuf; in evhttp_uri_parse_with_flags()
4803 token = strchr(readp, ':'); in evhttp_uri_parse_with_flags()
4804 if (token && scheme_ok(readp,token)) { in evhttp_uri_parse_with_flags()
4806 uri->scheme = mm_strdup(readp); in evhttp_uri_parse_with_flags()
4811 readp = token+1; /* eat : */ in evhttp_uri_parse_with_flags()
4815 if (readp[0]=='/' && readp[1] == '/') { in evhttp_uri_parse_with_flags()
4817 readp += 2; in evhttp_uri_parse_with_flags()
4818 authority = readp; in evhttp_uri_parse_with_flags()
4819 path = end_of_authority(readp); in evhttp_uri_parse_with_flags()
[all …]
/freebsd/contrib/netbsd-tests/lib/libcurses/director/
H A Dreturns.h62 size_t readp; member
H A Dtestlang_parse.y781 data = saved_output.data[saved_output.readp]; in compare_streams()
783 saved_output.readp++; in compare_streams()
817 &saved_output.data[saved_output.readp], saved_output.count); in compare_streams()
822 saved_output.readp = 0; in compare_streams()
1015 &saved_output.data[saved_output.readp], saved_output.count); in do_function_call()
1077 saved_output.readp = 0; in init_parse_variables()
/freebsd/contrib/hyperv/tools/
H A Dhv_kvp_daemon.c229 struct kvp_record *readp; in kvp_update_mem_state() local
243 readp = &record[records_read]; in kvp_update_mem_state()
244 records_read += fread(readp, sizeof(struct kvp_record), in kvp_update_mem_state()
286 struct kvp_record *readp; in kvp_file_init() local
326 readp = &record[records_read]; in kvp_file_init()
327 records_read += fread(readp, sizeof(struct kvp_record), in kvp_file_init()