|
RTS API Documentation
1.10.11
|
Collaboration diagram for sgMprintf: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().
1.8.13