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:portptr
(Results
1 - 2
of
2
) sorted by relevance
/third_party/curl/lib/
H
A
D
urlapi.c
512
char *
portptr
;
in Curl_parse_port()
local
518
portptr
= strchr(hostname, ']');
in Curl_parse_port()
519
if(!
portptr
)
in Curl_parse_port()
521
portptr
++;
in Curl_parse_port()
523
if(*
portptr
) {
in Curl_parse_port()
524
if(*
portptr
!= ':')
in Curl_parse_port()
528
portptr
= NULL;
in Curl_parse_port()
531
portptr
= strchr(hostname, ':');
in Curl_parse_port()
533
if(
portptr
) {
in Curl_parse_port()
536
size_t keep =
portptr
in Curl_parse_port()
[all...]
H
A
D
url.c
2182
char *
portptr
= NULL;
local
2297
(void)curl_url_get(uhp, CURLUPART_PORT, &
portptr
, 0);
2299
if(
portptr
) {
2300
port = (int)strtol(
portptr
, NULL, 10);
2301
free(
portptr
);
2881
char *
portptr
;
local
2902
portptr
= hostptr;
2925
portptr
= ptr;
2938
host_portno = strchr(
portptr
, ':');
Completed in 7 milliseconds