Searched defs:cfn (Results 1 - 5 of 5) sorted by relevance

/external/chromium/third_party/libjingle/source/talk/base/
H A Dmacconversion.cc63 bool p_convertCFNumberToInt(CFNumberRef cfn, int* i) { argument
67 if (NULL != cfn) {
70 if (CFGetTypeID(cfn) == CFNumberGetTypeID()) {
71 CFNumberType ntype = CFNumberGetType(cfn);
75 converted = CFNumberGetValue(cfn, ntype, static_cast<void*>(&sint8));
80 converted = CFNumberGetValue(cfn, ntype, static_cast<void*>(&sint16));
85 converted = CFNumberGetValue(cfn, ntype, static_cast<void*>(&sint32));
90 converted = CFNumberGetValue(cfn, ntype, static_cast<void*>(&sint64));
95 converted = CFNumberGetValue(cfn, ntype,
101 converted = CFNumberGetValue(cfn, ntyp
163 p_isCFNumberTrue(CFNumberRef cfn) argument
[all...]
/external/chromium_org/third_party/libjingle/source/talk/base/
H A Dmacconversion.cc63 bool p_convertCFNumberToInt(CFNumberRef cfn, int* i) { argument
67 if (NULL != cfn) {
70 if (CFGetTypeID(cfn) == CFNumberGetTypeID()) {
71 CFNumberType ntype = CFNumberGetType(cfn);
75 converted = CFNumberGetValue(cfn, ntype, static_cast<void*>(&sint8));
80 converted = CFNumberGetValue(cfn, ntype, static_cast<void*>(&sint16));
85 converted = CFNumberGetValue(cfn, ntype, static_cast<void*>(&sint32));
90 converted = CFNumberGetValue(cfn, ntype, static_cast<void*>(&sint64));
95 converted = CFNumberGetValue(cfn, ntype,
101 converted = CFNumberGetValue(cfn, ntyp
163 p_isCFNumberTrue(CFNumberRef cfn) argument
[all...]
/external/chromium_org/net/third_party/nss/ssl/
H A Dsslsnce.c1040 char * cfn = NULL; /* cache file name */ local
1184 cfn = PR_smprintf("%s/.sslsvrcache.%d", directory, myPid);
1186 cfn = PR_smprintf("%s", directory);
1188 cfn = PR_smprintf("%s/svrcache_%d_%x.ssl", directory, myPid,
1191 cfn = PR_smprintf("%s/svrcache_%d_%x.ssl", directory, myPid,
1196 if (!cfn) {
1201 cacheMemMap = PR_OpenAnonFileMap(cfn, cache->cacheMemSize,
1204 PR_smprintf_free(cfn);
H A Dssl3con.c9275 char cfn[100]; local
9292 sprintf(cfn, "%s/%08d%s", testdir, fileNum, extension);
9293 cf = PR_Open(cfn, PR_RDONLY, 0);
9312 fprintf(stderr, "using %s\n", cfn);
9316 fprintf(stderr, "failed to use %s\n", cfn);
/external/openssh/
H A Dchannels.c744 channel_outfilter_fn *ofn, channel_filter_cleanup_fn *cfn, void *ctx)
755 c->filter_cleanup = cfn;
743 channel_register_filter(int id, channel_infilter_fn *ifn, channel_outfilter_fn *ofn, channel_filter_cleanup_fn *cfn, void *ctx) argument

Completed in 226 milliseconds