• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.9.5/BerkeleyDB-21/db/rpc_client/

Lines Matching refs:replyp

72 	__env_create_reply *replyp = NULL;
83 replyp = __db_env_create_4007(&msg, cl);
84 if (replyp == NULL) {
89 ret = __dbcl_env_create_ret(dbenv, timeout, replyp);
91 if (replyp != NULL)
92 xdr_free((xdrproc_t)xdr___env_create_reply, (void *)replyp);
106 __env_cdsgroup_begin_reply *replyp = NULL;
117 replyp = __db_env_cdsgroup_begin_4007(&msg, cl);
118 if (replyp == NULL) {
123 ret = __dbcl_env_cdsgroup_begin_ret(dbenv, txnpp, replyp);
125 if (replyp != NULL)
126 xdr_free((xdrproc_t)xdr___env_cdsgroup_begin_reply, (void *)replyp);
140 __env_close_reply *replyp = NULL;
152 replyp = __db_env_close_4007(&msg, cl);
153 if (replyp == NULL) {
158 ret = replyp->status;
160 if (replyp != NULL)
161 xdr_free((xdrproc_t)xdr___env_close_reply, (void *)replyp);
179 __env_dbremove_reply *replyp = NULL;
203 replyp = __db_env_dbremove_4007(&msg, cl);
204 if (replyp == NULL) {
209 ret = replyp->status;
211 if (replyp != NULL)
212 xdr_free((xdrproc_t)xdr___env_dbremove_reply, (void *)replyp);
231 __env_dbrename_reply *replyp = NULL;
259 replyp = __db_env_dbrename_4007(&msg, cl);
260 if (replyp == NULL) {
265 ret = replyp->status;
267 if (replyp != NULL)
268 xdr_free((xdrproc_t)xdr___env_dbrename_reply, (void *)replyp);
285 __env_get_cachesize_reply *replyp = NULL;
296 replyp = __db_env_get_cachesize_4007(&msg, cl);
297 if (replyp == NULL) {
302 ret = replyp->status;
304 *gbytesp = (u_int32_t)replyp->gbytes;
306 *bytesp = (u_int32_t)replyp->bytes;
308 *ncachep = (int)replyp->ncache;
310 if (replyp != NULL)
311 xdr_free((xdrproc_t)xdr___env_get_cachesize_reply, (void *)replyp);
325 __env_get_encrypt_flags_reply *replyp = NULL;
336 replyp = __db_env_get_encrypt_flags_4007(&msg, cl);
337 if (replyp == NULL) {
342 ret = replyp->status;
344 *flagsp = (u_int32_t)replyp->flags;
346 if (replyp != NULL)
347 xdr_free((xdrproc_t)xdr___env_get_encrypt_flags_reply, (void *)replyp);
361 __env_get_flags_reply *replyp = NULL;
372 replyp = __db_env_get_flags_4007(&msg, cl);
373 if (replyp == NULL) {
378 ret = replyp->status;
380 *flagsp = (u_int32_t)replyp->flags;
382 if (replyp != NULL)
383 xdr_free((xdrproc_t)xdr___env_get_flags_reply, (void *)replyp);
397 __env_get_home_reply *replyp = NULL;
408 replyp = __db_env_get_home_4007(&msg, cl);
409 if (replyp == NULL) {
414 ret = replyp->status;
416 *homep = (const char *)replyp->home;
418 if (replyp != NULL)
419 xdr_free((xdrproc_t)xdr___env_get_home_reply, (void *)replyp);
433 __env_get_open_flags_reply *replyp = NULL;
444 replyp = __db_env_get_open_flags_4007(&msg, cl);
445 if (replyp == NULL) {
450 ret = replyp->status;
452 *flagsp = (u_int32_t)replyp->flags;
454 if (replyp != NULL)
455 xdr_free((xdrproc_t)xdr___env_get_open_flags_reply, (void *)replyp);
471 __env_open_reply *replyp = NULL;
488 replyp = __db_env_open_4007(&msg, cl);
489 if (replyp == NULL) {
494 ret = __dbcl_env_open_ret(dbenv, home, flags, mode, replyp);
496 if (replyp != NULL)
497 xdr_free((xdrproc_t)xdr___env_open_reply, (void *)replyp);
512 __env_remove_reply *replyp = NULL;
528 replyp = __db_env_remove_4007(&msg, cl);
529 if (replyp == NULL) {
534 ret = __dbcl_env_remove_ret(dbenv, home, flags, replyp);
536 if (replyp != NULL)
537 xdr_free((xdrproc_t)xdr___env_remove_reply, (void *)replyp);
554 __env_set_cachesize_reply *replyp = NULL;
568 replyp = __db_env_set_cachesize_4007(&msg, cl);
569 if (replyp == NULL) {
574 ret = replyp->status;
576 if (replyp != NULL)
577 xdr_free((xdrproc_t)xdr___env_set_cachesize_reply, (void *)replyp);
592 __env_set_encrypt_reply *replyp = NULL;
608 replyp = __db_env_set_encrypt_4007(&msg, cl);
609 if (replyp == NULL) {
614 ret = replyp->status;
616 if (replyp != NULL)
617 xdr_free((xdrproc_t)xdr___env_set_encrypt_reply, (void *)replyp);
632 __env_set_flags_reply *replyp = NULL;
645 replyp = __db_env_set_flags_4007(&msg, cl);
646 if (replyp == NULL) {
651 ret = replyp->status;
653 if (replyp != NULL)
654 xdr_free((xdrproc_t)xdr___env_set_flags_reply, (void *)replyp);
671 __env_txn_begin_reply *replyp = NULL;
687 replyp = __db_env_txn_begin_4007(&msg, cl);
688 if (replyp == NULL) {
693 ret = __dbcl_env_txn_begin_ret(dbenv, parent, txnpp, flags, replyp);
695 if (replyp != NULL)
696 xdr_free((xdrproc_t)xdr___env_txn_begin_reply, (void *)replyp);
714 __env_txn_recover_reply *replyp = NULL;
727 replyp = __db_env_txn_recover_4007(&msg, cl);
728 if (replyp == NULL) {
733 ret = __dbcl_env_txn_recover_ret(dbenv, preplist, count, retp, flags, replyp);
735 if (replyp != NULL)
736 xdr_free((xdrproc_t)xdr___env_txn_recover_reply, (void *)replyp);
751 __db_create_reply *replyp = NULL;
763 replyp = __db_db_create_4007(&msg, cl);
764 if (replyp == NULL) {
769 ret = __dbcl_db_create_ret(dbp, dbenv, flags, replyp);
771 if (replyp != NULL)
772 xdr_free((xdrproc_t)xdr___db_create_reply, (void *)replyp);
790 __db_associate_reply *replyp = NULL;
819 replyp = __db_db_associate_4007(&msg, cl);
820 if (replyp == NULL) {
825 ret = replyp->status;
827 if (replyp != NULL)
828 xdr_free((xdrproc_t)xdr___db_associate_reply, (void *)replyp);
842 __db_close_reply *replyp = NULL;
859 replyp = __db_db_close_4007(&msg, cl);
860 if (replyp == NULL) {
865 ret = __dbcl_db_close_ret(dbp, flags, replyp);
867 if (replyp != NULL)
868 xdr_free((xdrproc_t)xdr___db_close_reply, (void *)replyp);
884 __db_cursor_reply *replyp = NULL;
905 replyp = __db_db_cursor_4007(&msg, cl);
906 if (replyp == NULL) {
911 ret = __dbcl_db_cursor_ret(dbp, txnp, dbcpp, flags, replyp);
913 if (replyp != NULL)
914 xdr_free((xdrproc_t)xdr___db_cursor_reply, (void *)replyp);
930 __db_del_reply *replyp = NULL;
957 replyp = __db_db_del_4007(&msg, cl);
958 if (replyp == NULL) {
963 ret = replyp->status;
965 if (replyp != NULL)
966 xdr_free((xdrproc_t)xdr___db_del_reply, (void *)replyp);
983 __db_get_reply *replyp = NULL;
1016 replyp = __db_db_get_4007(&msg, cl);
1017 if (replyp == NULL) {
1022 ret = __dbcl_db_get_ret(dbp, txnp, key, data, flags, replyp);
1024 if (replyp != NULL)
1025 xdr_free((xdrproc_t)xdr___db_get_reply, (void *)replyp);
1039 __db_get_bt_minkey_reply *replyp = NULL;
1055 replyp = __db_db_get_bt_minkey_4007(&msg, cl);
1056 if (replyp == NULL) {
1061 ret = replyp->status;
1063 *minkeyp = (u_int32_t)replyp->minkey;
1065 if (replyp != NULL)
1066 xdr_free((xdrproc_t)xdr___db_get_bt_minkey_reply, (void *)replyp);
1082 __db_get_dbname_reply *replyp = NULL;
1098 replyp = __db_db_get_dbname_4007(&msg, cl);
1099 if (replyp == NULL) {
1104 ret = replyp->status;
1106 *filenamep = (const char *)replyp->filename;
1108 *dbnamep = (const char *)replyp->dbname;
1110 if (replyp != NULL)
1111 xdr_free((xdrproc_t)xdr___db_get_dbname_reply, (void *)replyp);
1125 __db_get_encrypt_flags_reply *replyp = NULL;
1141 replyp = __db_db_get_encrypt_flags_4007(&msg, cl);
1142 if (replyp == NULL) {
1147 ret = replyp->status;
1149 *flagsp = (u_int32_t)replyp->flags;
1151 if (replyp != NULL)
1152 xdr_free((xdrproc_t)xdr___db_get_encrypt_flags_reply, (void *)replyp);
1166 __db_get_flags_reply *replyp = NULL;
1182 replyp = __db_db_get_flags_4007(&msg, cl);
1183 if (replyp == NULL) {
1188 ret = replyp->status;
1190 *flagsp = (u_int32_t)replyp->flags;
1192 if (replyp != NULL)
1193 xdr_free((xdrproc_t)xdr___db_get_flags_reply, (void *)replyp);
1207 __db_get_h_ffactor_reply *replyp = NULL;
1223 replyp = __db_db_get_h_ffactor_4007(&msg, cl);
1224 if (replyp == NULL) {
1229 ret = replyp->status;
1231 *ffactorp = (u_int32_t)replyp->ffactor;
1233 if (replyp != NULL)
1234 xdr_free((xdrproc_t)xdr___db_get_h_ffactor_reply, (void *)replyp);
1248 __db_get_h_nelem_reply *replyp = NULL;
1264 replyp = __db_db_get_h_nelem_4007(&msg, cl);
1265 if (replyp == NULL) {
1270 ret = replyp->status;
1272 *nelemp = (u_int32_t)replyp->nelem;
1274 if (replyp != NULL)
1275 xdr_free((xdrproc_t)xdr___db_get_h_nelem_reply, (void *)replyp);
1289 __db_get_lorder_reply *replyp = NULL;
1305 replyp = __db_db_get_lorder_4007(&msg, cl);
1306 if (replyp == NULL) {
1311 ret = replyp->status;
1313 *lorderp = (int)replyp->lorder;
1315 if (replyp != NULL)
1316 xdr_free((xdrproc_t)xdr___db_get_lorder_reply, (void *)replyp);
1330 __db_get_open_flags_reply *replyp = NULL;
1346 replyp = __db_db_get_open_flags_4007(&msg, cl);
1347 if (replyp == NULL) {
1352 ret = replyp->status;
1354 *flagsp = (u_int32_t)replyp->flags;
1356 if (replyp != NULL)
1357 xdr_free((xdrproc_t)xdr___db_get_open_flags_reply, (void *)replyp);
1371 __db_get_pagesize_reply *replyp = NULL;
1387 replyp = __db_db_get_pagesize_4007(&msg, cl);
1388 if (replyp == NULL) {
1393 ret = replyp->status;
1395 *pagesizep = (u_int32_t)replyp->pagesize;
1397 if (replyp != NULL)
1398 xdr_free((xdrproc_t)xdr___db_get_pagesize_reply, (void *)replyp);
1412 __db_get_priority_reply *replyp = NULL;
1428 replyp = __db_db_get_priority_4007(&msg, cl);
1429 if (replyp == NULL) {
1434 ret = replyp->status;
1436 *priorityp = (DB_CACHE_PRIORITY)replyp->priority;
1438 if (replyp != NULL)
1439 xdr_free((xdrproc_t)xdr___db_get_priority_reply, (void *)replyp);
1453 __db_get_q_extentsize_reply *replyp = NULL;
1469 replyp = __db_db_get_q_extentsize_4007(&msg, cl);
1470 if (replyp == NULL) {
1475 ret = replyp->status;
1477 *extentsizep = (u_int32_t)replyp->extentsize;
1479 if (replyp != NULL)
1480 xdr_free((xdrproc_t)xdr___db_get_q_extentsize_reply, (void *)replyp);
1494 __db_get_re_delim_reply *replyp = NULL;
1510 replyp = __db_db_get_re_delim_4007(&msg, cl);
1511 if (replyp == NULL) {
1516 ret = replyp->status;
1518 *delimp = (int)replyp->delim;
1520 if (replyp != NULL)
1521 xdr_free((xdrproc_t)xdr___db_get_re_delim_reply, (void *)replyp);
1535 __db_get_re_len_reply *replyp = NULL;
1551 replyp = __db_db_get_re_len_4007(&msg, cl);
1552 if (replyp == NULL) {
1557 ret = replyp->status;
1559 *lenp = (u_int32_t)replyp->len;
1561 if (replyp != NULL)
1562 xdr_free((xdrproc_t)xdr___db_get_re_len_reply, (void *)replyp);
1576 __db_get_re_pad_reply *replyp = NULL;
1592 replyp = __db_db_get_re_pad_4007(&msg, cl);
1593 if (replyp == NULL) {
1598 ret = replyp->status;
1600 *padp = (int)replyp->pad;
1602 if (replyp != NULL)
1603 xdr_free((xdrproc_t)xdr___db_get_re_pad_reply, (void *)replyp);
1619 __db_join_reply *replyp = NULL;
1647 replyp = __db_db_join_4007(&msg, cl);
1649 if (replyp == NULL) {
1654 ret = __dbcl_db_join_ret(dbp, curs, dbcp, flags, replyp);
1656 if (replyp != NULL)
1657 xdr_free((xdrproc_t)xdr___db_join_reply, (void *)replyp);
1675 __db_key_range_reply *replyp = NULL;
1702 replyp = __db_db_key_range_4007(&msg, cl);
1703 if (replyp == NULL) {
1708 ret = __dbcl_db_key_range_ret(dbp, txnp, key, range, flags, replyp);
1710 if (replyp != NULL)
1711 xdr_free((xdrproc_t)xdr___db_key_range_reply, (void *)replyp);
1731 __db_open_reply *replyp = NULL;
1762 replyp = __db_db_open_4007(&msg, cl);
1763 if (replyp == NULL) {
1768 ret = __dbcl_db_open_ret(dbp, txnp, name, subdb, type, flags, mode, replyp);
1770 if (replyp != NULL)
1771 xdr_free((xdrproc_t)xdr___db_open_reply, (void *)replyp);
1790 __db_pget_reply *replyp = NULL;
1829 replyp = __db_db_pget_4007(&msg, cl);
1830 if (replyp == NULL) {
1835 ret = __dbcl_db_pget_ret(dbp, txnp, skey, pkey, data, flags, replyp);
1837 if (replyp != NULL)
1838 xdr_free((xdrproc_t)xdr___db_pget_reply, (void *)replyp);
1855 __db_put_reply *replyp = NULL;
1888 replyp = __db_db_put_4007(&msg, cl);
1889 if (replyp == NULL) {
1894 ret = __dbcl_db_put_ret(dbp, txnp, key, data, flags, replyp);
1896 if (replyp != NULL)
1897 xdr_free((xdrproc_t)xdr___db_put_reply, (void *)replyp);
1914 __db_remove_reply *replyp = NULL;
1939 replyp = __db_db_remove_4007(&msg, cl);
1940 if (replyp == NULL) {
1945 ret = __dbcl_db_remove_ret(dbp, name, subdb, flags, replyp);
1947 if (replyp != NULL)
1948 xdr_free((xdrproc_t)xdr___db_remove_reply, (void *)replyp);
1966 __db_rename_reply *replyp = NULL;
1995 replyp = __db_db_rename_4007(&msg, cl);
1996 if (replyp == NULL) {
2001 ret = __dbcl_db_rename_ret(dbp, name, subdb, newname, flags, replyp);
2003 if (replyp != NULL)
2004 xdr_free((xdrproc_t)xdr___db_rename_reply, (void *)replyp);
2018 __db_set_bt_minkey_reply *replyp = NULL;
2035 replyp = __db_db_set_bt_minkey_4007(&msg, cl);
2036 if (replyp == NULL) {
2041 ret = replyp->status;
2043 if (replyp != NULL)
2044 xdr_free((xdrproc_t)xdr___db_set_bt_minkey_reply, (void *)replyp);
2059 __db_set_encrypt_reply *replyp = NULL;
2080 replyp = __db_db_set_encrypt_4007(&msg, cl);
2081 if (replyp == NULL) {
2086 ret = replyp->status;
2088 if (replyp != NULL)
2089 xdr_free((xdrproc_t)xdr___db_set_encrypt_reply, (void *)replyp);
2103 __db_set_flags_reply *replyp = NULL;
2120 replyp = __db_db_set_flags_4007(&msg, cl);
2121 if (replyp == NULL) {
2126 ret = replyp->status;
2128 if (replyp != NULL)
2129 xdr_free((xdrproc_t)xdr___db_set_flags_reply, (void *)replyp);
2143 __db_set_h_ffactor_reply *replyp = NULL;
2160 replyp = __db_db_set_h_ffactor_4007(&msg, cl);
2161 if (replyp == NULL) {
2166 ret = replyp->status;
2168 if (replyp != NULL)
2169 xdr_free((xdrproc_t)xdr___db_set_h_ffactor_reply, (void *)replyp);
2183 __db_set_h_nelem_reply *replyp = NULL;
2200 replyp = __db_db_set_h_nelem_4007(&msg, cl);
2201 if (replyp == NULL) {
2206 ret = replyp->status;
2208 if (replyp != NULL)
2209 xdr_free((xdrproc_t)xdr___db_set_h_nelem_reply, (void *)replyp);
2223 __db_set_lorder_reply *replyp = NULL;
2240 replyp = __db_db_set_lorder_4007(&msg, cl);
2241 if (replyp == NULL) {
2246 ret = replyp->status;
2248 if (replyp != NULL)
2249 xdr_free((xdrproc_t)xdr___db_set_lorder_reply, (void *)replyp);
2263 __db_set_pagesize_reply *replyp = NULL;
2280 replyp = __db_db_set_pagesize_4007(&msg, cl);
2281 if (replyp == NULL) {
2286 ret = replyp->status;
2288 if (replyp != NULL)
2289 xdr_free((xdrproc_t)xdr___db_set_pagesize_reply, (void *)replyp);
2303 __db_set_priority_reply *replyp = NULL;
2320 replyp = __db_db_set_priority_4007(&msg, cl);
2321 if (replyp == NULL) {
2326 ret = replyp->status;
2328 if (replyp != NULL)
2329 xdr_free((xdrproc_t)xdr___db_set_priority_reply, (void *)replyp);
2343 __db_set_q_extentsize_reply *replyp = NULL;
2360 replyp = __db_db_set_q_extentsize_4007(&msg, cl);
2361 if (replyp == NULL) {
2366 ret = replyp->status;
2368 if (replyp != NULL)
2369 xdr_free((xdrproc_t)xdr___db_set_q_extentsize_reply, (void *)replyp);
2383 __db_set_re_delim_reply *replyp = NULL;
2400 replyp = __db_db_set_re_delim_4007(&msg, cl);
2401 if (replyp == NULL) {
2406 ret = replyp->status;
2408 if (replyp != NULL)
2409 xdr_free((xdrproc_t)xdr___db_set_re_delim_reply, (void *)replyp);
2423 __db_set_re_len_reply *replyp = NULL;
2440 replyp = __db_db_set_re_len_4007(&msg, cl);
2441 if (replyp == NULL) {
2446 ret = replyp->status;
2448 if (replyp != NULL)
2449 xdr_free((xdrproc_t)xdr___db_set_re_len_reply, (void *)replyp);
2463 __db_set_re_pad_reply *replyp = NULL;
2480 replyp = __db_db_set_re_pad_4007(&msg, cl);
2481 if (replyp == NULL) {
2486 ret = replyp->status;
2488 if (replyp != NULL)
2489 xdr_free((xdrproc_t)xdr___db_set_re_pad_reply, (void *)replyp);
2505 __db_stat_reply *replyp = NULL;
2526 replyp = __db_db_stat_4007(&msg, cl);
2527 if (replyp == NULL) {
2532 ret = __dbcl_db_stat_ret(dbp, txnp, sp, flags, replyp);
2534 if (replyp != NULL)
2535 xdr_free((xdrproc_t)xdr___db_stat_reply, (void *)replyp);
2549 __db_sync_reply *replyp = NULL;
2566 replyp = __db_db_sync_4007(&msg, cl);
2567 if (replyp == NULL) {
2572 ret = replyp->status;
2574 if (replyp != NULL)
2575 xdr_free((xdrproc_t)xdr___db_sync_reply, (void *)replyp);
2592 __db_truncate_reply *replyp = NULL;
2613 replyp = __db_db_truncate_4007(&msg, cl);
2614 if (replyp == NULL) {
2619 ret = __dbcl_db_truncate_ret(dbp, txnp, countp, flags, replyp);
2621 if (replyp != NULL)
2622 xdr_free((xdrproc_t)xdr___db_truncate_reply, (void *)replyp);
2635 __dbc_close_reply *replyp = NULL;
2651 replyp = __db_dbc_close_4007(&msg, cl);
2652 if (replyp == NULL) {
2657 ret = __dbcl_dbc_close_ret(dbc, replyp);
2659 if (replyp != NULL)
2660 xdr_free((xdrproc_t)xdr___dbc_close_reply, (void *)replyp);
2675 __dbc_count_reply *replyp = NULL;
2692 replyp = __db_dbc_count_4007(&msg, cl);
2693 if (replyp == NULL) {
2698 ret = __dbcl_dbc_count_ret(dbc, countp, flags, replyp);
2700 if (replyp != NULL)
2701 xdr_free((xdrproc_t)xdr___dbc_count_reply, (void *)replyp);
2715 __dbc_del_reply *replyp = NULL;
2732 replyp = __db_dbc_del_4007(&msg, cl);
2733 if (replyp == NULL) {
2738 ret = replyp->status;
2740 if (replyp != NULL)
2741 xdr_free((xdrproc_t)xdr___dbc_del_reply, (void *)replyp);
2756 __dbc_dup_reply *replyp = NULL;
2773 replyp = __db_dbc_dup_4007(&msg, cl);
2774 if (replyp == NULL) {
2779 ret = __dbcl_dbc_dup_ret(dbc, dbcp, flags, replyp);
2781 if (replyp != NULL)
2782 xdr_free((xdrproc_t)xdr___dbc_dup_reply, (void *)replyp);
2798 __dbc_get_reply *replyp = NULL;
2827 replyp = __db_dbc_get_4007(&msg, cl);
2828 if (replyp == NULL) {
2833 ret = __dbcl_dbc_get_ret(dbc, key, data, flags, replyp);
2835 if (replyp != NULL)
2836 xdr_free((xdrproc_t)xdr___dbc_get_reply, (void *)replyp);
2850 __dbc_get_priority_reply *replyp = NULL;
2866 replyp = __db_dbc_get_priority_4007(&msg, cl);
2867 if (replyp == NULL) {
2872 ret = replyp->status;
2874 *priorityp = (DB_CACHE_PRIORITY)replyp->priority;
2876 if (replyp != NULL)
2877 xdr_free((xdrproc_t)xdr___dbc_get_priority_reply, (void *)replyp);
2894 __dbc_pget_reply *replyp = NULL;
2929 replyp = __db_dbc_pget_4007(&msg, cl);
2930 if (replyp == NULL) {
2935 ret = __dbcl_dbc_pget_ret(dbc, skey, pkey, data, flags, replyp);
2937 if (replyp != NULL)
2938 xdr_free((xdrproc_t)xdr___dbc_pget_reply, (void *)replyp);
2954 __dbc_put_reply *replyp = NULL;
2983 replyp = __db_dbc_put_4007(&msg, cl);
2984 if (replyp == NULL) {
2989 ret = __dbcl_dbc_put_ret(dbc, key, data, flags, replyp);
2991 if (replyp != NULL)
2992 xdr_free((xdrproc_t)xdr___dbc_put_reply, (void *)replyp);
3006 __dbc_set_priority_reply *replyp = NULL;
3023 replyp = __db_dbc_set_priority_4007(&msg, cl);
3024 if (replyp == NULL) {
3029 ret = replyp->status;
3031 if (replyp != NULL)
3032 xdr_free((xdrproc_t)xdr___dbc_set_priority_reply, (void *)replyp);
3045 __txn_abort_reply *replyp = NULL;
3061 replyp = __db_txn_abort_4007(&msg, cl);
3062 if (replyp == NULL) {
3067 ret = __dbcl_txn_abort_ret(txnp, replyp);
3069 if (replyp != NULL)
3070 xdr_free((xdrproc_t)xdr___txn_abort_reply, (void *)replyp);
3084 __txn_commit_reply *replyp = NULL;
3101 replyp = __db_txn_commit_4007(&msg, cl);
3102 if (replyp == NULL) {
3107 ret = __dbcl_txn_commit_ret(txnp, flags, replyp);
3109 if (replyp != NULL)
3110 xdr_free((xdrproc_t)xdr___txn_commit_reply, (void *)replyp);
3124 __txn_discard_reply *replyp = NULL;
3141 replyp = __db_txn_discard_4007(&msg, cl);
3142 if (replyp == NULL) {
3147 ret = __dbcl_txn_discard_ret(txnp, flags, replyp);
3149 if (replyp != NULL)
3150 xdr_free((xdrproc_t)xdr___txn_discard_reply, (void *)replyp);
3164 __txn_prepare_reply *replyp = NULL;
3181 replyp = __db_txn_prepare_4007(&msg, cl);
3182 if (replyp == NULL) {
3187 ret = replyp->status;
3189 if (replyp != NULL)
3190 xdr_free((xdrproc_t)xdr___txn_prepare_reply, (void *)replyp);