• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.9.5/apache-786.1/httpd/srclib/apr-util/include/private/

Lines Matching refs:handle

52     /** native_handle: return the native database handle of the underlying db
54 * @param handle - apr_dbd handle
55 * @return - native handle
57 void *(*native_handle)(apr_dbd_t *handle);
67 * @return database handle, or NULL on error.
75 * @param handle - the connection to check
78 apr_status_t (*check_conn)(apr_pool_t *pool, apr_dbd_t *handle);
82 * @param handle - the connection to release
85 apr_status_t (*close)(apr_dbd_t *handle);
90 * @param handle - the connection
94 int (*set_dbname)(apr_pool_t* pool, apr_dbd_t *handle, const char *name);
99 * @param handle - the connection
103 int (*start_transaction)(apr_pool_t *pool, apr_dbd_t *handle,
117 * @param handle - the connection
122 int (*query)(apr_dbd_t *handle, int *nrows, const char *statement);
127 * @param handle - the connection
135 int (*select)(apr_pool_t *pool, apr_dbd_t *handle, apr_dbd_results_t **res,
176 * @param handle - the connection
181 const char *(*error)(apr_dbd_t *handle, int errnum);
187 * @param handle - the connection
191 apr_dbd_t *handle);
196 * @param handle - the connection
207 int (*prepare)(apr_pool_t *pool, apr_dbd_t *handle, const char *query,
214 * @param handle - the connection
220 int (*pvquery)(apr_pool_t *pool, apr_dbd_t *handle, int *nrows,
226 * @param handle - the connection
233 int (*pvselect)(apr_pool_t *pool, apr_dbd_t *handle,
240 * @param handle - the connection
246 int (*pquery)(apr_pool_t *pool, apr_dbd_t *handle, int *nrows,
252 * @param handle - the connection
259 int (*pselect)(apr_pool_t *pool, apr_dbd_t *handle,
293 * @param handle - the connection
299 int (*pvbquery)(apr_pool_t *pool, apr_dbd_t *handle, int *nrows,
305 * @param handle - the connection
312 int (*pvbselect)(apr_pool_t *pool, apr_dbd_t *handle,
319 * @param handle - the connection
325 int (*pbquery)(apr_pool_t *pool, apr_dbd_t *handle, int *nrows,
331 * @param handle - the connection
338 int (*pbselect)(apr_pool_t *pool, apr_dbd_t *handle,