FreeSWITCH API Documentation
1.7.0
|
Data Fields | |
char * | zBase |
char * | zText |
int | nChar |
int | nTotal |
int | nAlloc |
void *(* | xRealloc )(void *, int) |
Definition at line 796 of file switch_mprintf.c.
int sgMprintf::nAlloc |
Definition at line 801 of file switch_mprintf.c.
Referenced by base_vprintf(), and mout().
int sgMprintf::nChar |
Definition at line 799 of file switch_mprintf.c.
Referenced by base_vprintf(), and mout().
int sgMprintf::nTotal |
Definition at line 800 of file switch_mprintf.c.
Referenced by base_vprintf(), and mout().
void*(* sgMprintf::xRealloc)(void *, int) |
Definition at line 802 of file switch_mprintf.c.
Referenced by base_vprintf(), and mout().
char* sgMprintf::zBase |
Definition at line 797 of file switch_mprintf.c.
Referenced by base_vprintf(), mout(), switch_mprintf(), and switch_vmprintf().
char* sgMprintf::zText |
Definition at line 798 of file switch_mprintf.c.
Referenced by base_vprintf(), and mout().