Home
last modified time | relevance | path

Searched refs:de (Results 1 – 11 of 11) sorted by path

/unit/
H A D.mailmap18 Tiago Natel de Moura <t.nateldemoura@f5.com>
H A DNOTICE22 Copyright 2019-2021 Tiago Natel de Moura
/unit/pkg/deb/debian.module/
H A Dcopyright.unit-jsc1122 Copyright 2019-2021 Tiago Natel de Moura
H A Dcopyright.unit-jsc822 Copyright 2019-2021 Tiago Natel de Moura
/unit/pkg/deb/debian/
H A Dcopyright22 Copyright 2019-2021 Tiago Natel de Moura
/unit/pkg/rpm/rpmbuild/SOURCES/
H A DCOPYRIGHT.unit-jsc1122 Copyright 2019-2021 Tiago Natel de Moura
H A DCOPYRIGHT.unit-jsc822 Copyright 2019-2021 Tiago Natel de Moura
/unit/src/java/nginx/unit/websocket/pojo/
H A DPojoMessageHandlerWholeBase.java58 } catch (DecodeException de) { in onMessage()
59 ((WsSession) session).getLocal().onError(session, de); in onMessage()
H A DPojoMethodMapping.java643 DecodeException de = new DecodeException(valueString, in getMessageHandlers()
647 params = new Object[] { de }; in getMessageHandlers()
/unit/src/
H A Dnxt_cert.c824 struct dirent *de; in nxt_cert_store_load() local
850 de = readdir(dir); in nxt_cert_store_load()
851 if (de == NULL) { in nxt_cert_store_load()
960 struct dirent *de;
989 de = readdir(dir);
990 if (de == NULL) {
994 if (de->d_type != DT_REG) {
1009 de = readdir(dir);
1010 if (de == NULL) {
1014 if (de->d_type != DT_REG) {
[all …]
H A Dnxt_script.c354 struct dirent *de; in nxt_script_store_load() local
380 de = readdir(dir); in nxt_script_store_load()
381 if (de == NULL) { in nxt_script_store_load()
386 rt->scripts.start, de->d_name); in nxt_script_store_load()
388 name.length = nxt_strlen(de->d_name); in nxt_script_store_load()
389 name.start = (u_char *) de->d_name; in nxt_script_store_load()