Home
last modified time | relevance | path

Searched defs:buff (Results 1 – 11 of 11) sorted by relevance

/petsc/src/sys/webclient/
H A Dgoogle.c41 char buff[8 * 1024], body[1024]; in PetscGoogleDriveRefresh() local
124 char head[1024], buff[8 * 1024], *body, *title; in PetscGoogleDriveUpload() local
214 char buff[8 * 1024], *ptr, body[1024]; in PetscGoogleDriveAuthorize() local
H A Dbox.c109 char buff[8 * 1024], body[1024]; in PetscBoxAuthorize() local
178 char buff[8 * 1024], body[1024]; in PetscBoxRefresh() local
273 char head[1024], buff[8 * 1024], *body, *title; in PetscBoxUpload() local
H A Dclient.c176 … const char header[], const char ctype[], const char body[], SSL *ssl, char buff[], size_t buffsiz… in PetscHTTPSRequest()
264 … const char header[], const char ctype[], const char body[], int sock, char buff[], size_t buffsiz… in PetscHTTPRequest()
329 PetscErrorCode PetscPullJSONValue(const char buff[], const char key[], char value[], size_t valuele… in PetscPullJSONValue()
386 PetscErrorCode PetscPushJSONValue(char buff[], const char key[], const char value[], size_t bufflen) in PetscPushJSONValue()
H A Dglobus.c103 char buff[8 * 1024], *ptr, head[1024]; in PetscGlobusAuthorize() local
161 PetscErrorCode PetscGlobusGetTransfers(MPI_Comm comm, const char access_token[], char buff[], size_… in PetscGlobusGetTransfers()
215 char head[4096], buff[8 * 1024], body[4096], submission_id[4096]; in PetscGlobusUpload() local
/petsc/src/sys/fileio/
H A Dsysio.c21 static PetscErrorCode PetscByteSwapEnum(PetscEnum *buff, PetscCount n) in PetscByteSwapEnum()
40 static PetscErrorCode PetscByteSwapBool(PetscBool *buff, PetscCount n) in PetscByteSwapBool()
59 static PetscErrorCode PetscByteSwapInt(PetscInt *buff, PetscCount n) in PetscByteSwapInt()
78 static PetscErrorCode PetscByteSwapInt64(PetscInt64 *buff, PetscCount n) in PetscByteSwapInt64()
97 static PetscErrorCode PetscByteSwapInt32(PetscInt32 *buff, PetscCount n) in PetscByteSwapInt32()
115 static PetscErrorCode PetscByteSwapShort(short *buff, PetscCount n) in PetscByteSwapShort()
132 static PetscErrorCode PetscByteSwapLong(long *buff, PetscCount n) in PetscByteSwapLong()
150 static PetscErrorCode PetscByteSwapReal(PetscReal *buff, PetscCount n) in PetscByteSwapReal()
169 static PetscErrorCode PetscByteSwapScalar(PetscScalar *buff, PetscCount n) in PetscByteSwapScalar()
194 static PetscErrorCode PetscByteSwapDouble(double *buff, PetscCount n) in PetscByteSwapDouble()
[all …]
H A Dmprint.c321 char *buff = str; in PetscVFPrintfDefault() local
/petsc/src/sys/classes/viewer/impls/socket/mex-scripts/
H A Dbread.c17 static void SYByteSwapInt(int *buff, PetscCount n) in SYByteSwapInt()
30 static void SYByteSwapShort(short *buff, PetscCount n) in SYByteSwapShort()
44 static void SYByteSwapScalar(PetscScalar *buff, PetscCount n) in SYByteSwapScalar()
/petsc/src/sys/webclient/tutorials/
H A Dglobusobtaintransfers.c12 char buff[4096]; in main() local
/petsc/src/sys/dll/
H A Ddlimpl.c66 char *buff = NULL; in PetscDLOpen() local
146 char *buff = NULL; in PetscDLClose() local
/petsc/src/sys/utils/
H A Dsortso.c556 static inline PetscErrorCode PetscTimSortResizeBuffer_Private(PetscTimSortBuffer *buff, size_t newS… in PetscTimSortResizeBuffer_Private()
570 …pse_Private(char *arr, size_t size, CompFunc cmp, PetscCtx ctx, PetscTimSortBuffer *buff, PetscTim… in PetscTimSortForceCollapse_Private()
622 …pse_Private(char *arr, size_t size, CompFunc cmp, PetscCtx ctx, PetscTimSortBuffer *buff, PetscTim… in PetscTimSortMergeCollapse_Private()
970 PetscTimSortBuffer buff; in PetscTimSort() local
/petsc/src/ts/tutorials/
H A Dex48.c373 char buff[256]; in CreateMesh() local