Searched refs:rowp (Results 1 - 13 of 13) sorted by path

/freebsd-11-stable/contrib/apr-util/dbd/
H A Dapr_dbd_oracle.c687 apr_dbd_row_t **rowp, int rownum)
689 apr_dbd_row_t *row = *rowp;
695 *rowp = row;
720 (*rowp)->res = res;
686 dbd_oracle_get_row(apr_pool_t *pool, apr_dbd_results_t *res, apr_dbd_row_t **rowp, int rownum) argument
H A Dapr_dbd_pgsql.c230 apr_dbd_row_t **rowp, int rownum)
232 apr_dbd_row_t *row = *rowp;
237 *rowp = row;
267 *rowp = NULL;
229 dbd_pgsql_get_row(apr_pool_t *pool, apr_dbd_results_t *res, apr_dbd_row_t **rowp, int rownum) argument
H A Dapr_dbd_sqlite2.c133 apr_dbd_row_t ** rowp, int rownum)
135 apr_dbd_row_t *row = *rowp;
140 *rowp = row;
154 *rowp = NULL;
132 dbd_sqlite_get_row(apr_pool_t * pool, apr_dbd_results_t * res, apr_dbd_row_t ** rowp, int rownum) argument
H A Dapr_dbd_sqlite3.c216 apr_dbd_row_t **rowp, int rownum)
221 *rowp = res->next_row;
222 if (*rowp == 0)
224 res->next_row = (*rowp)->next_row;
231 *rowp = res->next_row;
232 for (; *rowp != 0; i++, *rowp = (*rowp)->next_row) {
215 dbd_sqlite3_get_row(apr_pool_t *pool, apr_dbd_results_t *res, apr_dbd_row_t **rowp, int rownum) argument
/freebsd-11-stable/contrib/byacc/
H A Dclosure.c200 unsigned *rowp; local
209 rowp = EFF + ((i - start_symbol) * WORDSIZE(nvars));
210 word = *rowp++;
217 word = *rowp++;
H A Dgraph.c95 unsigned *rowp; local
101 rowp = LA + larno * tokensetsize;
106 if (BIT(rowp, i))
H A Dlalr.c283 unsigned *rowp; local
298 rowp = F;
313 SETBIT(rowp, symbol);
335 rowp += tokensetsize;
536 unsigned *rowp; local
538 rowp = LA;
542 fp3 = rowp + tokensetsize;
545 fp1 = rowp;
550 rowp = fp3;
H A Dmkpar.c112 unsigned *rowp; local
120 rowp = LA + i * tokensetsize;
123 if (BIT(rowp, j))
/freebsd-11-stable/contrib/nvi/cl/
H A Dcl_term.c358 cl_ssize(SCR *sp, int sigwinch, size_t *rowp, size_t *colp, int *changedp) argument
413 if (rowp != NULL)
414 *rowp = row;
460 if (rowp != NULL)
461 *rowp = row;
/freebsd-11-stable/sys/dev/terasic/mtl/
H A Dterasic_mtl.h205 uint8_t *colp, uint8_t *rowp);
H A Dterasic_mtl_reg.c224 uint8_t *rowp)
232 *rowp = (v & TERASIC_MTL_TEXTCURSOR_ROW_MASK);
223 terasic_mtl_reg_textcursor_get(struct terasic_mtl_softc *sc, uint8_t *colp, uint8_t *rowp) argument
H A Dterasic_mtl_syscons.c247 terasic_mtl_vidsw_read_hw_cursor(video_adapter_t *adp, int *colp, int *rowp) argument
255 *rowp = row;
/freebsd-11-stable/contrib/apr-util/dbd/unsupported/
H A Dapr_dbd_freetds.c301 apr_dbd_row_t **rowp, int rownum)
304 apr_dbd_row_t *row = *rowp;
309 *rowp = row;
333 *rowp = NULL;
300 dbd_freetds_get_row(apr_pool_t *pool, apr_dbd_results_t *res, apr_dbd_row_t **rowp, int rownum) argument

Completed in 207 milliseconds