Home
last modified time | relevance | path

Searched refs:constructed_uri_len (Results 1 – 2 of 2) sorted by relevance

/netbsd/src/external/bsd/ntp/dist/sntp/libevent/
Devrpc.c216 size_t constructed_uri_len; in evrpc_construct_uri() local
218 constructed_uri_len = strlen(EVRPC_URI_PREFIX) + strlen(uri) + 1; in evrpc_construct_uri()
219 if ((constructed_uri = mm_malloc(constructed_uri_len)) == NULL) in evrpc_construct_uri()
224 constructed_uri[constructed_uri_len - 1] = '\0'; in evrpc_construct_uri()
/netbsd/src/external/bsd/libevent/dist/
Devrpc.c218 size_t constructed_uri_len; in evrpc_construct_uri() local
220 constructed_uri_len = strlen(EVRPC_URI_PREFIX) + strlen(uri) + 1; in evrpc_construct_uri()
221 if ((constructed_uri = mm_malloc(constructed_uri_len)) == NULL) in evrpc_construct_uri()
226 constructed_uri[constructed_uri_len - 1] = '\0'; in evrpc_construct_uri()