Searched refs:statp (Results 1 - 25 of 48) sorted by relevance

12

/macosx-10.10.1/BerkeleyDB-21/db/libdb_java/
H A Djava_stat_auto.c10 jobject jobj, struct __db_bt_stat *statp) {
11 JAVADB_STAT_INT(jnienv, jobj, bt_stat_bt_magic_fid, statp, bt_magic);
12 JAVADB_STAT_INT(jnienv, jobj, bt_stat_bt_version_fid, statp, bt_version);
13 JAVADB_STAT_INT(jnienv, jobj, bt_stat_bt_metaflags_fid, statp, bt_metaflags);
14 JAVADB_STAT_INT(jnienv, jobj, bt_stat_bt_nkeys_fid, statp, bt_nkeys);
15 JAVADB_STAT_INT(jnienv, jobj, bt_stat_bt_ndata_fid, statp, bt_ndata);
16 JAVADB_STAT_INT(jnienv, jobj, bt_stat_bt_pagecnt_fid, statp, bt_pagecnt);
17 JAVADB_STAT_INT(jnienv, jobj, bt_stat_bt_pagesize_fid, statp, bt_pagesize);
18 JAVADB_STAT_INT(jnienv, jobj, bt_stat_bt_minkey_fid, statp, bt_minkey);
19 JAVADB_STAT_INT(jnienv, jobj, bt_stat_bt_re_len_fid, statp, bt_re_le
9 __dbj_fill_bt_stat(JNIEnv *jnienv, jobject jobj, struct __db_bt_stat *statp) argument
34 __dbj_fill_compact(JNIEnv *jnienv, jobject jobj, struct __db_compact *statp) argument
47 __dbj_fill_h_stat(JNIEnv *jnienv, jobject jobj, struct __db_h_stat *statp) argument
68 __dbj_fill_lock_stat(JNIEnv *jnienv, jobject jobj, struct __db_lock_stat *statp) argument
114 __dbj_fill_log_stat(JNIEnv *jnienv, jobject jobj, struct __db_log_stat *statp) argument
141 __dbj_fill_mpool_fstat(JNIEnv *jnienv, jobject jobj, struct __db_mpool_fstat *statp) argument
153 __dbj_fill_mpool_stat(JNIEnv *jnienv, jobject jobj, struct __db_mpool_stat *statp) argument
197 __dbj_fill_mutex_stat(JNIEnv *jnienv, jobject jobj, struct __db_mutex_stat *statp) argument
210 __dbj_fill_qam_stat(JNIEnv *jnienv, jobject jobj, struct __db_qam_stat *statp) argument
227 __dbj_fill_rep_stat(JNIEnv *jnienv, jobject jobj, struct __db_rep_stat *statp) argument
287 __dbj_fill_repmgr_stat(JNIEnv *jnienv, jobject jobj, struct __db_repmgr_stat *statp) argument
296 __dbj_fill_seq_stat(JNIEnv *jnienv, jobject jobj, struct __db_seq_stat *statp) argument
309 __dbj_fill_txn_stat(JNIEnv *jnienv, jobject jobj, struct __db_txn_stat *statp) argument
329 __dbj_fill_txn_active(JNIEnv *jnienv, jobject jobj, struct __db_txn_active *statp) argument
[all...]
H A Djava_stat.i6 #define JAVADB_STAT_INT(jenv, jobj, fid, statp, name) \
7 (*jenv)->SetIntField(jenv, jobj, fid, (jint)statp->name)
9 #define JAVADB_STAT_STRING(jenv, jobj, fid, statp, name) \
11 (*jenv)->NewStringUTF(jenv, statp->name))
13 #define JAVADB_STAT_LSN(jenv, jobj, fid, statp, name) \
15 __dbj_wrap_DB_LSN(jenv, &statp->name))
17 #define JAVADB_STAT_LONG(jenv, jobj, fid, statp, name) \
19 (jlong)statp->name)
21 #define JAVADB_STAT_XID(jenv, jobj, fid, statp, name) { \
25 0, (jsize)DB_XIDDATASIZE, (jbyte *)statp
[all...]
/macosx-10.10.1/postfix-255/postfix/src/global/
H A Dmail_open_ok.c9 /* int mail_open_ok(queue_name, queue_id, statp, pathp)
12 /* struct stat *statp;
78 struct stat * statp, const char **path)
96 if (lstat(*path, statp) < 0) {
101 if (!S_ISREG(statp->st_mode)) {
102 msg_warn("%s: uid %ld: not a regular file", *path, (long) statp->st_uid);
105 if ((statp->st_mode & S_IRWXU) != MAIL_QUEUE_STAT_READY)
118 if (statp->st_nlink > 1) {
121 (long) statp->st_uid, (int) statp
77 mail_open_ok(const char *queue_name, const char *queue_id, struct stat * statp, const char **path) argument
[all...]
/macosx-10.10.1/libresolv-57/
H A Dres_init.c523 res_vinit_from_file(res_state statp, int preinit, char *resconf_file) argument
546 statp->retrans = RES_TIMEOUT;
547 statp->retry = RES_DFLRETRY;
548 statp->options = RES_DEFAULT;
549 statp->id = res_randomid();
552 if ((statp->options & RES_INIT) != 0) res_ndestroy(statp);
554 /* N.B. we allocate a new statp->_u._ext.ext below */
557 statp->_pad = 9;
559 statp
1028 res_setoptions(res_state statp, const char *options, const char *source) argument
1145 __res_vinit(res_state statp, int preinit) argument
1342 res_ninit(res_state statp) argument
1385 res_nclose(res_state statp) argument
1410 res_ndestroy(res_state statp) argument
1429 res_get_nibblesuffix(res_state statp) argument
1436 res_get_nibblesuffix2(res_state statp) argument
1443 res_get_bitstringsuffix(res_state statp) argument
1450 res_setservers(res_state statp, const union res_sockaddr_union *set, int cnt) argument
1499 res_getservers(res_state statp, union res_sockaddr_union *set, int cnt) argument
[all...]
H A Dres_debug.h24 # define Aerror(statp, file, string, error, address) /*empty*/
25 # define Perror(statp, file, string, error) /*empty*/
30 res_pquery(statp, query, size, stdout);\
H A Dres_send.c379 res_ourserver_p(const res_state statp, const struct sockaddr *sa) argument
389 for (ns = 0; ns < statp->nscount; ns++)
391 srv = (struct sockaddr_in *)get_nsaddr(statp, ns);
400 if (EXT(statp).ext == NULL) break;
402 for (ns = 0; ns < statp->nscount; ns++)
404 srv6 = (struct sockaddr_in6 *)get_nsaddr(statp, ns);
505 dns_res_send(res_state statp, const u_char *buf, int buflen, u_char *ans, int *anssiz, struct sockaddr *from, int *fromlen) argument
513 if (statp->nscount == 0)
526 DprintQ((statp->options & RES_DEBUG) || (statp
807 res_nsend_2(res_state statp, const u_char *buf, int buflen, u_char *ans, int anssiz, struct sockaddr *from, int *fromlen) argument
818 res_nsend(res_state statp, const u_char *buf, int buflen, u_char *ans, int anssiz) argument
847 get_nsaddr(res_state statp, size_t n) argument
870 send_vc(res_state statp, const u_char *buf, int buflen, u_char *ans, int *anssiz, int *terrno, int ns, struct sockaddr *from, int *fromlen, int notify_token) argument
1154 send_dg(res_state statp, const u_char *buf, int buflen, u_char *ans, int *anssiz, int *terrno, int ns, int *v_circuit, int *gotsomewhere, struct sockaddr *from, int *fromlen, int notify_token) argument
1508 Aerror(const res_state statp, FILE *file, const char *string, int error, const struct sockaddr *address, int alen) argument
1531 Perror(const res_state statp, FILE *file, const char *string, int error) argument
[all...]
H A Dres_query.c298 res_query_mDNSResponder(res_state statp, const char *name, int class, int type, u_char *answer, int anslen, struct sockaddr *from, uint32_t *fromlen) argument
324 context.res_flags = statp->options;
327 context.anslen = res_nmkquery(statp, ns_o_query, name, class, type, NULL, 0, NULL, answer, anslen);
374 if (statp->options & RES_DEBUG) printf(";; res_query_mDNSResponder\n");
387 /* N.B. statp->retrans is actually the total timeount in seconds */
388 timeout.tv_sec = statp->retrans;
391 finish.tv_sec = ctv.tv_sec + statp->retrans;
442 if (statp->options & RES_DEBUG) printf(";; cancelled\n");
462 if (statp->options & RES_DEBUG) printf(";; cancelled\n");
588 res_nquery_soa_min(res_state statp, cons argument
680 res_nquery_2(res_state statp, const char *name, int class, int type, u_char *answer, int anslen, struct sockaddr *from, int *fromlen) argument
688 res_nquery(res_state statp, const char *name, int class, int type, u_char *answer, int anslen) argument
703 res_nquerydomain_2(res_state statp, const char *name, const char *domain, int class, int type, u_char *answer, int anslen, struct sockaddr *from, int *fromlen) argument
753 res_nquerydomain(res_state statp, const char *name, const char *domain, int class, int type, u_char *answer, int anslen) argument
770 res_nsearch_2(res_state statp, const char *name, int class, int type, u_char *answer, int anslen, struct sockaddr *from, int *fromlen) argument
901 __res_nsearch_list_2(res_state statp, const char *name, int class, int type, u_char *answer, int anslen, struct sockaddr *from, int *fromlen, int nsearch, char **search) argument
1032 res_nsearch(res_state statp, const char *name, int class, int type, u_char *answer, int anslen) argument
1043 res_hostalias(const res_state statp, const char *name, char *dst, size_t siz) argument
[all...]
H A Dres_update.c92 if ((statp->options & RES_DEBUG) != 0) res_dprintf x; \
99 res_nupdate(res_state statp, ns_updrec *rrecp_in, ns_tsig_key *key) { argument
115 nscnt = res_findzonecut2(statp, rrecp->r_dname, tgrp.z_class,
158 n = res_nmkupdate(statp, HEAD(zptr->z_rrlist),
165 nscount = res_getservers(statp, nsaddrs, MAXNS);
166 res_setservers(statp, zptr->z_nsaddrs, zptr->z_nscount);
170 n = res_nsendsigned(statp, packet, n, key,
173 n = res_nsend(statp, packet, n, answer, sizeof answer);
183 res_setservers(statp, nsaddrs, nscount);
195 res_setservers(statp, nsaddr
[all...]
H A Dres_mkquery.c102 res_nmkquery(res_state statp, argument
124 if (statp->options & RES_DEBUG)
138 hp->id = htons(++statp->id);
141 hp->rd = (statp->options & RES_RECURSE) != 0;
223 res_nopt(statp, n0, buf, buflen, anslen)
224 res_state statp;
235 if ((statp->options & RES_DEBUG) != 0)
255 if (statp->options & RES_USE_DNSSEC) {
257 if (statp->options & RES_DEBUG)
H A Dres_findzonecut.c102 if ((statp->options & RES_DEBUG) != 0) res_dprintf x; \
162 res_findzonecut(res_state statp, const char *dname, ns_class class, int opts, argument
175 result = res_findzonecut2(statp, dname, class, opts, zname, zsize,
186 res_findzonecut2(res_state statp, const char *dname, ns_class class, int opts, argument
197 save_pfcode = statp->pfcode;
198 statp->pfcode |= RES_PRF_HEAD2 | RES_PRF_HEAD1 | RES_PRF_HEADX |
204 if ((n = get_soa(statp, dname, class, opts, zname, zsize,
207 (n = satisfy(statp, mname, &nsrrs, addrs, naddrs)) > 0))
211 if ((n = get_ns(statp, zname, class, opts, &nsrrs)) < 0 ||
213 (n = satisfy(statp, mnam
230 satisfy(res_state statp, const char *mname, rrset_ns *nsrrsp, union res_sockaddr_union *addrs, int naddrs) argument
258 add_addrs(res_state statp, rr_ns *nsrr, union res_sockaddr_union *addrs, int naddrs) argument
276 get_soa(res_state statp, const char *dname, ns_class class, int opts, char *zname, size_t zsize, char *mname, size_t msize, rrset_ns *nsrrsp) argument
404 get_ns(res_state statp, const char *zname, ns_class class, int opts, rrset_ns *nsrrsp) argument
430 get_glue(res_state statp, ns_class class, int opts, rrset_ns *nsrrsp) argument
494 save_ns(res_state statp, ns_msg *msg, ns_sect sect, const char *owner, ns_class class, int opts, rrset_ns *nsrrsp) argument
555 save_a(res_state statp, ns_msg *msg, ns_sect sect, const char *owner, ns_class class, int opts, rr_ns *nsrr) argument
652 do_query(res_state statp, const char *dname, ns_class class, ns_type qtype, u_char *resp, ns_msg *msg) argument
[all...]
H A Dres_sendsigned.c36 res_nsendsigned(res_state statp, const u_char *msg, int msglen, argument
51 nstatp = (res_state) malloc(sizeof(*statp));
56 memcpy(nstatp, statp, sizeof(*statp));
H A Dres_debug.c140 fp_resstat(const res_state statp, FILE *file) { argument
145 if (statp->options & mask)
151 do_section(const res_state statp, argument
164 sflag = (statp->pfcode & pflag);
165 if (statp->pfcode && !sflag)
182 (statp->pfcode & RES_PRF_HEAD1))
186 if (rrnum == 0 && sflag != 0 && (statp->pfcode & RES_PRF_HEAD1))
234 res_pquery(const res_state statp, const u_char *msg, int len, FILE *file) { argument
254 if ((!statp->pfcode) || (statp
[all...]
/macosx-10.10.1/BerkeleyDB-21/db/repmgr/
H A Drepmgr_stat.c28 __repmgr_stat_pp(dbenv, statp, flags)
30 DB_REPMGR_STAT **statp;
45 return (__repmgr_stat(env, statp, flags));
53 __repmgr_stat(env, statp, flags)
55 DB_REPMGR_STAT **statp;
64 *statp = NULL;
74 *statp = stats;
200 __repmgr_stat_pp(dbenv, statp, flags)
202 DB_REPMGR_STAT **statp;
205 COMPQUIET(statp, NUL
[all...]
H A Drepmgr_stub.c152 __repmgr_stat_pp(dbenv, statp, flags)
154 DB_REPMGR_STAT **statp;
157 COMPQUIET(statp, NULL);
/macosx-10.10.1/BerkeleyDB-21/db/log/
H A Dlog_stat.c28 __log_stat_pp(dbenv, statp, flags)
30 DB_LOG_STAT **statp;
47 REPLICATION_WRAP(env, (__log_stat(env, statp, flags)), 0, ret);
57 __log_stat(env, statp, flags)
59 DB_LOG_STAT **statp;
67 *statp = NULL;
100 *statp = stats;
314 __log_stat_pp(dbenv, statp, flags)
316 DB_LOG_STAT **statp;
319 COMPQUIET(statp, NUL
[all...]
/macosx-10.10.1/emacs-93/emacs/src/
H A Dfilemode.c136 filemodestring (statp, str)
137 struct stat *statp;
140 mode_string (statp->st_mode, str);
/macosx-10.10.1/BerkeleyDB-21/db/examples_c/
H A Dex_btrec.c36 DB_BTREE_STAT *statp; local
108 if ((ret = dbp->stat(dbp, NULL, &statp, 0)) != 0) {
113 progname, (u_long)statp->bt_ndata);
114 free(statp);
/macosx-10.10.1/BerkeleyDB-21/db/examples_cxx/
H A DBtRecExample.cpp103 DB_BTREE_STAT *statp; local
105 dbp->stat(NULL, &statp, 0);
107 << (u_long)statp->bt_ndata << " records\n";
112 free(statp);
/macosx-10.10.1/BerkeleyDB-21/db/mutex/
H A Dmut_stat.c30 __mutex_stat_pp(dbenv, statp, flags)
32 DB_MUTEX_STAT **statp;
46 REPLICATION_WRAP(env, (__mutex_stat(env, statp, flags)), 0, ret);
56 __mutex_stat(env, statp, flags)
58 DB_MUTEX_STAT **statp;
66 *statp = NULL;
88 *statp = stats;
463 __mutex_stat_pp(dbenv, statp, flags)
465 DB_MUTEX_STAT **statp;
468 COMPQUIET(statp, NUL
[all...]
H A Dmut_stub.c206 __mutex_stat_pp(dbenv, statp, flags)
208 DB_MUTEX_STAT **statp;
211 COMPQUIET(statp, NULL);
/macosx-10.10.1/BerkeleyDB-21/db/txn/
H A Dtxn_stat.c35 __txn_stat_pp(dbenv, statp, flags)
37 DB_TXN_STAT **statp;
54 REPLICATION_WRAP(env, (__txn_stat(env, statp, flags)), 0, ret);
64 __txn_stat(env, statp, flags)
66 DB_TXN_STAT **statp;
77 *statp = NULL;
150 *statp = stats;
446 __txn_stat_pp(dbenv, statp, flags)
448 DB_TXN_STAT **statp;
451 COMPQUIET(statp, NUL
[all...]
/macosx-10.10.1/BerkeleyDB-21/db/dist/
H A Ds_java_stat126 s/^[ ]*char[* ]*[ ]*\([^[;]*\).*/ JAVADB_STAT_STRING(jnienv, jobj, $1_\1_fid, statp, \1);/p
130 s/^[ ]*[^ ]*[ ]*\([^;]*\).*/ JAVADB_STAT_LONG(jnienv, jobj, $1_\1_fid, statp, \1);/p
134 s/^[ ]*[^ ]*[ ]*\([^;]*\).*/ JAVADB_STAT_LONG(jnienv, jobj, $1_\1_fid, statp, \1);/p
138 s/^[ ]*[^ ]*[ ]*\([^;]*\).*/ JAVADB_STAT_LSN(jnienv, jobj, $1_\1_fid, statp, \1);/p
142 s/^[ ]*[^\*]*\*[ ]*\([^;]*\).*/ JAVADB_STAT_ACTIVE(jnienv, jobj, $1_\1_fid, statp, \1);/p
146 s/^[ ]*[^ ]*[ ]*\([^[;]*\).*/ JAVADB_STAT_XID(jnienv, jobj, $1_\1_fid, statp, \1);/p
149 s/^[ ]*[^ ]*[ ]*\([^;]*\).*/ JAVADB_STAT_INT(jnienv, jobj, $1_\1_fid, statp, \1);/p
153 echo " jobject jobj, struct __db_$1 *statp) {" >> $c
/macosx-10.10.1/BerkeleyDB-21/db/docs_src/ref/am_conf/
H A Dbt_recnum1.cs21 DB_BTREE_STAT *statp;
93 if ((ret = dbp->stat(dbp, NULL, &statp, 0)) != 0) {
98 progname, (u_long)statp->bt_ndata);
99 free(statp);
H A Dbt_recnum2.cs21 DB_BTREE_STAT *statp;
93 if ((ret = dbp->stat(dbp, NULL, &statp, 0)) != 0) {
98 progname, (u_long)statp->bt_ndata);
99 free(statp);
/macosx-10.10.1/BerkeleyDB-21/db/rep/
H A Drep_stat.c28 __rep_stat_pp(dbenv, statp, flags)
30 DB_REP_STAT **statp;
47 ret = __rep_stat(env, statp, flags);
58 __rep_stat(env, statp, flags)
60 DB_REP_STAT **statp;
76 *statp = NULL;
158 *statp = stats;
523 __rep_stat_pp(dbenv, statp, flags)
525 DB_REP_STAT **statp;
528 COMPQUIET(statp, NUL
[all...]

Completed in 158 milliseconds

12