| 95 | static FILE *debugstream = NULL; |
| 96 | |
| 97 | void |
| 98 | ecpg_init_sqlca(struct sqlca_t *sqlca) |
| 99 | { |
| 100 | memcpy((char *) sqlca, (char *) &sqlca_init, sizeof(struct sqlca_t)); |
| 101 | } |
| 102 | |
| 103 | bool |
| 104 | ecpg_init(const struct connection *con, const char *connection_name, const int lineno) |
no outgoing calls
no test coverage detected