Searched defs:StrBuffer (Results 1 – 5 of 5) sorted by relevance
101 typedef struct StrBuffer StrBuffer; typedef102 struct StrBuffer { struct103 char *z; /* Pointer to buffer containing string */104 int n; /* Length of z in bytes (excl. nul-term) */105 int nAlloc; /* Allocated size of buffer z in bytes */
160 char *StrBuffer = const_cast<char*>(NewItem->getKeyData()); in Create() local
380 UChar* StrBuffer; variable
378 UChar* StrBuffer; variable
562 SmallString<8> StrBuffer; in ParseMicrosoftDeclSpec() local