Home
last modified time | relevance | path

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

/petsc/src/sys/webclient/
H A Dclient.c176 …const char header[], const char ctype[], const char body[], SSL *ssl, char buff[], size_t buffsize) in PetscHTTPSRequest() argument
197 PetscCall(PetscArrayzero(buff, buffsize)); in PetscHTTPSRequest()
205 r = SSL_read(ssl, buff + len, (int)buffsize); in PetscHTTPSRequest()
264 …const char header[], const char ctype[], const char body[], int sock, char buff[], size_t buffsize) in PetscHTTPRequest() argument
275 PetscCall(PetscBinaryRead(sock, buff, buffsize, NULL, PETSC_CHAR)); in PetscHTTPRequest()
276 buff[buffsize - 1] = 0; in PetscHTTPRequest()
H A Dglobus.c161 …ode PetscGlobusGetTransfers(MPI_Comm comm, const char access_token[], char buff[], size_t buffsize) in PetscGlobusGetTransfers() argument
186 …fer.api.globusonline.org/v0.10/tasksummary", head, "application/json", NULL, ssl, buff, buffsize)); in PetscGlobusGetTransfers()