Aprepro 5.0x
|
Functions | |
void | copy_string (char *dest, const char *source, size_t elements) |
void | copy_string (char *dest, const std::string &source, size_t elements) |
void | new_string_int (const char *from, char **to) |
Variables | |
std::vector< char * > | allocations |
void anonymous_namespace{apr_util.cc}::copy_string | ( | char * | dest, |
const char * | source, | ||
size_t | elements ) |
void anonymous_namespace{apr_util.cc}::copy_string | ( | char * | dest, |
const std::string & | source, | ||
size_t | elements ) |
void anonymous_namespace{apr_util.cc}::new_string_int | ( | const char * | from, |
char ** | to ) |
std::vector<char *> anonymous_namespace{apr_util.cc}::allocations |