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:field_set
(Results
1 - 8
of
8
) sorted by relevance
/third_party/nghttp2/third-party/url-parser/
H
A
D
url_parser.c
451
assert(u->
field_set
& (1 << UF_HOST));
in http_parse_host()
488
u->
field_set
|= (1 << UF_PORT);
in http_parse_host()
497
u->
field_set
|= (1 << UF_USERINFO);
in http_parse_host()
544
u->port = u->
field_set
= 0;
in http_parser_parse_url()
602
u->
field_set
|= (1 << uf);
in http_parser_parse_url()
608
if ((u->
field_set
& (1 << UF_SCHEMA)) &&
in http_parser_parse_url()
609
(u->
field_set
& (1 << UF_HOST)) == 0) {
in http_parser_parse_url()
613
if (u->
field_set
& (1 << UF_HOST)) {
in http_parser_parse_url()
620
if (is_connect && u->
field_set
!= ((1 << UF_HOST)|(1 << UF_PORT))) {
in http_parser_parse_url()
624
if (u->
field_set
in http_parser_parse_url()
[all...]
H
A
D
url_parser.h
69
* Callers should index into field_data[] with UF_* values iff
field_set
75
uint16_t
field_set
; /* Bitmask of (1 << UF_*) values */
member
/third_party/nghttp2/examples/
H
A
D
libevent-client.c
111
if (u->
field_set
& (1 << UF_PORT)) {
in create_http2_stream_data()
119
if (u->
field_set
& (1 << UF_PATH)) {
in create_http2_stream_data()
122
if (u->
field_set
& (1 << UF_QUERY)) {
in create_http2_stream_data()
128
if (u->
field_set
& (1 << UF_PATH)) {
in create_http2_stream_data()
134
if (u->
field_set
& (1 << UF_QUERY)) {
in create_http2_stream_data()
585
if (!(u.
field_set
& (1 << UF_PORT))) {
in run()
/third_party/nghttp2/src/
H
A
D
http2.cc
276
if (u->
field_set
& (1 << field)) {
in copy_url_component()
637
if ((u.
field_set
& (1 << UF_HOST)) == 0) {
in rewrite_location_uri()
652
if (u.
field_set
& (1 << UF_PATH)) {
in rewrite_location_uri()
657
if (u.
field_set
& (1 << UF_QUERY)) {
in rewrite_location_uri()
662
if (u.
field_set
& (1 << UF_FRAGMENT)) {
in rewrite_location_uri()
676
if (u.
field_set
& (1 << UF_PATH)) {
in rewrite_location_uri()
680
if (u.
field_set
& (1 << UF_QUERY)) {
in rewrite_location_uri()
685
if (u.
field_set
& (1 << UF_FRAGMENT)) {
in rewrite_location_uri()
1614
if (u.
field_set
& (1 << UF_PATH)) {
1650
if (u.
field_set
[all...]
H
A
D
shrpx_https_upstream.cc
260
assert(u.
field_set
& (1 << UF_HOST));
in rewrite_request_host_path_from_uri()
272
if (u.
field_set
& (1 << UF_PORT)) {
in rewrite_request_host_path_from_uri()
286
if (u.
field_set
& (1 << UF_PORT)) {
in rewrite_request_host_path_from_uri()
300
if (u.
field_set
& (1 << UF_PATH)) {
in rewrite_request_host_path_from_uri()
316
if (u.
field_set
& (1 << UF_QUERY)) {
in rewrite_request_host_path_from_uri()
319
if (u.
field_set
& (1 << UF_PATH)) {
in rewrite_request_host_path_from_uri()
443
if (!(u.
field_set
& (1 << UF_SCHEMA)) || !(u.
field_set
& (1 << UF_HOST))) {
in htp_hdrs_completecb()
H
A
D
shrpx_config.cc
3291
if (u.
field_set
& UF_USERINFO) {
in parse_config()
3293
// Surprisingly, u.
field_set
& UF_USERINFO is nonzero even if
in parse_config()
3299
if (u.
field_set
& UF_HOST) {
in parse_config()
3306
if (u.
field_set
& UF_PORT) {
in parse_config()
H
A
D
util.cc
660
return u.
field_set
& (1 << field);
in has_uri_field()
/third_party/protobuf/ruby/ext/google/protobuf_c/
H
A
D
storage.c
874
bool
field_set
;
in layout_get()
local
876
field_set
= slot_is_hasbit_set(layout, storage, field);
in layout_get()
878
field_set
= true;
in layout_get()
890
} else if (!
field_set
) {
in layout_get()
Completed in 16 milliseconds