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:lws_now_secs
(Results
1 - 11
of
11
) sorted by relevance
/third_party/libwebsockets/lib/abstract/protocols/smtp/
H
A
D
smtp-sequencer.c
153
e->last_try =
lws_now_secs
();
in lws_smtpc_kick_internal()
313
e->added =
lws_now_secs
();
in lws_smtpc_add_email()
/third_party/libwebsockets/test-apps/
H
A
D
test-client.c
606
unsigned long last =
lws_now_secs
();
in main()
873
if (flag_echo &&
lws_now_secs
() != last) {
in main()
875
last =
lws_now_secs
();
in main()
/third_party/libwebsockets/lib/plat/freertos/
H
A
D
freertos-service.c
57
unsigned long m =
lws_now_secs
();
in _lws_plat_service_tsi()
/third_party/libwebsockets/lib/tls/
H
A
D
tls-network.c
76
time_t now = (time_t)
lws_now_secs
(), life = 0;
in lws_tls_check_cert_lifetime()
/third_party/libwebsockets/minimal-examples/api-tests/api-test-jose/
H
A
D
jws.c
693
unsigned long long ull =
lws_now_secs
();
in test_jws_ES512()
891
unsigned long long ull =
lws_now_secs
();
in test_jwt_RS256()
/third_party/libwebsockets/lib/plat/freertos/esp32/drivers/netdev/
H
A
D
wifi-esp32.c
114
uint32_t now =
lws_now_secs
();
in lws_esp32_scan_update()
/third_party/libwebsockets/include/libwebsockets/
H
A
D
lws-misc.h
480
*
lws_now_secs
(): return seconds since 1970-1-1
483
lws_now_secs
(void);
/third_party/libwebsockets/lib/core/
H
A
D
context.c
122
lws_now_secs
() < 1594017754) /* 06:42 Mon Jul 6 2020 UTC */ {
in lws_state_notify_protocol_init()
270
lws_now_secs
() < 1594017754) /* 06:42 Mon Jul 6 2020 UTC */
in lws_system_smd_cb()
H
A
D
libwebsockets.c
281
*
lws_now_secs
() - seconds since 1970-1-1
285
lws_now_secs
(void)
in lws_now_secs()
function
/third_party/libwebsockets/lib/jose/jws/
H
A
D
jws.c
1226
unsigned long now =
lws_now_secs
(), exp;
in lws_jwt_token_sanity()
/third_party/libwebsockets/lib/roles/http/
H
A
D
parsers.c
1688
ull =
lws_now_secs
();
in lws_jwt_sign_token_set_http_cookie()
Completed in 12 milliseconds