Home
last modified time | relevance | path

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

/petsc/src/sys/webclient/
H A Dclient.c104 static PetscErrorCode PetscHTTPBuildRequest(const char type[], const char url[], const char header[… in PetscHTTPBuildRequest() function
184 PetscCall(PetscHTTPBuildRequest(type, url, header, ctype, body, &request)); in PetscHTTPSRequest()
270 PetscCall(PetscHTTPBuildRequest(type, url, header, ctype, body, &request)); in PetscHTTPRequest()