PNString 330 core/gc.c sz = sizeof(struct PNString) + PN_STR_LEN(ptr) + 1; PNString 86 core/potion.h struct PNString; PNString 211 core/potion.h #define PN_STR_LEN(x) ((struct PNString *)(x))->len ///<\memberof PNString PNString 551 core/potion.h if (((struct PNString *)s)->vt == PN_TSTRING) PNString 552 core/potion.h return ((struct PNString *)s)->chars; PNString 37 core/string.c vPN(String) s = PN_ALLOC_N(PN_TSTRING, struct PNString, len + 1); PNString 50 core/string.c vPN(String) s = PN_ALLOC_N(PN_TSTRING, struct PNString, len + 1); PNString 67 core/string.c vPN(String) s = PN_ALLOC_N(PN_TSTRING, struct PNString, len+len2+1); PNString 88 core/string.c s = PN_ALLOC_N(PN_TSTRING, struct PNString, len + 1); PNString 363 core/string.c vPN(String) s = PN_ALLOC_N(PN_TSTRING, struct PNString, len + 1);