Searched refs:constructed_uri_len (Results 1 – 1 of 1) sorted by relevance
194 int constructed_uri_len; in evrpc_construct_uri() local196 constructed_uri_len = strlen(EVRPC_URI_PREFIX) + strlen(uri) + 1; in evrpc_construct_uri()197 if ((constructed_uri = malloc(constructed_uri_len)) == NULL) in evrpc_construct_uri()202 constructed_uri[constructed_uri_len - 1] = '\0'; in evrpc_construct_uri()