Searched refs:SECUREC_BUFFER_SIZE (Results 1 – 4 of 4) sorted by relevance
95 #ifndef SECUREC_BUFFER_SIZE97 #define SECUREC_BUFFER_SIZE 32 macro103 #define SECUREC_BUFFER_SIZE 256 macro105 #define SECUREC_BUFFER_SIZE 512 macro108 #if SECUREC_BUFFER_SIZE < 23109 #error SECUREC_BUFFER_SIZE Can not be less than 23114 #define SECUREC_MAX_PRECISION SECUREC_BUFFER_SIZE
86 char str[SECUREC_BUFFER_SIZE + 1];502 attr->text.str = &attr->buffer.str[SECUREC_BUFFER_SIZE];514 attr->textLen = (int)(size_t)((char *)&attr->buffer.str[SECUREC_BUFFER_SIZE] - attr->text.str);1324 if (floatAdapt->bufferSize > SECUREC_BUFFER_SIZE) {1325 /* The current value of SECUREC_BUFFER_SIZE could not store the formatted float string */
70 #define SECUREC_BUFFER_SIZE 256 macro72 #define SECUREC_BUFFER_SIZE 512 macro74 #define SECUREC_MAX_PRECISION SECUREC_BUFFER_SIZE
55 char str[SECUREC_BUFFER_SIZE + 1];57 wchar_t wStr[SECUREC_BUFFER_SIZE + 1];717 if (bufferSize >= SECUREC_BUFFER_SIZE) {718 … /* the current value of SECUREC_BUFFER_SIZE could NOT store the formatted float string */1046 formatBuf.str = &buffer.str[SECUREC_BUFFER_SIZE];1129 textLen = (int)((char *)&buffer.str[SECUREC_BUFFER_SIZE] - formatBuf.str);1173 formatBuf.str = &buffer.str[SECUREC_BUFFER_SIZE - 1];