Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:wildcard_end
(Results
1 - 3
of
3
) sorted by relevance
/third_party/rust/crates/rust-openssl/openssl/src/ssl/
H
A
D
connector.rs
534
let
wildcard_end
= match dot_idxs.next() {
in matches_wildcard()
553
if wildcard_location != 0 ||
wildcard_end
!= wildcard_location + 1 {
in matches_wildcard()
562
let pattern_after_wildcard = &pattern[
wildcard_end
..];
in matches_wildcard()
/third_party/node/deps/openssl/openssl/crypto/x509/
H
A
D
v3_utl.c
692
const unsigned char *
wildcard_end
;
in wildcard_match()
local
702
wildcard_end
= subject + (subject_len - suffix_len);
in wildcard_match()
703
if (!equal_nocase(
wildcard_end
, suffix_len, suffix, suffix_len, flags))
in wildcard_match()
710
if (wildcard_start ==
wildcard_end
)
in wildcard_match()
721
if (
wildcard_end
== wildcard_start + 1 && *wildcard_start == '*')
in wildcard_match()
728
for (p = wildcard_start; p !=
wildcard_end
; ++p)
in wildcard_match()
/third_party/openssl/crypto/x509/
H
A
D
v3_utl.c
692
const unsigned char *
wildcard_end
;
in wildcard_match()
local
702
wildcard_end
= subject + (subject_len - suffix_len);
in wildcard_match()
703
if (!equal_nocase(
wildcard_end
, suffix_len, suffix, suffix_len, flags))
in wildcard_match()
710
if (wildcard_start ==
wildcard_end
)
in wildcard_match()
721
if (
wildcard_end
== wildcard_start + 1 && *wildcard_start == '*')
in wildcard_match()
728
for (p = wildcard_start; p !=
wildcard_end
; ++p)
in wildcard_match()
Completed in 5 milliseconds