Lines Matching refs:IWXSTR
35 typedef struct _IWXSTR IWXSTR; typedef
37 IW_EXPORT IWXSTR *iwxstr_new(void);
39 IW_EXPORT IWXSTR *iwxstr_new2(size_t siz);
41 IW_EXPORT void iwxstr_destroy(IWXSTR *xstr);
43 IW_EXPORT iwrc iwxstr_cat(IWXSTR *xstr, const void *buf, size_t size);
45 IW_EXPORT iwrc iwxstr_cat2(IWXSTR *xstr, const char *buf);
47 IW_EXPORT iwrc iwxstr_unshift(IWXSTR *xstr, const void *buf, size_t size);
49 IW_EXPORT iwrc iwxstr_printf(IWXSTR *xstr, const char *format, ...);
51 IW_EXPORT void iwxstr_shift(IWXSTR *xstr, size_t shift_size);
53 IW_EXPORT char *iwxstr_ptr(IWXSTR *xstr);
55 IW_EXPORT size_t iwxstr_size(IWXSTR *xstr);
57 IW_EXPORT void iwxstr_clear(IWXSTR *xstr);