Lines Matching defs:from
90 * from. The buffer at to must be at least 2*length + 1 characters
94 * This function was borrowed directly from PostgreSQL's libpq.
105 * The copyright statements from the original file containing this
113 postgres_makesafe(char *to, const char *from, size_t length)
115 const char *source = from;
303 /* find an available DBI from the list */
333 * if the query was not passed in from the config file
779 /* run the query and get the result set from the database. */
826 * Run our query, and get a result set from the database.
878 /* run the query and get the result set from the database. */
991 /* run the query and get the result set from the database. */
1028 /* run the query and get the result set from the database. */
1136 /* how many queries were passed in from config file? */