OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CFIndex
(Results
1 - 10
of
10
) sorted by relevancy
/src/external/mit/libuv/dist/src/unix/
darwin-stub.h
35
typedef long
CFIndex
;
60
CFIndex
version;
67
CFIndex
version;
fsevents.c
115
CFIndex
,
127
CFIndex
,
/src/external/apache2/mDNSResponder/dist/mDNSShared/dns_objects/utilities/
dns_obj_crypto.c
297
signature_cfdata = CFDataCreate(kCFAllocatorDefault, signature, (
CFIndex
)signature_len);
331
uint8_t ** const out_modulus,
CFIndex
* const out_modulus_len,
332
uint8_t ** const out_exponent,
CFIndex
* const out_exponent_len)
346
*out_modulus_len = (
CFIndex
)(key_size - (((size_t)*out_exponent_len) + exponent_len_bytes_len));
393
key_cfdata = CFDataCreateMutable(kCFAllocatorDefault, (
CFIndex
)(sizeof(const_four) + key_size));
397
CFDataAppendBytes(key_cfdata, &const_four, (
CFIndex
)sizeof(const_four));
398
CFDataAppendBytes(key_cfdata, key, (
CFIndex
)key_size);
466
data_ref = CFDataCreate(kCFAllocatorDefault, data, (
CFIndex
)data_len);
486
data_ref = CFDataCreate(kCFAllocatorDefault, hashed_data, (
CFIndex
)hashed_data_len);
/src/external/apache2/llvm/dist/llvm/tools/dsymutil/
CFBundle.cpp
49
CFIndex
GetLength() const {
69
CFIndex
MaxUTF8StrLength = CFStringGetLength(CFStr);
/src/external/apache2/mDNSResponder/dist/ServiceRegistration/
sign-macos.c
265
payload = CFDataCreateMutable(NULL, (
CFIndex
)(msglen + rdlen));
270
CFDataAppendBytes(payload, rr, (
CFIndex
)rdlen);
271
CFDataAppendBytes(payload, message, (
CFIndex
)msglen);
/src/external/bsd/libfido2/dist/src/
hid_osx.c
247
CFIndex
n;
313
uint32_t id, uint8_t *ptr,
CFIndex
len)
/src/crypto/external/bsd/heimdal/dist/lib/krb5/
config_file.c
251
CFIndex
len;
/src/external/apache2/mDNSResponder/dist/mDNSShared/
DebugServices.c
1476
CFIndex
m;
1479
CFStringGetBytes(cfStr, range, kCFStringEncodingUTF8, '^', false, (UInt8*)mDNS_VACB, (
CFIndex
)sizeof(mDNS_VACB), &m);
/src/external/apache2/mDNSResponder/dist/Clients/dnssdutil/
dnssdutil.c
15240
results = CFArrayCreateMutable( NULL, (
CFIndex
)( inResultCount - startIndex ), &kCFTypeArrayCallBacks );
22717
CFIndex
n;
22831
CFIndex
i, n;
23488
CFIndex
i, n;
23757
CFIndex
i, n;
[
all
...]
DNSServerDNSSEC.c
3365
CFIndex
secKeyBytesLength;
Completed in 57 milliseconds
Indexes created Tue Jun 16 00:25:01 UTC 2026