Searched refs:ptype (Results 1 - 25 of 100) sorted by relevance

1234

/macosx-10.10.1/OpenSSL098-52/src/crypto/evp/
H A Ddig_eng.c125 static int do_evp_md_engine_full(EVP_MD_CTX *ctx, const EVP_MD **ptype, ENGINE *impl) argument
127 if (*ptype)
144 impl = ENGINE_get_digest_engine((*ptype)->type);
148 const EVP_MD *d = ENGINE_get_digest(impl, (*ptype)->type);
156 *ptype = d;
H A Ddigest.c181 const EVP_MD **ptype, ENGINE *impl)
191 (EVP_MD_CTX *ctx, const EVP_MD **ptype, ENGINE *impl)
198 (EVP_MD_CTX *ctx, const EVP_MD **ptype, ENGINE *impl))
210 static int do_evp_md_engine(EVP_MD_CTX *ctx, const EVP_MD **ptype, ENGINE *impl) argument
212 if (*ptype)
229 impl = ENGINE_get_digest_engine((*ptype)->type);
233 const EVP_MD *d = ENGINE_get_digest(impl, (*ptype)->type);
242 *ptype = d;
180 do_evp_md_engine_null(EVP_MD_CTX *ctx, const EVP_MD **ptype, ENGINE *impl) argument
194 int_EVP_MD_set_engine_callbacks( int (*eng_md_init)(ENGINE *impl), int (*eng_md_fin)(ENGINE *impl), int (*eng_md_evp) (EVP_MD_CTX *ctx, const EVP_MD **ptype, ENGINE *impl)) argument
/macosx-10.10.1/OpenSSL098-52/src/crypto/asn1/
H A Dx_algor.c80 int X509_ALGOR_set0(X509_ALGOR *alg, ASN1_OBJECT *aobj, int ptype, void *pval)
84 if (ptype != V_ASN1_UNDEF)
97 if (ptype == 0)
99 if (ptype == V_ASN1_UNDEF)
108 ASN1_TYPE_set(alg->parameter, ptype, pval);
/macosx-10.10.1/swig-12/Lib/python/
H A Dpyapi.swg27 swig_type_info **ptype;
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/tests/progs/
H A Dslapd-common.h34 extern void tester_init( const char *pname, tester_t ptype );
H A Dslapd-common.c201 tester_init( const char *pname, tester_t ptype )
206 progtype = ptype;
/macosx-10.10.1/smb-759.0/lib/librap/
H A Drap.c166 smb_rap_rqparam(struct smb_rap *rap, char ptype, char plen, int32_t value) argument
171 switch (ptype) {
243 char ptype = *p; local
249 switch (ptype) {
256 error = smb_rap_rqparam(rap, ptype, plen, value);
269 char ptype = *p; local
275 switch (ptype) {
290 char ptype = *p; local
296 switch (ptype) {
314 char ptype; local
[all...]
/macosx-10.10.1/dcerpc-61/dcerpc/ncklib/
H A Dcnrcvr.c570 unsigned8 ptype;
666 ptype = RPC_CN_PKT_PTYPE (pktp);
673 if (/* (ptype < 0) ||*/ (ptype > RPC_C_CN_PKT_MAX_TYPE) ||
674 (packet_info_table[ptype].class == DGRAM_CLASS_PKT))
712 if (!(ptype == RPC_C_CN_PKT_BIND) &&
747 ((ptype == RPC_C_CN_PKT_BIND) ||
748 (ptype == RPC_C_CN_PKT_BIND_ACK) ||
749 (ptype == RPC_C_CN_PKT_ALTER_CONTEXT) ||
750 (ptype
566 unsigned8 ptype; local
1632 unsigned32 ptype; local
1666 unsigned32 ptype; local
[all...]
H A Dnoauthcn.c1125 unsigned32 ptype;
1131 ptype = ((rpc_cn_common_hdr_t *)(iov[0].base))->ptype;
1133 ("(rpc__noauth_cn_pre_send) authn level->%x packet type->%x\n", sec->sec_info->authn_level, ptype));
1136 ("(rpc__noauth_cn_pre_send) prot->%x level->%x key_id->%x assoc_uuid_crc->%x xmit_seq->%x recv_seq->%x ptype->%x\n",
1143 ptype));
1155 switch (ptype)
1242 unsigned32 ptype;
1250 ptype = pdu->ptype;
1122 unsigned32 ptype; local
1239 unsigned32 ptype; local
[all...]
H A Ddgutl.c334 rpc_dg_ptype_t ptype ATTRIBUTE_UNUSED
357 return((int) ptype > RPC_C_DG_PT_MAX_TYPE ? "BOGUS PACKET TYPE" : names[(int) ptype]);
444 rpc_dg_ptype_t ptype
458 RPC_DG_HDR_SET_PTYPE(&hdr, ptype);
489 rpc_dg_ptype_t ptype,
509 RPC_DG_HDR_SET_PTYPE(&hdr, ptype);
538 rpc__dg_pkt_name(ptype), errst));
484 rpc__dg_xmit_error_body_pkt( rpc_socket_t sock, rpc_addr_p_t addr, rpc_dg_pkt_hdr_p_t hdrp, rpc_dg_ptype_t ptype, unsigned32 errst ) argument
H A Dschnauthcn.c1032 unsigned32 ptype;
1036 ptype = sec->sec_info->authn_protocol;
1281 unsigned32 ptype;
1288 ptype = ((rpc_cn_common_hdr_t *)(iov[0].iov_base))->ptype;
1291 ("(rpc__schnauth_cn_pre_send) authn level->%x packet type->%x\n", sec->sec_info->authn_level, ptype));
1294 ("(rpc__schnauth_cn_pre_send) prot->%x level->%x key_id->%x assoc_uuid_crc->%x xmit_seq->%x recv_seq->%x ptype->%x\n",
1301 ptype));
1312 switch (ptype)
1467 unsigned32 ptype;
1029 unsigned32 ptype; local
1278 unsigned32 ptype; local
1464 unsigned32 ptype; local
[all...]
H A Ddgclsn.c160 rpc_dg_ptype_t ptype = RPC_DG_HDR_INQ_PTYPE(hdrp); local
196 || (ptype == RPC_C_DG_PT_FAULT && ccall->fault_rqe != NULL)
197 || (ptype == RPC_C_DG_PT_WORKING && ccall->c.state != rpc_e_dg_cs_recv))
199 if (ptype == RPC_C_DG_PT_FAULT ||
200 (ptype == RPC_C_DG_PT_RESPONSE &&
209 rpc__dg_pkt_name(ptype), rpc__dg_act_seq_string(rqe->hdrp)));
221 && (ptype == RPC_C_DG_PT_RESPONSE || ptype == RPC_C_DG_PT_FACK))
225 rpc__dg_pkt_name(ptype), rpc__dg_act_seq_string(rqe->hdrp)));
H A Ddgxq.c282 int ptype; local
327 ptype = RPC_DG_HDR_INQ_PTYPE(&xq->hdr);
337 if (ptype == RPC_C_DG_PT_RESPONSE)
348 if (!RPC_DG_PT_IS_DATA(ptype))
662 int ptype; local
750 ptype = RPC_DG_HDR_INQ_PTYPE(&xq->hdr);
751 if (!RPC_DG_PT_IS_DATA(ptype))
/macosx-10.10.1/cxxfilt-11/cxxfilt/binutils/
H A Dstabs.c3990 debug_type *ptype)
4049 ptype != NULL ? &name : NULL))
4052 if (ptype != NULL)
4073 if (ptype != NULL)
4150 if (ptype != NULL)
4151 *ptype = context;
4520 /* Demangle a type. If the ptype argument is not NULL, *ptype is set
4525 debug_type *ptype)
4537 if (! stab_demangle_type (minfo, pp, ptype))
3988 stab_demangle_qualified(struct stab_demangle_info *minfo, const char **pp, debug_type *ptype) argument
4523 stab_demangle_type(struct stab_demangle_info *minfo, const char **pp, debug_type *ptype) argument
4790 stab_demangle_fund_type(struct stab_demangle_info *minfo, const char **pp, debug_type *ptype) argument
[all...]
/macosx-10.10.1/Libc-1044.1.2/gen/
H A Ddisklabel.c87 pfsize[3], poffset[3], ptype[3]; local
149 strcpy(ptype, "tx");
153 psize[1] = pbsize[1] = pfsize[1] = poffset[1] = ptype[1] = p;
167 getnumdflt(pp->p_fstype, ptype, 0);
168 if (pp->p_fstype == 0 && cgetstr(buf, ptype, &cq) > 0)
/macosx-10.10.1/bless-103/libbless/OpenFirmware/
H A DBLGetOpenFirmwareBootDevice.c57 char * ptype);
225 char * ptype) {
234 ptype[0] = '\0';
269 if(!CFStringGetCString(temp, ptype, MAXPATHLEN, kCFStringEncodingMacRoman)) {
289 contextprintf(context, kBLLogLevelVerbose, "looking at partition %s, type %s, name %s\n", target, ptype, pname );
222 getPNameAndPType(BLContextPtr context, char * target, char * pname, char * ptype) argument
/macosx-10.10.1/tcpdump-61/tcpdump/
H A Dprint-ppp.c1601 u_int16_t ptype; local
1625 ptype = *p;
1627 printf("%02x ", ptype);
1632 ptype = EXTRACT_16BITS(p);
1634 printf("%04x ", ptype);
1639 ptype = 0; /*XXX*/
1652 ptype = EXTRACT_16BITS(&ph->phdr_type);
1653 if (eflag && (ptype == PPP_VJC || ptype == PPP_VJNC)) {
1655 "proto-#%d", ptype));
[all...]
/macosx-10.10.1/bootstrap_cmds-91/migcom.tproj/
H A Dhandler.c455 register ipc_type_t *ptype = arg->argParent->argType; local
456 register ipc_type_t *btype = ptype->itElement;
463 fprintf(file, "\t%s = %d;\n", arg->argVarName, ptype->itNumber/btype->itNumber);
480 register ipc_type_t *ptype = arg->argParent->argType; local
482 if (ptype->itInLine && ptype->itVarArray)
491 register ipc_type_t *ptype = arg->argParent->argType; local
493 if (ptype->itInLine && ptype->itVarArray) {
494 fprintf(file, "\tIn%dP = (Request *) ((char *) In%dP + msg_size_delta - %d);\n", arg->argRequestPos+1, arg->argRequestPos, ptype
629 register ipc_type_t *ptype = arg->argParent->argType; local
666 register ipc_type_t *ptype = arg->argParent->argType; local
[all...]
H A Dserver.c864 register ipc_type_t *ptype = arg->argType; local
867 fprintf(file, "%d", ptype->itTypeSize + ptype->itPadSize);
871 if (IS_OPTIONAL_NATIVE(ptype))
872 fprintf(file, "(In%dP->__Present__%s ? _WALIGNSZ_(%s) : 0)" , arg->argRequestPos, arg->argMsgField, ptype->itServerType);
874 register ipc_type_t *btype = ptype->itElement;
892 register ipc_type_t *ptype = arg->argType; local
899 fprintf(file, "%s %d)", comparator, ptype->itTypeSize + ptype->itPadSize);
900 } else if (IS_OPTIONAL_NATIVE(ptype)) {
1081 register ipc_type_t *ptype = arg->argParent->argType; local
1120 register ipc_type_t *ptype = arg->argType; local
1162 register ipc_type_t *ptype = arg->argParent->argType; local
1998 register ipc_type_t *ptype = arg->argType; local
2039 register ipc_type_t *ptype = arg->argType; local
[all...]
/macosx-10.10.1/pcre-7/pcre/
H A Dpcre_printint.src126 get_ucpname(int ptype, int pvalue)
132 if (ptype == _pcre_utt[i].type && pvalue == _pcre_utt[i].value) break;
137 ptype = ptype * pvalue;
138 return (ptype == pvalue)? "??" : "??";
477 int ptype = *ccode++;
479 fprintf(f, "\\p{%s}", get_ucpname(ptype, pvalue));
483 int ptype = *ccode++;
485 fprintf(f, "\\P{%s}", get_ucpname(ptype, pvalue));
/macosx-10.10.1/network_cmds-457/alias/
H A Dalias_pptp.c297 AliasVerifyPptp(struct ip *pip, u_int16_t *ptype) /* IP packet to examine/patch */ argument
317 *ptype = ntohs(hptr->type);
325 if ((*ptype == PPTP_OutCallReply || *ptype == PPTP_InCallReply) &&
/macosx-10.10.1/swig-12/Lib/tcl/
H A Dtclinit.swg55 obj = SWIG_NewPointerObj(constants[i].pvalue, *(constants[i]).ptype,0);
58 obj = SWIG_NewPackedObj(constants[i].pvalue, constants[i].lvalue, *(constants[i].ptype));
H A Dtclapi.swg23 swig_type_info **ptype;
/macosx-10.10.1/tcl-105/tcl_ext/tclsoap/tclsoap/
H A Djsonrpc.tcl256 foreach {pname ptype} $params val $args {
257 lappend plist $pname [rpcvar::rpcvar $ptype $val]
260 foreach {pname ptype} $params val $args {
261 lappend plist [rpcvar::rpcvar $ptype $val]
/macosx-10.10.1/BerkeleyDB-21/db/dbinc_auto/
H A Ddb_auto.h94 u_int32_t ptype; member in struct:___db_pg_alloc_42_args
108 u_int32_t ptype; member in struct:___db_pg_alloc_args

Completed in 519 milliseconds

1234