Searched refs:end64 (Results 1 - 7 of 7) sorted by relevance

/macosx-10.10/apache-793/httpd/modules/http/
H A Dbyterange_filter.c327 apr_uint64_t start64, end64; local
336 end64 = (apr_uint64_t)end;
338 if (start < 0 || end < 0 || start64 > end64)
353 if (elen64 + pos > end64) {
395 if (end64 - off_last != (apr_uint64_t)e->length) {
396 rv = apr_bucket_split(copy, (apr_size_t)(end64 + 1 - off_last));
414 AP_DEBUG_ASSERT(pos == end64 - start64 + 1);
/macosx-10.10/Security-57031.1.35/Security/include/security_keychain/
H A DSecImportExportPem.cpp170 const char *end64; local
291 end64 = findStr(currCp, lenToGo, "-----END");
292 if(end64 != NULL) {
293 if(end64 == start64) {
299 base64Len = (unsigned)(end64 - start64);
/macosx-10.10/Security-57031.1.35/Security/libsecurity_apple_x509_tp/lib/
H A DcuEnc64.c492 const char *end64; local
556 end64 = findStr(currCp, lenToGo, "-----END");
557 if(end64 != NULL) {
558 if(end64 == start64) {
563 base64Len = (unsigned)(end64 - start64);
/macosx-10.10/Security-57031.1.35/Security/libsecurity_keychain/Security/
H A DSecImportExportPem.cpp170 const char *end64; local
291 end64 = findStr(currCp, lenToGo, "-----END");
292 if(end64 != NULL) {
293 if(end64 == start64) {
299 base64Len = (unsigned)(end64 - start64);
/macosx-10.10/Security-57031.1.35/Security/libsecurity_keychain/lib/
H A DSecImportExportPem.cpp170 const char *end64; local
291 end64 = findStr(currCp, lenToGo, "-----END");
292 if(end64 != NULL) {
293 if(end64 == start64) {
299 base64Len = (unsigned)(end64 - start64);
/macosx-10.10/ICU-531.30/icuSources/i18n/unicode/
H A Dregex.h980 virtual int64_t end64(UErrorCode &status) const;
1019 virtual int64_t end64(int32_t group, UErrorCode &status) const;
/macosx-10.10/ICU-531.30/icuSources/i18n/
H A Drematch.cpp545 int64_t RegexMatcher::end64(UErrorCode &err) const { function in class:RegexMatcher
546 return end64(0, err);
549 int64_t RegexMatcher::end64(int32_t group, UErrorCode &err) const { function in class:RegexMatcher
577 return (int32_t)end64(group, err);

Completed in 187 milliseconds