Searched refs:xtype (Results 1 - 15 of 15) sorted by relevance

/macosx-10.10/Security-57031.1.35/Security/sec/SOSCircle/CKBridge/
H A DCKClient.c86 void describeXPCType(char *prefix, xpc_type_t xtype);
189 xpc_type_t xtype = xpc_get_type(event); local
190 describeXPCType("handle_xpc_event", xtype);
191 if (XPC_TYPE_CONNECTION == xtype)
204 if (XPC_TYPE_ERROR == xtype)
211 if (XPC_TYPE_DICTIONARY == xtype)
457 void describeXPCType(char *prefix, xpc_type_t xtype) argument
479 if (XPC_TYPE_CONNECTION == xtype)
481 else if (XPC_TYPE_ERROR == xtype)
483 else if (XPC_TYPE_DICTIONARY == xtype)
[all...]
H A DSOSCloudTransport.c97 static void describeXPCType(char *prefix, xpc_type_t xtype);
192 xpc_type_t xtype = xpc_get_type(event); local
193 describeXPCType("handle_xpc_event", xtype);
194 if (XPC_TYPE_CONNECTION == xtype)
207 if (XPC_TYPE_ERROR == xtype)
214 if (XPC_TYPE_DICTIONARY == xtype)
441 static void describeXPCType(char *prefix, xpc_type_t xtype) argument
463 if (XPC_TYPE_CONNECTION == xtype)
465 else if (XPC_TYPE_ERROR == xtype)
467 else if (XPC_TYPE_DICTIONARY == xtype)
[all...]
H A DSOSCloudKeychainClient.c111 static void describeXPCType(char *prefix, xpc_type_t xtype) argument
117 if (XPC_TYPE_CONNECTION == xtype)
119 else if (XPC_TYPE_ERROR == xtype)
121 else if (XPC_TYPE_DICTIONARY == xtype)
144 xpc_type_t xtype = xpc_get_type(event); local
145 describeXPCType("handle_xpc_event", xtype);
146 if (XPC_TYPE_CONNECTION == xtype)
159 if (XPC_TYPE_ERROR == xtype)
177 if (XPC_TYPE_DICTIONARY == xtype)
/macosx-10.10/Security-57031.1.35/Security/libsecurity_keychain/xpc-tsa/
H A Dmain-tsa.m216 xpc_type_t xtype = xpc_get_type(event);
223 if (xtype == XPC_TYPE_ERROR)
243 if (xtype == XPC_TYPE_DICTIONARY)
259 xpctsaDebug("Unhandled request event=%p type=%p", event, xtype);
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/struct/graph/
H A Dwalk.c36 int xcc, xtype, xorder, xdir, i; local
119 xtype = WG_DFS;
125 "search type", 0, &xtype) != TCL_OK)) {
141 if (xtype == WG_BFS) {
156 *type = xtype;
/macosx-10.10/Security-57031.1.35/Security/libsecurity_keychain/xpc/
H A Dmain.c268 xpc_type_t xtype = xpc_get_type(event); local
273 if (xtype == XPC_TYPE_ERROR) {
299 } else if (xtype == XPC_TYPE_DICTIONARY) {
329 syslog(LOG_ERR, "Unhandled request event=%p type=%p", event, xtype);
/macosx-10.10/Security-57031.1.35/Security/include/security_keychain/
H A DDLDBListCFPref.cpp653 xpc_type_t xtype = xpc_get_type(event);
654 if (XPC_TYPE_ERROR == xtype) {
664 xpc_type_t xtype = xpc_get_type(reply); local
665 if (XPC_TYPE_DICTIONARY == xtype) {
692 } else if (XPC_TYPE_ERROR == xtype) {
695 syslog(LOG_ERR, "Keychain sandbox unexpected message reply type %p\n", xtype);
/macosx-10.10/Security-57031.1.35/Security/libsecurity_keychain/Security/
H A DDLDBListCFPref.cpp653 xpc_type_t xtype = xpc_get_type(event);
654 if (XPC_TYPE_ERROR == xtype) {
664 xpc_type_t xtype = xpc_get_type(reply); local
665 if (XPC_TYPE_DICTIONARY == xtype) {
692 } else if (XPC_TYPE_ERROR == xtype) {
695 syslog(LOG_ERR, "Keychain sandbox unexpected message reply type %p\n", xtype);
/macosx-10.10/Security-57031.1.35/Security/libsecurity_keychain/lib/
H A DDLDBListCFPref.cpp653 xpc_type_t xtype = xpc_get_type(event);
654 if (XPC_TYPE_ERROR == xtype) {
664 xpc_type_t xtype = xpc_get_type(reply); local
665 if (XPC_TYPE_DICTIONARY == xtype) {
692 } else if (XPC_TYPE_ERROR == xtype) {
695 syslog(LOG_ERR, "Keychain sandbox unexpected message reply type %p\n", xtype);
/macosx-10.10/ruby-106/ruby/
H A Dpack.c63 #define define_swapx(x, xtype) \
64 static xtype \
65 TOKEN_PASTE(swap,x)(xtype z) \
67 xtype r; \
68 xtype *zp; \
72 zp = xmalloc(sizeof(xtype)); \
75 t = xmalloc(sizeof(xtype)); \
76 for (i=0; i<sizeof(xtype); i++) { \
77 t[sizeof(xtype)-i-1] = s[i]; \
79 r = *(xtype *)
[all...]
/macosx-10.10/Security-57031.1.35/Security/include/security_smime/
H A DtsaSupport.c506 xpc_type_t xtype = xpc_get_type(event);
507 if (XPC_TYPE_ERROR == xtype)
526 xpc_type_t xtype = xpc_get_type(reply);
527 if (XPC_TYPE_ERROR == xtype)
529 else if (XPC_TYPE_CONNECTION == xtype)
531 else if (XPC_TYPE_DICTIONARY == xtype)
594 { tsaDebug("unexpected message reply type %p\n", xtype); }
/macosx-10.10/Security-57031.1.35/Security/libsecurity_smime/lib/
H A DtsaSupport.c506 xpc_type_t xtype = xpc_get_type(event);
507 if (XPC_TYPE_ERROR == xtype)
526 xpc_type_t xtype = xpc_get_type(reply);
527 if (XPC_TYPE_ERROR == xtype)
529 else if (XPC_TYPE_CONNECTION == xtype)
531 else if (XPC_TYPE_DICTIONARY == xtype)
594 { tsaDebug("unexpected message reply type %p\n", xtype); }
/macosx-10.10/libxml2-26/libxml2/
H A Dxmlschemastypes.c4672 xmlSchemaCompareValuesInternal(xmlSchemaValType xtype, argument
4681 switch (xtype) {
4701 if (ytype == xtype)
4978 xmlSchemaCompareValuesWhtspExt(xmlSchemaValType xtype, argument
4987 return(xmlSchemaCompareValuesInternal(xtype, x, xvalue, xws, ytype, y,
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-core/libxml2-src/
H A Dxmlschemastypes.c4665 xmlSchemaCompareValuesInternal(xmlSchemaValType xtype, argument
4674 switch (xtype) {
4694 if (ytype == xtype)
4971 xmlSchemaCompareValuesWhtspExt(xmlSchemaValType xtype, argument
4980 return(xmlSchemaCompareValuesInternal(xtype, x, xvalue, xws, ytype, y,
/macosx-10.10/Heimdal-398.1.2/lib/sqlite/
H A Dsqlite3.c19130 etByte xtype = 0; /* Conversion paradigm */ local
19221 xtype = etINVALID;
19226 xtype = infop->type;
19259 ** xtype The class of the conversion.
19262 switch( xtype ){
19306 if( xtype==etORDINAL ){
19356 if( xtype==etGENERIC && precision>0 ) precision--;
19364 if( xtype==etFLOAT ) realvalue += rounder;
19395 flag_exp = xtype==etEXP;
19396 if( xtype!
[all...]

Completed in 658 milliseconds