Lines Matching defs:from
122 odbc_makesafe(char *to, const char *from, size_t length);
164 /* disconnect from database & free connection handle */
192 /* disconnect from database, free connection handle */
399 * from. The buffer at to must be at least 2*length + 1 characters
403 * This function was borrowed directly from PostgreSQL's libpq.
405 * The copyright statements from the original file containing this
413 odbc_makesafe(char *to, const char *from, size_t length)
415 const char *source = from;
463 * to the caller so they can get the data from the result set from it.
487 /* find an available DBI from the list */
510 * if the query was not passed in from the config file
719 * Gets a single field from the ODBC statement. The memory for the
746 * Gets multiple fields from the ODBC statement. The memory for the
968 /* run the query and get the result set from the database. */
1014 * Run our query, and get a result set from the database. if
1070 /* run the query and get the result set from the database. */
1194 /* run the query and get the result set from the database. */
1226 /* run the query and get the result set from the database. */
1383 /* how many queries were passed in from config file? */