Searched refs:type (Results 76 - 100 of 8109) sorted by relevance

1234567891011>>

/macosx-10.10.1/ICU-531.30/icuSources/common/
H A Ducln_cmn.c62 ucln_common_registerCleanup(ECleanupCommonType type, argument
65 U_ASSERT(UCLN_COMMON_START < type && type < UCLN_COMMON_COUNT);
66 if (UCLN_COMMON_START < type && type < UCLN_COMMON_COUNT)
68 gCommonCleanupFunctions[type] = func;
76 ucln_registerCleanup(ECleanupLibraryType type, argument
79 U_ASSERT(UCLN_START < type && type < UCLN_COMMON);
80 if (UCLN_START < type
[all...]
/macosx-10.10.1/WebKit2-7600.1.25/Shared/API/c/
H A DWKType.h35 WK_EXPORT WKTypeID WKGetTypeID(WKTypeRef type);
37 WK_EXPORT WKTypeRef WKRetain(WKTypeRef type);
38 WK_EXPORT void WKRelease(WKTypeRef type);
/macosx-10.10.1/bootp-298/bootplib/
H A Dhost_identifier.h29 * - the byte before the slash '/' is the arp hardware type (or 0),
49 identifierToString(uint8_t type, const void * identifier, int len);
52 identifierToStringWithBuffer(uint8_t type, const void * identifier, int len,
56 identifierFromString(const char * str, uint8_t * type, int * len);
/macosx-10.10.1/ntp-92/sntp/
H A Dkod_management.h9 char type[5]; member in struct:kod_entry
14 void add_entry(char *hostname, char *type);
15 void delete_entry(char *hostname, char *type);
/macosx-10.10.1/postfix-255/postfix/src/global/
H A Drec2stream.c41 int type; local
43 while ((type = rec_get(VSTREAM_IN, buf, 0)) > 0)
44 REC_STREAMLF_PUT_BUF(VSTREAM_OUT, type, buf);
H A Dstream2rec.c41 int type; local
43 while ((type = rec_streamlf_get(VSTREAM_IN, buf, 150)) > 0)
44 REC_PUT_BUF(VSTREAM_OUT, type, buf);
/macosx-10.10.1/BerkeleyDB-21/db/java/src/com/sleepycat/asm/
H A DItem.java55 int type; field in class:Item
124 type = i.type;
141 this.type = ClassWriter.INT;
143 this.hashCode = 0x7FFFFFFF & (type + intVal);
152 this.type = ClassWriter.LONG;
154 this.hashCode = 0x7FFFFFFF & (type + (int) longVal);
163 this.type = ClassWriter.FLOAT;
165 this.hashCode = 0x7FFFFFFF & (type + (int) floatVal);
174 this.type
187 set( final int type, final String strVal1, final String strVal2, final String strVal3) argument
[all...]
/macosx-10.10.1/apr-32/apr-util/apr-util/dbm/
H A Dapr_dbm.c79 const char *type,
85 if (!strcasecmp(type, "default")) *vtable = &DBM_VTABLE;
87 else if (!strcasecmp(type, "db")) *vtable = &apr_dbm_type_db;
89 else if (*type && !strcasecmp(type + 1, "dbm")) {
91 if (*type == 'G' || *type == 'g') *vtable = &apr_dbm_type_gdbm;
94 if (*type == 'N' || *type == 'n') *vtable = &apr_dbm_type_ndbm;
97 if (*type
78 dbm_open_type(apr_dbm_type_t const* * vtable, const char *type, apr_pool_t *pool) argument
[all...]
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-core/Modules/objc/
H A Dobjc_support.h32 /*#F Takes a C value pointed by @var{datum} with its type encoded in
33 @var{type}, that should be coming from an ObjC @encode directive,
36 extern PyObject *pythonify_c_value (const char *type,
38 extern PyObject *pythonify_c_return_value (const char *type,
41 extern PyObject *pythonify_c_array_nullterminated(const char* type, void* datum, BOOL already_retained, BOOL already_cfretained);
43 extern int depythonify_c_array_count(const char* type, Py_ssize_t count, BOOL strict, PyObject* value, void* datum, BOOL already_retained, BOOL already_cfretained);
45 extern int depythonify_c_array_nullterminated(const char* type, Py_ssize_t count, PyObject* value, void* datum, BOOL already_retained, BOOL already_cfretained);
48 pointed by @var{datum} accordingly with the type specification
49 encoded in @var{type}, that should be coming from an ObjC @encode
53 extern int depythonify_c_value (const char *type,
[all...]
/macosx-10.10.1/pyobjc-45/pyobjc/pyobjc-core-2.5.1/Modules/objc/
H A Dobjc_support.h32 /*#F Takes a C value pointed by @var{datum} with its type encoded in
33 @var{type}, that should be coming from an ObjC @encode directive,
36 extern PyObject *pythonify_c_value (const char *type,
38 extern PyObject *pythonify_c_return_value (const char *type,
41 extern PyObject *pythonify_c_array_nullterminated(const char* type, void* datum, BOOL already_retained, BOOL already_cfretained);
43 extern int depythonify_c_array_count(const char* type, Py_ssize_t count, BOOL strict, PyObject* value, void* datum, BOOL already_retained, BOOL already_cfretained);
45 extern int depythonify_c_array_nullterminated(const char* type, Py_ssize_t count, PyObject* value, void* datum, BOOL already_retained, BOOL already_cfretained);
48 pointed by @var{datum} accordingly with the type specification
49 encoded in @var{type}, that should be coming from an ObjC @encode
53 extern int depythonify_c_value (const char *type,
[all...]
/macosx-10.10.1/Security-57031.1.35/Security/sec/securityd/
H A DSecLogSettingsServer.c21 SecSetXPCLogSettings_Server(CFTypeRef type, CFErrorRef* error) argument
24 if (isString(type)) {
25 ApplyScopeListForID(type, kScopeIDXPC);
27 } else if (isDictionary(type)) {
28 ApplyScopeDictionaryForID(type, kScopeIDXPC);
/macosx-10.10.1/ksh-23/ksh/src/lib/libast/stdio/
H A Dsetvbuf.c27 setvbuf(Sfio_t* f, char* buf, int type, size_t size) argument
29 STDIO_INT(f, "setvbuf", int, (Sfio_t*, char*, int, size_t), (f, buf, type, size))
31 if (type == _IOLBF)
35 else if (type == _IONBF)
40 else if (type == _IOFBF)
/macosx-10.10.1/rsync-45/rsync/lib/
H A Dpool_alloc.h15 #define pool_talloc(pool, type, count, bomb) \
16 ((type *)pool_alloc(pool, sizeof(type) * count, bomb))
18 #define pool_tfree(pool, type, count, addr) \
19 (pool_free(pool, sizeof(type) * count, addr))
/macosx-10.10.1/OpenSSH-189/osslshim/ossl-asn1/
H A Dcs-a-type.c75 if ((a->value.ptr != NULL) || (a->type == V_ASN1_NULL))
76 return(a->type);
81 void ASN1_TYPE_set(ASN1_TYPE *a, int type, void *value) argument
88 a->type=type;
92 int ASN1_TYPE_set1(ASN1_TYPE *a, int type, const void *value) argument
94 if (!value || (type == V_ASN1_BOOLEAN))
97 ASN1_TYPE_set(a, type, p);
99 else if (type == V_ASN1_OBJECT)
105 ASN1_TYPE_set(a, type, odu
[all...]
/macosx-10.10.1/OpenSSL098-52/src/crypto/asn1/
H A Da_type.c66 if ((a->value.ptr != NULL) || (a->type == V_ASN1_NULL))
67 return(a->type);
72 void ASN1_TYPE_set(ASN1_TYPE *a, int type, void *value) argument
79 a->type=type;
83 int ASN1_TYPE_set1(ASN1_TYPE *a, int type, const void *value) argument
85 if (!value || (type == V_ASN1_BOOLEAN))
88 ASN1_TYPE_set(a, type, p);
90 else if (type == V_ASN1_OBJECT)
96 ASN1_TYPE_set(a, type, odu
[all...]
/macosx-10.10.1/configd-699.1.5/SystemConfiguration.fproj/
H A DSCValidation.h33 isA_CFType(CFTypeRef obj, CFTypeID type) argument
38 if (CFGetTypeID(obj) != type)
83 CFTypeID type; local
88 type = CFGetTypeID(obj);
89 if (type == CFArrayGetTypeID() ||
90 type == CFBooleanGetTypeID() ||
91 type == CFDataGetTypeID() ||
92 type == CFDateGetTypeID() ||
93 type == CFDictionaryGetTypeID() ||
94 type
[all...]
/macosx-10.10.1/ruby-106/ruby/ext/-test-/symbol/
H A Dtype.c4 # define get_symbol_type(type, t, name) do { \
6 t = (id ? rb_is_##type##_id(id) : rb_is_##type##_name(name)); \
9 # define get_symbol_type(type, t, name) do { \
10 t = rb_is_##type##_id(rb_to_id(name)); \
14 #define define_symbol_type_p(type) \
16 bug_sym_##type##_p(VALUE self, VALUE name) \
19 get_symbol_type(type, t, name); \
23 #define declare_symbol_type_p(type) \
24 rb_define_singleton_method(klass, #type"
[all...]
/macosx-10.10.1/WebInspectorUI-7600.1.17/UserInterface/Views/
H A DLegacyProfileObject.js26 WebInspector.LegacyProfileObject = function(type, title, id, isRecording)
30 console.assert(type);
34 this._type = type;
47 get type()
52 set type(type)
54 this._type = type;
/macosx-10.10.1/WebKit-7600.1.25/mac/WebView/
H A DWebDashboardRegion.mm32 - (id)initWithRect:(NSRect)r clip:(NSRect)c type:(WebDashboardRegionType)t
37 type = t;
60 return type;
63 static const char* typeName(WebDashboardRegionType type)
65 switch (type) {
80 return [NSString stringWithFormat:@"rect:%@ clip:%@ type:%s", NSStringFromRect(rect), NSStringFromRect(clip), typeName(type)];
90 return NSEqualRects(rect, [other dashboardRegionRect]) && NSEqualRects(clip, [other dashboardRegionClip]) && type == [other dashboardRegionType];
/macosx-10.10.1/ksh-23/ksh/src/lib/libast/sfio/
H A Dsfraise.c30 static int _sfraiseall(int type, Void_t* data) argument
32 static int _sfraiseall(type, data)
33 int type; /* type of event */
49 if(sfraise(f, type, data) < 0)
57 int sfraise(Sfio_t* f, int type, Void_t* data) argument
59 int sfraise(f, type, data)
61 int type; /* type of event */
70 return _sfraiseall(type,dat
[all...]
/macosx-10.10.1/bind9-45.101/bind9/lib/isc/
H A Dsockaddr.c63 if (a->type.sa.sa_family != b->type.sa.sa_family)
65 switch (a->type.sa.sa_family) {
68 memcmp(&a->type.sin.sin_addr, &b->type.sin.sin_addr,
69 sizeof(a->type.sin.sin_addr)) != 0)
72 a->type.sin.sin_port != b->type.sin.sin_port)
77 memcmp(&a->type.sin6.sin6_addr, &b->type
[all...]
/macosx-10.10.1/ntp-92/lib/isc/
H A Dsockaddr.c63 if (a->type.sa.sa_family != b->type.sa.sa_family)
65 switch (a->type.sa.sa_family) {
68 memcmp(&a->type.sin.sin_addr, &b->type.sin.sin_addr,
69 sizeof(a->type.sin.sin_addr)) != 0)
72 a->type.sin.sin_port != b->type.sin.sin_port)
77 memcmp(&a->type.sin6.sin6_addr, &b->type
[all...]
/macosx-10.10.1/WebInspectorUI-7600.1.17/UserInterface/Base/
H A DEventListenerSet.js41 register: function(emitter, type, listener, thisObject, useCapture)
43 console.assert(listener, "Missing listener for event: " + type);
44 console.assert(emitter, "Missing event emitter for event: " + type);
45 console.assert(emitter instanceof WebInspector.Object || emitter instanceof Node || (typeof emitter.addEventListener === "function"), "Event emitter", emitter, " (type:" + type + ") does not implement Node or WebInspector.Object!");
50 this._listeners.push({emitter: emitter, type: type, listener: listener, thisObject: thisObject, useCapture: useCapture});
68 listenerData.emitter.addEventListener(listenerData.type, listenerData.listener, listenerData.useCapture);
70 listenerData.emitter.addEventListener(listenerData.type, listenerData.listener, listenerData.thisObject || this._defaultThisObject);
82 listenerData.emitter.removeEventListener(listenerData.type, listenerDat
[all...]
/macosx-10.10.1/WebKit2-7600.1.25/Shared/linux/SeccompFilters/
H A DSyscall.cpp65 int type; local
66 if (!decoder->decode(type))
70 if (type == __NR_open)
79 Syscall::Syscall(int type, mcontext_t* context) argument
80 : m_type(type)
87 int type; local
88 if (!decoder->decode(type))
92 if (type == __NR_open)
101 SyscallResult::SyscallResult(int type) argument
102 : m_type(type)
[all...]
/macosx-10.10.1/gnutar-453/gnutar/lib/
H A Dallocsa.h85 /* Determine the alignment of a type at compile time. */
89 template <class type> struct sa_alignof_helper { char __slot1; type __slot2; };
90 # define sa_alignof(type) offsetof (sa_alignof_helper<type>, __slot2)
94 # define sa_alignof(type) (sizeof (type) <= 4 ? 4 : 8)
98 # define sa_alignof(type) (sizeof (type) <= 4 ? 4 : 8)
100 # define sa_alignof(type) offseto
[all...]

Completed in 149 milliseconds

1234567891011>>