| /petsc/src/sys/webclient/ |
| H A D | google.c | 41 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 D | box.c | 109 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 D | client.c | 176 … 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 D | globus.c | 103 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 D | sysio.c | 21 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 D | mprint.c | 321 char *buff = str; in PetscVFPrintfDefault() local
|
| /petsc/src/sys/classes/viewer/impls/socket/mex-scripts/ |
| H A D | bread.c | 17 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 D | globusobtaintransfers.c | 12 char buff[4096]; in main() local
|
| /petsc/src/sys/dll/ |
| H A D | dlimpl.c | 66 char *buff = NULL; in PetscDLOpen() local 146 char *buff = NULL; in PetscDLClose() local
|
| /petsc/src/sys/utils/ |
| H A D | sortso.c | 556 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 D | ex48.c | 373 char buff[256]; in CreateMesh() local
|