Home
last modified time | relevance | path

Searched refs:dbi_result_get_short (Results 1 – 12 of 12) sorted by relevance

/dports/databases/libdbi/libdbi-0.9.0/src/
H A Ddbi_result.c693 *va_arg(ap, short *) = dbi_result_get_short(Result, fieldnames[curidx]); in dbi_result_get_fields()
863 short dbi_result_get_short(dbi_result Result, const char *fieldname) { in dbi_result_get_short() function
1028 return (unsigned short)dbi_result_get_short(Result, fieldname); in dbi_result_get_ushort()
1751 *(short *)binding->bindto = dbi_result_get_short((dbi_result)binding->result, binding->fieldname); in _bind_helper_short()
/dports/databases/libdbi/libdbi-0.9.0/include/dbi/
H A Ddbi.h282 short dbi_result_get_short(dbi_result Result, const char *fieldname);
H A Ddbi.h.in282 short dbi_result_get_short(dbi_result Result, const char *fieldname);
/dports/textproc/refdb/refdb-0.9.9-1/src/
H A Dbackend.c659 result = dbi_result_get_short(dbires, "note_share"); in get_refdb_note_share()
1199 n_year = dbi_result_get_short(dbires, "refdb_pubyear"); in get_refdb_pubyear()
1498 n_year = dbi_result_get_short(dbires, "refdb_secyear"); in get_refdb_secyear()
H A Drefdbdbib.c855 n_pubyear = dbi_result_get_short(dbires, "pubyear"); in getbib()
884 title_as_author = dbi_result_get_short(dbires, "title_as_author"); in getbib()
1400 title_as_author = dbi_result_get_short(dbires, "title_as_author"); in fill_in_authoryear_info()
H A Dbackend-dbib.c691 n_pubyear = dbi_result_get_short(dbires2, "pubyear"); in finish_render_dbib()
708 title_as_author = dbi_result_get_short(dbires2, "title_as_author"); in finish_render_dbib()
H A Drefdbdupdb.c102 n_main_dbversion = dbi_result_get_short(dbires, "meta_dbversion"); in update_main_db()
H A Drefdbd.c1353 n_main_dbversion = dbi_result_get_short(dbires, "meta_dbversion"); in main()
H A Dxmlhandler.c1642 …sue : "\'\'", (my_refdb_startpage) ? my_refdb_startpage : "\'\'", dbi_result_get_short(dbires, "re… in id_end_handler()
H A Drefdbda.c730 dbversion = dbi_result_get_short(dbires, "meta_dbversion"); in is_reference_database()
H A Drefdbdref.c198 …g)maxnid, db_encoding, dbi_result_get_string(dbires, "meta_type"),dbi_result_get_short(dbires, "me… in whichdb()
/dports/databases/libdbi-drivers/libdbi-drivers-0.9.0/tests/
H A Dtest_dbi.c2884 the_short = dbi_result_get_short(result, "the_short"); in test_dbi_conn_query()
2928 the_short = dbi_result_get_short(result, "the_short"); in test_dbi_conn_queryf()
4296 the_char = (signed char)dbi_result_get_short(result, "the_char"); in test_dbi_result_get_char()
4341 the_short = dbi_result_get_short(result, "the_short"); in test_dbi_result_get_short()