Searched refs:srch (Results 1 - 18 of 18) sorted by relevance

/macosx-10.10/ICU-531.30/icuSources/test/perf/strsrchperf/
H A Dstrsrchperf.h14 typedef void (*StrSrchFn)(UStringSearch* srch, const UChar* src,int32_t srcLen, const UChar* pttrn, int32_t pttrnLen, UErrorCode* status);
23 UStringSearch* srch; member in class:StringSearchPerfFunction
27 (*fn)(srch, src, srcLen, pttrn, pttrnLen, status);
40 srch = search;
50 UStringSearch* srch; member in class:StringSearchPerformanceTest
61 void ICUForwardSearch(UStringSearch *srch, const UChar* source, int32_t sourceLen, const UChar* pattern, int32_t patternLen, UErrorCode* status) { argument
64 match = usearch_first(srch, status);
66 match = usearch_next(srch, status);
70 void ICUBackwardSearch(UStringSearch *srch, const UChar* source, int32_t sourceLen, const UChar* pattern, int32_t patternLen, UErrorCode* status) { argument
73 match = usearch_last(srch, statu
[all...]
H A Dstrsrchperf.cpp17 srch = NULL;
63 srch = usearch_open(pttrn, pttrnLen, src, srcLen, locale, NULL, &status);
76 if (srch != NULL) {
77 usearch_close(srch);
94 StringSearchPerfFunction* func = new StringSearchPerfFunction(ICUForwardSearch, srch, src, srcLen, pttrn, pttrnLen);
99 StringSearchPerfFunction* func = new StringSearchPerfFunction(ICUBackwardSearch, srch, src, srcLen, pttrn, pttrnLen);
/macosx-10.10/Security-57031.1.35/SecurityTests/clxutils/findCert/
H A DfindCert.cpp67 SecKeychainSearchRef srch; local
86 &srch);
96 ortn = SecKeychainSearchCopyNext(srch, (SecKeychainItemRef *)&certRef);
141 CFRelease(srch);
/macosx-10.10/OpenSSL098-52/src/crypto/store/
H A Dstr_mem.c271 int srch; local
291 srch = sk_find_ex(store->data, (char *)&key);
293 if (srch >= 0)
295 context->search_index = srch;
306 for(srch = context->search_index;
307 srch < sk_num(store->data)
309 (STORE_ATTR_INFO *)sk_value(store->data, srch))
311 (STORE_ATTR_INFO *)sk_value(store->data, srch)));
312 srch++)
315 context->search_index = srch;
[all...]
/macosx-10.10/Security-57031.1.35/SecurityTests/clxutils/cmstool/testSubjects/
H A Dptext1.txt69 SecKeychainSearchRef srch;
82 &srch);
88 ortn = SecKeychainSearchCopyNext(srch, (SecKeychainItemRef *)cert);
93 CFRelease(srch);
/macosx-10.10/cxxfilt-11/cxxfilt/bfd/
H A Decoff.c2945 unsigned int hash, rehash, srch;
2957 for (srch = (hash + rehash) & (count - 1);
2958 srch != hash && srch != i;
2959 srch = (srch + rehash) & (count - 1))
2960 BFD_ASSERT (H_GET_32 (abfd, (raw_armap + 8 + srch * 8)) != 0);
2961 BFD_ASSERT (srch == i);
3118 unsigned int srch;
3121 for (srch
2937 unsigned int hash, rehash, srch; local
3110 unsigned int srch; local
3810 unsigned int srch; local
[all...]
/macosx-10.10/Security-57031.1.35/Security/libsecurity_ssl/sslViewer/
H A DsslAppUtils.cpp1526 SecKeychainSearchRef srch;
1532 &srch);
1542 ortn = SecKeychainSearchCopyNext(srch,
1563 CFRelease(srch);
/macosx-10.10/Security-57031.1.35/SecurityTests/clxutils/clAppUtils/
H A DsslAppUtils.cpp1523 SecKeychainSearchRef srch; local
1529 &srch);
1539 ortn = SecKeychainSearchCopyNext(srch,
1560 CFRelease(srch);
/macosx-10.10/Security-57031.1.35/SecurityTests/clxutils/cmstool/
H A Dcmstool.cpp161 SecKeychainSearchRef srch; local
174 &srch);
180 ortn = SecKeychainSearchCopyNext(srch, (SecKeychainItemRef *)cert);
186 CFRelease(srch);
/macosx-10.10/Security-57031.1.35/SecurityTests/clxutils/newCmsTool/
H A DnewCmsTool.cpp126 SecKeychainSearchRef srch; local
139 &srch);
145 ortn = SecKeychainSearchCopyNext(srch, (SecKeychainItemRef *)cert);
151 CFRelease(srch);
/macosx-10.10/Security-57031.1.35/sslViewer/
H A DsslAppUtils.cpp1492 SecKeychainSearchRef srch;
1498 &srch);
1508 ortn = SecKeychainSearchCopyNext(srch,
1529 CFRelease(srch);
/macosx-10.10/tcsh-65/tcsh/
H A Dsh.func.c710 struct srch *sp, *sp1, *sp2;
739 struct srch *sp, *sp2;
H A Dsh.h943 extern struct srch { struct
H A Dsh.init.c187 struct srch srchn[] = {
/macosx-10.10/vim-55/runtime/autoload/
H A Dgetscript.vim461 " call Dret("GetOneScript : srch for /Click on the package/ failed")
479 " call Dret("GetOneScript : srch for /src_id/ failed")
H A Dnetrw.vim8350 " call Decho("regfile srch back: ".nl)
8354 " call Decho("regfile srch fwd: ".nl)
8361 " call Decho("dir srch back ind: ".nl)
8365 " call Decho("dir srch back ind-1: ".nl)
8373 " call Decho("dir srch fwd ind: ".nl)
8377 " call Decho("dir srch fwd ind-1: ".nl)
/macosx-10.10/tcl-105/tk/tk/generic/
H A DtkImgPhoto.c3913 Tcl_HashSearch srch;
3923 entry = Tcl_FirstHashEntry(&imgPhotoColorHash, &srch);
3937 entry = Tcl_NextHashEntry(&srch);
3952 entry = Tcl_FirstHashEntry(&imgPhotoColorHash, &srch);
3972 entry = Tcl_NextHashEntry(&srch);
3890 Tcl_HashSearch srch; local
/macosx-10.10/tcl-105/tk84/tk/generic/
H A DtkImgPhoto.c3928 Tcl_HashSearch srch;
3939 entry = Tcl_FirstHashEntry(&imgPhotoColorHash, &srch);
3954 entry = Tcl_NextHashEntry(&srch);
3969 entry = Tcl_FirstHashEntry(&imgPhotoColorHash, &srch);
3990 entry = Tcl_NextHashEntry(&srch);
3905 Tcl_HashSearch srch; local

Completed in 410 milliseconds