Searched refs:pval (Results 1 - 25 of 36) sorted by relevance

12

/macosx-10.9.5/OpenSSH-186/osslshim/ossl-asn1/
H A Dcs-tasn-fre.c97 static void asn1_item_combine_free(ASN1_VALUE **pval, const ASN1_ITEM *it, int combine);
106 void ASN1_item_ex_free(ASN1_VALUE **pval, const ASN1_ITEM *it) argument
108 asn1_item_combine_free(pval, it, 0);
111 static void asn1_item_combine_free(ASN1_VALUE **pval, const ASN1_ITEM *it, int combine) argument
119 if (!pval)
121 if ((it->itype != ASN1_ITYPE_PRIMITIVE) && !*pval)
133 ASN1_template_free(pval, it->templates);
135 ASN1_primitive_free(pval, it);
139 ASN1_primitive_free(pval, it);
145 i = asn1_cb(ASN1_OP_FREE_PRE, pval, i
215 ASN1_template_free(ASN1_VALUE **pval, const ASN1_TEMPLATE *tt) argument
236 ASN1_primitive_free(ASN1_VALUE **pval, const ASN1_ITEM *it) argument
[all...]
H A Dcs-x_bignum.c105 static int bn_new(ASN1_VALUE **pval, const ASN1_ITEM *it);
106 static void bn_free(ASN1_VALUE **pval, const ASN1_ITEM *it);
108 static int bn_i2c(ASN1_VALUE **pval, unsigned char *cont, int *putype, const ASN1_ITEM *it);
109 static int bn_c2i(ASN1_VALUE **pval, const unsigned char *cont, int len, int utype, char *free_cont, const ASN1_ITEM *it);
128 static int bn_new(ASN1_VALUE **pval, const ASN1_ITEM *it) argument
130 *pval = (ASN1_VALUE *)BN_new();
131 if(*pval) return 1;
135 static void bn_free(ASN1_VALUE **pval, const ASN1_ITEM *it) argument
137 if(!*pval) return;
138 if(it->size & BN_SENSITIVE) BN_clear_free((BIGNUM *)*pval);
143 bn_i2c(ASN1_VALUE **pval, unsigned char *cont, int *putype, const ASN1_ITEM *it) argument
159 bn_c2i(ASN1_VALUE **pval, const unsigned char *cont, int len, int utype, char *free_cont, const ASN1_ITEM *it) argument
[all...]
H A Dcs-tasn-new.c81 static int asn1_item_ex_combine_new(ASN1_VALUE **pval, const ASN1_ITEM *it,
83 static void asn1_item_clear(ASN1_VALUE **pval, const ASN1_ITEM *it);
84 static void asn1_template_clear(ASN1_VALUE **pval, const ASN1_TEMPLATE *tt);
85 void asn1_primitive_clear(ASN1_VALUE **pval, const ASN1_ITEM *it);
97 int ASN1_item_ex_new(ASN1_VALUE **pval, const ASN1_ITEM *it) argument
99 return asn1_item_ex_combine_new(pval, it, 0);
102 static int asn1_item_ex_combine_new(ASN1_VALUE **pval, const ASN1_ITEM *it, argument
117 if (!combine) *pval = NULL;
131 if (!ef->asn1_ex_new(pval, it))
139 *pval
244 asn1_item_clear(ASN1_VALUE **pval, const ASN1_ITEM *it) argument
280 ASN1_template_new(ASN1_VALUE **pval, const ASN1_TEMPLATE *tt) argument
325 asn1_template_clear(ASN1_VALUE **pval, const ASN1_TEMPLATE *tt) argument
339 ASN1_primitive_new(ASN1_VALUE **pval, const ASN1_ITEM *it) argument
390 asn1_primitive_clear(ASN1_VALUE **pval, const ASN1_ITEM *it) argument
[all...]
H A Dcs-tasn-utl.c85 int asn1_get_choice_selector(ASN1_VALUE **pval, const ASN1_ITEM *it) argument
87 int *sel = offset2ptr(*pval, it->utype);
95 int asn1_set_choice_selector(ASN1_VALUE **pval, int value, const ASN1_ITEM *it) argument
98 sel = offset2ptr(*pval, it->utype);
110 int asn1_do_lock(ASN1_VALUE **pval, int op, const ASN1_ITEM *it) argument
120 lck = offset2ptr(*pval, aux->ref_offset);
138 static ASN1_ENCODING *asn1_get_enc_ptr(ASN1_VALUE **pval, const ASN1_ITEM *it) argument
141 if (!pval || !*pval)
146 return offset2ptr(*pval, au
149 asn1_enc_init(ASN1_VALUE **pval, const ASN1_ITEM *it) argument
161 asn1_enc_free(ASN1_VALUE **pval, const ASN1_ITEM *it) argument
175 asn1_enc_save(ASN1_VALUE **pval, const unsigned char *in, int inlen, const ASN1_ITEM *it) argument
195 asn1_enc_restore(int *len, unsigned char **out, ASN1_VALUE **pval, const ASN1_ITEM *it) argument
213 asn1_get_field_ptr(ASN1_VALUE **pval, const ASN1_TEMPLATE *tt) argument
230 asn1_do_adb(ASN1_VALUE **pval, const ASN1_TEMPLATE *tt, int nullerr) argument
[all...]
H A Dcs-x_long.c103 static int long_new(ASN1_VALUE **pval, const ASN1_ITEM *it);
104 static void long_free(ASN1_VALUE **pval, const ASN1_ITEM *it);
106 static int long_i2c(ASN1_VALUE **pval, unsigned char *cont, int *putype, const ASN1_ITEM *it);
107 static int long_c2i(ASN1_VALUE **pval, const unsigned char *cont, int len, int utype, char *free_cont, const ASN1_ITEM *it);
126 static int long_new(ASN1_VALUE **pval, const ASN1_ITEM *it) argument
128 *(long *)pval = it->size;
132 static void long_free(ASN1_VALUE **pval, const ASN1_ITEM *it) argument
134 *(long *)pval = it->size;
137 static int long_i2c(ASN1_VALUE **pval, unsigned char *cont, int *putype, const ASN1_ITEM *it) argument
143 char *cp = (char *)pval;
174 long_c2i(ASN1_VALUE **pval, const unsigned char *cont, int len, int utype, char *free_cont, const ASN1_ITEM *it) argument
[all...]
H A Dcs-tasn-enc.c77 static int asn1_i2d_ex_primitive(ASN1_VALUE **pval, unsigned char **out,
83 static int asn1_template_ex_i2d(ASN1_VALUE **pval, unsigned char **out,
140 int ASN1_item_ex_i2d(ASN1_VALUE **pval, unsigned char **out, argument
151 if ((it->itype != ASN1_ITYPE_PRIMITIVE) && !*pval)
162 return asn1_template_ex_i2d(pval, out, it->templates,
164 return asn1_i2d_ex_primitive(pval, out, it, tag, aclass);
168 return asn1_i2d_ex_primitive(pval, out, it, -1, aclass);
171 if (asn1_cb && !asn1_cb(ASN1_OP_I2D_PRE, pval, it))
173 i = asn1_get_choice_selector(pval, it);
179 pchval = asn1_get_field_ptr(pval, cht
274 ASN1_template_i2d(ASN1_VALUE **pval, unsigned char **out, const ASN1_TEMPLATE *tt) argument
280 asn1_template_ex_i2d(ASN1_VALUE **pval, unsigned char **out, const ASN1_TEMPLATE *tt, int tag, int iclass) argument
514 asn1_i2d_ex_primitive(ASN1_VALUE **pval, unsigned char **out, const ASN1_ITEM *it, int tag, int aclass) argument
575 asn1_ex_i2c(ASN1_VALUE **pval, unsigned char *cout, int *putype, const ASN1_ITEM *it) argument
[all...]
H A Dcs-tasn_dec.c118 static int asn1_template_ex_d2i(ASN1_VALUE **pval,
126 static int asn1_d2i_ex_primitive(ASN1_VALUE **pval,
162 ASN1_VALUE *ASN1_item_d2i(ASN1_VALUE **pval, argument
167 if (!pval)
168 pval = &ptmpval;
170 if (ASN1_item_ex_d2i(pval, in, len, it, -1, 0, 0, &c) > 0)
171 return *pval;
175 int ASN1_template_d2i(ASN1_VALUE **pval, argument
180 return asn1_template_ex_d2i(pval, in, len, tt, 0, &c);
188 int ASN1_item_ex_d2i(ASN1_VALUE **pval, cons argument
800 asn1_d2i_ex_primitive(ASN1_VALUE **pval, const unsigned char **in, long inlen, const ASN1_ITEM *it, int tag, int aclass, char opt, ASN1_TLC *ctx) argument
953 asn1_ex_c2i(ASN1_VALUE **pval, const unsigned char *cont, int len, int utype, char *free_cont, const ASN1_ITEM *it) argument
[all...]
H A Dcs-asn1t.h652 typedef int ASN1_ex_d2i(ASN1_VALUE **pval, const unsigned char **in, long len, const ASN1_ITEM *it,
655 typedef int ASN1_ex_i2d(ASN1_VALUE **pval, unsigned char **out, const ASN1_ITEM *it, int tag, int aclass);
656 typedef int ASN1_ex_new_func(ASN1_VALUE **pval, const ASN1_ITEM *it);
657 typedef void ASN1_ex_free_func(ASN1_VALUE **pval, const ASN1_ITEM *it);
659 typedef int ASN1_primitive_i2c(ASN1_VALUE **pval, unsigned char *cont, int *putype, const ASN1_ITEM *it);
660 typedef int ASN1_primitive_c2i(ASN1_VALUE **pval, const unsigned char *cont, int len, int utype, char *free_cont, const ASN1_ITEM *it);
864 int ASN1_item_ex_new(ASN1_VALUE **pval, const ASN1_ITEM *it);
865 void ASN1_item_ex_free(ASN1_VALUE **pval, const ASN1_ITEM *it);
866 int ASN1_template_new(ASN1_VALUE **pval, const ASN1_TEMPLATE *tt);
867 int ASN1_primitive_new(ASN1_VALUE **pval, cons
[all...]
/macosx-10.9.5/ncurses-42/ncurses/ncurses/trace/
H A Dvarargs.c49 #define VA_PTR(type) pval = (char *)va_arg(ap, type)
77 char *pval = 0; /* avoid const-cast */ local
158 sprintf(buffer, "%p", pval);
/macosx-10.9.5/xnu-2422.115.4/tools/lldbmacros/
H A Dprocess.py222 pval = proc.GetSBValue()
224 if str(pval.GetType()) != str(gettype('proc *')) :
225 return "Unknown type " + str(pval.GetType()) + " " + str(hex(proc))
299 pval = Cast(tval.bsd_info, 'proc *')
300 print GetTaskSummary(tval) +" "+ GetProcSummary(pval)
317 pval = Cast(t.bsd_info, 'proc *')
318 if pval and pval.p_pid == pidval:
320 print GetTaskSummary(t) + " " + GetProcSummary(pval)
336 pval
[all...]
H A Dipc.py20 pval = Cast(task.bsd_info, 'proc *')
22 proc_name = str(pval.p_comm)
23 out_string += format_string.format(task, pval.p_pid, task.thread_count, table_size, proc_name)
206 pval = Cast(tval.bsd_info, 'proc *')
207 print GetTaskSummary(tval) + " " + GetProcSummary(pval)
222 pval = Cast(t.bsd_info, 'proc *')
223 print GetTaskSummary(t) + " " + GetProcSummary(pval)
267 pval = Cast(t.bsd_info, 'proc *')
268 GetDestinationProcessFromPort.destcache[hex(dest_space)] = (t, pval)
451 pval
[all...]
H A Duserspace.py154 pval = Cast(task.bsd_info, 'proc *')
155 #print GetTaskSummary(task) + " " + GetProcSummary(pval) + "\n \n"
178 ts = datetime.fromtimestamp(int(pval.p_start.tv_sec))
181 if pval.p_flag & 0x4 :
194 print crash_report_format_string.format(pid = pval.p_pid,
195 pname = pval.p_comm,
196 path = pval.p_comm,
197 ppid = pval.p_ppid,
198 ppname = GetProcNameForPid(pval.p_ppid),
/macosx-10.9.5/ncurses-42/ncurses/ncurses/base/
H A Dsafe_sprintf.c46 #define VA_POINT(type) pval = (void *)va_arg(ap, type)
76 char *pval = dummy; /* avoid const-cast */ local
156 prec = strlen(pval);
194 sprintf(buffer, format, pval);
/macosx-10.9.5/dtrace-118.1/libelf/
H A Derror.c41 #define thr_getspecific(key, pval) (*pval = pthread_getspecific( key )) /* In lieu of Solaris <thread.h> */
/macosx-10.9.5/curl-78.94.1/curl/src/
H A Dtool_setopt.c481 void *pval = va_arg(arg, void *); local
485 if(pval) {
493 else if(pval && str) {
494 value = (char *)pval;
497 else if(pval) {
504 ret = curl_easy_setopt(curl, tag, pval);
/macosx-10.9.5/gnutar-452/gnutar/src/
H A Dincremen.c847 read_negative_num (FILE *fp, intmax_t min_val, intmax_t *pval)
872 *pval = strtoimax (buf, &ep, 10);
873 if (c || errno || *pval < min_val)
887 read_unsigned_num (int c, FILE *fp, uintmax_t max_val, uintmax_t *pval)
912 *pval = strtoumax (buf, &ep, 10);
913 if (c || errno || max_val < *pval)
927 read_num (FILE *fp, uintmax_t max_val, uintmax_t *pval)
929 return read_unsigned_num (getc (fp), fp, max_val, pval);
938 read_timespec (FILE *fp, struct timespec *pval)
948 pval
845 read_negative_num(FILE *fp, intmax_t min_val, intmax_t *pval) argument
885 read_unsigned_num(int c, FILE *fp, uintmax_t max_val, uintmax_t *pval) argument
925 read_num(FILE *fp, uintmax_t max_val, uintmax_t *pval) argument
936 read_timespec(FILE *fp, struct timespec *pval) argument
[all...]
/macosx-10.9.5/zsh-60/zsh/Src/
H A Dmath.c318 Value pval; member in struct:mathvalue
339 if (!mptr->pval) {
341 mptr->pval = (Value)zhalloc(sizeof(struct value));
342 if (!getvalue(mptr->pval, &s, 1))
344 mptr->pval = NULL;
348 return getnumvalue(mptr->pval);
804 stack[sp].pval = NULL;
855 if (mvp->pval) {
866 if (pm == mvp->pval->pm) {
869 setnumvalue(mvp->pval,
[all...]
/macosx-10.9.5/bootp-268.1/bootplib/
H A Dnetinfo.c162 ni_name_const pval
171 if (pval == NULL) {
176 if (ni_name_match(pval, nl.ninl_val[j])) {
/macosx-10.9.5/bind9-45.100/bind9/contrib/zkt/
H A Dzconf.h197 extern int setconfigpar (zconf_t *conf, char *entry, const void *pval);
/macosx-10.9.5/launchd-842.92.1/src/
H A Dipc.c507 int pval = ltmp[i].rlim_cur; local
524 if (pval > 0) {
525 (void)posix_assumes_zero(sysctl(pmib, 2, NULL, NULL, &pval, sizeof(pval)));
/macosx-10.9.5/syslog-217.1.4/syslogd.tproj/
H A Ddaemon.c807 char *p, *colon, *brace, *space, *tmp, *tval, *hval, *sval, *pval, *mval; local
821 pval = NULL;
937 pval = malloc(n + 1);
938 if (pval == NULL) return NULL;
940 memcpy(pval, (brace + 1), n);
941 pval[n] = '\0';
994 if (pval != NULL)
996 asl_set(msg, ASL_KEY_PID, pval);
997 free(pval);
/macosx-10.9.5/bc-21/bc/lib/
H A Dnumber.c861 bc_num pval; local
872 _bc_rec_mul (n1, len1, n2, len2, &pval, full_scale);
875 pval->n_sign = ( n1->n_sign == n2->n_sign ? PLUS : MINUS );
876 pval->n_value = pval->n_ptr;
877 pval->n_len = len2 + len1 + 1 - full_scale;
878 pval->n_scale = prod_scale;
879 _bc_rm_leading_zeros (pval);
880 if (bc_is_zero (pval))
881 pval
[all...]
/macosx-10.9.5/CommonCrypto-60049/lib/
H A DCommonDH.c172 cc_unit pval[n], gval[n]; local
180 if(ccdh_init_gp(retval->gp._ncgp, n, pval, gval, (cc_size) l))
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/servers/slapd/
H A Dvalue.c136 struct berval pval; local
137 pval.bv_val = NULL;
153 rc = (mr->smr_syntax->ssyn_pretty)( mr->smr_syntax, in, &pval, ctx );
154 in = &pval;
175 if( pval.bv_val ) ber_memfree_x( pval.bv_val, ctx );
182 } else if ( pval.bv_val != NULL ) {
183 *out = pval;
/macosx-10.9.5/OpenSSH-186/osslshim/ossl/
H A Dossl-dsa.c1017 sig_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it) argument
1024 *pval = (ASN1_VALUE *)sig;
1048 dsa_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it)
1051 *pval = (ASN1_VALUE *)DSA_new();
1052 if (*pval) {
1057 DSA_free((DSA *)*pval);
1058 *pval = NULL;

Completed in 169 milliseconds

12