Searched refs:replyp (Results 1 - 7 of 7) sorted by relevance

/macosx-10.9.5/BerkeleyDB-21/db/dist/template/
H A Dgen_client_ret12 __dbcl_env_create_ret(dbenv, timeout, replyp)
15 __env_create_reply *replyp;
20 if (replyp->status != 0)
21 return (replyp->status);
22 env = replyp->envcl_id;
28 return (replyp->status);
36 __dbcl_env_cdsgroup_begin_ret(dbenv, txnpp, replyp)
39 __env_cdsgroup_begin_reply *replyp;
44 if (replyp->status != 0)
45 return (replyp
[all...]
/macosx-10.9.5/BerkeleyDB-21/db/rpc_client/
H A Dgen_client_ret.c34 __dbcl_env_create_ret(dbenv, timeout, replyp)
37 __env_create_reply *replyp;
42 if (replyp->status != 0)
43 return (replyp->status);
44 dbenv->cl_id = replyp->envcl_id;
45 return (replyp->status);
53 __dbcl_env_open_ret(dbenv, home, flags, mode, replyp)
58 __env_open_reply *replyp;
70 if (replyp->status != 0)
71 return (replyp
[all...]
H A Dgen_client.c72 __env_create_reply *replyp = NULL; local
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; local
117 replyp = __db_env_cdsgroup_begin_4007(&msg, cl);
118 if (replyp == NULL) {
123 ret = __dbcl_env_cdsgroup_begin_ret(dbenv, txnpp, replyp);
140 __env_close_reply *replyp = NULL; local
179 __env_dbremove_reply *replyp = NULL; local
231 __env_dbrename_reply *replyp = NULL; local
285 __env_get_cachesize_reply *replyp = NULL; local
325 __env_get_encrypt_flags_reply *replyp = NULL; local
361 __env_get_flags_reply *replyp = NULL; local
397 __env_get_home_reply *replyp = NULL; local
433 __env_get_open_flags_reply *replyp = NULL; local
471 __env_open_reply *replyp = NULL; local
512 __env_remove_reply *replyp = NULL; local
554 __env_set_cachesize_reply *replyp = NULL; local
592 __env_set_encrypt_reply *replyp = NULL; local
632 __env_set_flags_reply *replyp = NULL; local
671 __env_txn_begin_reply *replyp = NULL; local
714 __env_txn_recover_reply *replyp = NULL; local
751 __db_create_reply *replyp = NULL; local
790 __db_associate_reply *replyp = NULL; local
842 __db_close_reply *replyp = NULL; local
884 __db_cursor_reply *replyp = NULL; local
930 __db_del_reply *replyp = NULL; local
983 __db_get_reply *replyp = NULL; local
1039 __db_get_bt_minkey_reply *replyp = NULL; local
1082 __db_get_dbname_reply *replyp = NULL; local
1125 __db_get_encrypt_flags_reply *replyp = NULL; local
1166 __db_get_flags_reply *replyp = NULL; local
1207 __db_get_h_ffactor_reply *replyp = NULL; local
1248 __db_get_h_nelem_reply *replyp = NULL; local
1289 __db_get_lorder_reply *replyp = NULL; local
1330 __db_get_open_flags_reply *replyp = NULL; local
1371 __db_get_pagesize_reply *replyp = NULL; local
1412 __db_get_priority_reply *replyp = NULL; local
1453 __db_get_q_extentsize_reply *replyp = NULL; local
1494 __db_get_re_delim_reply *replyp = NULL; local
1535 __db_get_re_len_reply *replyp = NULL; local
1576 __db_get_re_pad_reply *replyp = NULL; local
1619 __db_join_reply *replyp = NULL; local
1675 __db_key_range_reply *replyp = NULL; local
1731 __db_open_reply *replyp = NULL; local
1790 __db_pget_reply *replyp = NULL; local
1855 __db_put_reply *replyp = NULL; local
1914 __db_remove_reply *replyp = NULL; local
1966 __db_rename_reply *replyp = NULL; local
2018 __db_set_bt_minkey_reply *replyp = NULL; local
2059 __db_set_encrypt_reply *replyp = NULL; local
2103 __db_set_flags_reply *replyp = NULL; local
2143 __db_set_h_ffactor_reply *replyp = NULL; local
2183 __db_set_h_nelem_reply *replyp = NULL; local
2223 __db_set_lorder_reply *replyp = NULL; local
2263 __db_set_pagesize_reply *replyp = NULL; local
2303 __db_set_priority_reply *replyp = NULL; local
2343 __db_set_q_extentsize_reply *replyp = NULL; local
2383 __db_set_re_delim_reply *replyp = NULL; local
2423 __db_set_re_len_reply *replyp = NULL; local
2463 __db_set_re_pad_reply *replyp = NULL; local
2505 __db_stat_reply *replyp = NULL; local
2549 __db_sync_reply *replyp = NULL; local
2592 __db_truncate_reply *replyp = NULL; local
2635 __dbc_close_reply *replyp = NULL; local
2675 __dbc_count_reply *replyp = NULL; local
2715 __dbc_del_reply *replyp = NULL; local
2756 __dbc_dup_reply *replyp = NULL; local
2798 __dbc_get_reply *replyp = NULL; local
2850 __dbc_get_priority_reply *replyp = NULL; local
2894 __dbc_pget_reply *replyp = NULL; local
2954 __dbc_put_reply *replyp = NULL; local
3006 __dbc_set_priority_reply *replyp = NULL; local
3045 __txn_abort_reply *replyp = NULL; local
3084 __txn_commit_reply *replyp = NULL; local
3124 __txn_discard_reply *replyp = NULL; local
3164 __txn_prepare_reply *replyp = NULL; local
[all...]
/macosx-10.9.5/BerkeleyDB-21/db/rpc_server/c/
H A Ddb_server_proc.c24 __env_get_cachesize_proc(dbenvcl_id, replyp)
26 __env_get_cachesize_reply *replyp;
34 replyp->status = dbenv->get_cachesize(dbenv, &replyp->gbytes,
35 &replyp->bytes, (int *)&replyp->ncache);
43 __env_set_cachesize_proc(dbenvcl_id, gbytes, bytes, ncache, replyp)
48 __env_set_cachesize_reply *replyp;
59 replyp->status = ret;
68 __env_cdsgroup_begin_proc(dbenvcl_id, replyp)
[all...]
/macosx-10.9.5/BerkeleyDB-21/db/rpc_server/cxx/
H A Ddb_server_cxxproc.cpp23 __env_get_cachesize_reply *replyp)
31 replyp->status = dbenv->get_cachesize(&replyp->gbytes,
32 &replyp->bytes, (int *)&replyp->ncache);
41 __env_set_cachesize_reply *replyp)
52 replyp->status = ret;
57 __env_cdsgroup_begin_proc(u_int dbenvcl_id, __env_cdsgroup_begin_reply *replyp) argument
67 ctp = new_ct_ent(&replyp->status);
77 replyp
21 __env_get_cachesize_proc( u_int dbenvcl_id, __env_get_cachesize_reply *replyp) argument
36 __env_set_cachesize_proc( u_int dbenvcl_id, u_int32_t gbytes, u_int32_t bytes, u_int32_t ncache, __env_set_cachesize_reply *replyp) argument
88 __env_close_proc( u_int dbenvcl_id, u_int32_t flags, __env_close_reply *replyp) argument
101 __env_create_proc( u_int32_t timeout, __env_create_reply *replyp) argument
126 __env_dbremove_proc( u_int dbenvcl_id, u_int txnpcl_id, char *name, char *subdb, u_int32_t flags, __env_dbremove_reply *replyp) argument
155 __env_dbrename_proc( u_int dbenvcl_id, u_int txnpcl_id, char *name, char *subdb, char *newname, u_int32_t flags, __env_dbrename_reply *replyp) argument
185 __env_get_encrypt_flags_proc( u_int dbenvcl_id, __env_get_encrypt_flags_reply *replyp) argument
199 __env_set_encrypt_proc( u_int dbenvcl_id, char *passwd, u_int32_t flags, __env_set_encrypt_reply *replyp) argument
219 __env_get_flags_proc( u_int dbenvcl_id, __env_get_flags_reply *replyp) argument
233 __env_set_flags_proc( u_int dbenvcl_id, u_int32_t flags, u_int32_t onoff, __env_set_flags_reply *replyp) argument
257 __env_get_home_proc( u_int dbenvcl_id, __env_get_home_reply *replyp) argument
271 __env_get_open_flags_proc( u_int dbenvcl_id, __env_get_open_flags_reply *replyp) argument
285 __env_open_proc( u_int dbenvcl_id, char *home, u_int32_t flags, u_int32_t mode, __env_open_reply *replyp) argument
348 __env_remove_proc( u_int dbenvcl_id, char *home, u_int32_t flags, __env_remove_reply *replyp) argument
374 __txn_abort_proc( u_int txnpcl_id, __txn_abort_reply *replyp) argument
392 __env_txn_begin_proc( u_int dbenvcl_id, u_int parentcl_id, u_int32_t flags, __env_txn_begin_reply *replyp) argument
435 __txn_commit_proc( u_int txnpcl_id, u_int32_t flags, __txn_commit_reply *replyp) argument
455 __txn_discard_proc( u_int txnpcl_id, u_int32_t flags, __txn_discard_reply *replyp) argument
475 __txn_prepare_proc( u_int txnpcl_id, u_int8_t *gid, __txn_prepare_reply *replyp) argument
493 __env_txn_recover_proc( u_int dbenvcl_id, u_int32_t count, u_int32_t flags, __env_txn_recover_reply *replyp, int * freep) argument
600 __db_associate_proc( u_int dbpcl_id, u_int txnpcl_id, u_int sdbpcl_id, u_int32_t flags, __db_associate_reply *replyp) argument
638 __db_get_bt_minkey_proc( u_int dbpcl_id, __db_get_bt_minkey_reply *replyp) argument
652 __db_set_bt_minkey_proc( u_int dbpcl_id, u_int32_t minkey, __db_set_bt_minkey_reply *replyp) argument
671 __db_close_proc( u_int dbpcl_id, u_int32_t flags, __db_close_reply *replyp) argument
684 __db_create_proc( u_int dbenvcl_id, u_int32_t flags, __db_create_reply *replyp) argument
715 __db_del_proc( u_int dbpcl_id, u_int txnpcl_id, u_int32_t keydlen, u_int32_t keydoff, u_int32_t keyulen, u_int32_t keyflags, void *keydata, u_int32_t keysize, u_int32_t flags, __db_del_reply *replyp) argument
754 __db_get_encrypt_flags_proc( u_int dbpcl_id, __db_get_encrypt_flags_reply *replyp) argument
768 __db_set_encrypt_proc( u_int dbpcl_id, char *passwd, u_int32_t flags, __db_set_encrypt_reply *replyp) argument
787 __db_get_q_extentsize_proc( u_int dbpcl_id, __db_get_q_extentsize_reply *replyp) argument
801 __db_set_q_extentsize_proc( u_int dbpcl_id, u_int32_t extentsize, __db_set_q_extentsize_reply *replyp) argument
820 __db_get_flags_proc( u_int dbpcl_id, __db_get_flags_reply *replyp) argument
834 __db_set_flags_proc( u_int dbpcl_id, u_int32_t flags, __db_set_flags_reply *replyp) argument
854 __db_get_proc( u_int dbpcl_id, u_int txnpcl_id, u_int32_t keydlen, u_int32_t keydoff, u_int32_t keyulen, u_int32_t keyflags, void *keydata, u_int32_t keysize, u_int32_t datadlen, u_int32_t datadoff, u_int32_t dataulen, u_int32_t dataflags, void *datadata, u_int32_t datasize, u_int32_t flags, __db_get_reply *replyp, int * freep) argument
990 __db_get_h_ffactor_proc( u_int dbpcl_id, __db_get_h_ffactor_reply *replyp) argument
1004 __db_set_h_ffactor_proc( u_int dbpcl_id, u_int32_t ffactor, __db_set_h_ffactor_reply *replyp) argument
1023 __db_get_h_nelem_proc( u_int dbpcl_id, __db_get_h_nelem_reply *replyp) argument
1037 __db_set_h_nelem_proc( u_int dbpcl_id, u_int32_t nelem, __db_set_h_nelem_reply *replyp) argument
1056 __db_key_range_proc( u_int dbpcl_id, u_int txnpcl_id, u_int32_t keydlen, u_int32_t keydoff, u_int32_t keyulen, u_int32_t keyflags, void *keydata, u_int32_t keysize, u_int32_t flags, __db_key_range_reply *replyp) argument
1099 __db_get_lorder_proc( u_int dbpcl_id, __db_get_lorder_reply *replyp) argument
1113 __db_set_lorder_proc( u_int dbpcl_id, u_int32_t lorder, __db_set_lorder_reply *replyp) argument
1132 __db_get_dbname_proc( u_int dbpcl_id, __db_get_dbname_reply *replyp) argument
1147 __db_get_open_flags_proc( u_int dbpcl_id, __db_get_open_flags_reply *replyp) argument
1161 __db_open_proc( u_int dbpcl_id, u_int txnpcl_id, char *name, char *subdb, u_int32_t type, u_int32_t flags, u_int32_t mode, __db_open_reply *replyp) argument
1238 __db_get_pagesize_proc( u_int dbpcl_id, __db_get_pagesize_reply *replyp) argument
1252 __db_set_pagesize_proc( u_int dbpcl_id, u_int32_t pagesize, __db_set_pagesize_reply *replyp) argument
1271 __db_get_priority_proc( u_int dbpcl_id, __db_get_priority_reply *replyp) argument
1286 __db_set_priority_proc( u_int dbpcl_id, u_int32_t priority, __db_set_priority_reply *replyp) argument
1305 __db_pget_proc( u_int dbpcl_id, u_int txnpcl_id, u_int32_t skeydlen, u_int32_t skeydoff, u_int32_t skeyulen, u_int32_t skeyflags, void *skeydata, u_int32_t skeysize, u_int32_t pkeydlen, u_int32_t pkeydoff, u_int32_t pkeyulen, u_int32_t pkeyflags, void *pkeydata, u_int32_t pkeysize, u_int32_t datadlen, u_int32_t datadoff, u_int32_t dataulen, u_int32_t dataflags, void *datadata, u_int32_t datasize, u_int32_t flags, __db_pget_reply *replyp, int * freep) argument
1486 __db_put_proc( u_int dbpcl_id, u_int txnpcl_id, u_int32_t keydlen, u_int32_t keydoff, u_int32_t keyulen, u_int32_t keyflags, void *keydata, u_int32_t keysize, u_int32_t datadlen, u_int32_t datadoff, u_int32_t dataulen, u_int32_t dataflags, void *datadata, u_int32_t datasize, u_int32_t flags, __db_put_reply *replyp, int * freep) argument
1577 __db_get_re_delim_proc( u_int dbpcl_id, __db_get_re_delim_reply *replyp) argument
1591 __db_set_re_delim_proc( u_int dbpcl_id, u_int32_t delim, __db_set_re_delim_reply *replyp) argument
1610 __db_get_re_len_proc( u_int dbpcl_id, __db_get_re_len_reply *replyp) argument
1624 __db_set_re_len_proc( u_int dbpcl_id, u_int32_t len, __db_set_re_len_reply *replyp) argument
1643 __db_get_re_pad_proc( u_int dbpcl_id, __db_get_re_pad_reply *replyp) argument
1657 __db_set_re_pad_proc( u_int dbpcl_id, u_int32_t pad, __db_set_re_pad_reply *replyp) argument
1676 __db_remove_proc( u_int dbpcl_id, char *name, char *subdb, u_int32_t flags, __db_remove_reply *replyp) argument
1698 __db_rename_proc( u_int dbpcl_id, char *name, char *subdb, char *newname, u_int32_t flags, __db_rename_reply *replyp) argument
1721 __db_stat_proc( u_int dbpcl_id, u_int txnpcl_id, u_int32_t flags, __db_stat_reply *replyp, int * freep) argument
1782 __db_sync_proc( u_int dbpcl_id, u_int32_t flags, __db_sync_reply *replyp) argument
1801 __db_truncate_proc( u_int dbpcl_id, u_int txnpcl_id, u_int32_t flags, __db_truncate_reply *replyp) argument
1829 __db_cursor_proc( u_int dbpcl_id, u_int txnpcl_id, u_int32_t flags, __db_cursor_reply *replyp) argument
1871 __db_join_proc( u_int dbpcl_id, u_int32_t *curs, u_int32_t curslen, u_int32_t flags, __db_join_reply *replyp) argument
1970 __dbc_close_proc( u_int dbccl_id, __dbc_close_reply *replyp) argument
1982 __dbc_count_proc( u_int dbccl_id, u_int32_t flags, __dbc_count_reply *replyp) argument
2003 __dbc_del_proc( u_int dbccl_id, u_int32_t flags, __dbc_del_reply *replyp) argument
2022 __dbc_dup_proc( u_int dbccl_id, u_int32_t flags, __dbc_dup_reply *replyp) argument
2059 __dbc_get_proc( u_int dbccl_id, u_int32_t keydlen, u_int32_t keydoff, u_int32_t keyulen, u_int32_t keyflags, void *keydata, u_int32_t keysize, u_int32_t datadlen, u_int32_t datadoff, u_int32_t dataulen, u_int32_t dataflags, void *datadata, u_int32_t datasize, u_int32_t flags, __dbc_get_reply *replyp, int * freep) argument
2195 __dbc_pget_proc( u_int dbccl_id, u_int32_t skeydlen, u_int32_t skeydoff, u_int32_t skeyulen, u_int32_t skeyflags, void *skeydata, u_int32_t skeysize, u_int32_t pkeydlen, u_int32_t pkeydoff, u_int32_t pkeyulen, u_int32_t pkeyflags, void *pkeydata, u_int32_t pkeysize, u_int32_t datadlen, u_int32_t datadoff, u_int32_t dataulen, u_int32_t dataflags, void *datadata, u_int32_t datasize, u_int32_t flags, __dbc_pget_reply *replyp, int * freep) argument
2337 __dbc_put_proc( u_int dbccl_id, u_int32_t keydlen, u_int32_t keydoff, u_int32_t keyulen, u_int32_t keyflags, void *keydata, u_int32_t keysize, u_int32_t datadlen, u_int32_t datadoff, u_int32_t dataulen, u_int32_t dataflags, void *datadata, u_int32_t datasize, u_int32_t flags, __dbc_put_reply *replyp, int * freep) argument
2403 __dbc_get_priority_proc( u_int dbccl_id, __dbc_get_priority_reply *replyp) argument
2418 __dbc_set_priority_proc( u_int dbccl_id, u_int32_t priority, __dbc_set_priority_reply *replyp) argument
[all...]
/macosx-10.9.5/BerkeleyDB-21/db/dbinc/
H A Ddb_server_int.h138 * Assumes local variable 'replyp'.
144 replyp->status = DB_NOSERVER_ID; \
/macosx-10.9.5/Libinfo-449.1.3/rpc.subproj/
H A Dsvc_udp.c520 cache_get(xprt, msg, replyp, replylenp)
523 char **replyp;
544 *replyp = ent->cache_reply;

Completed in 79 milliseconds