Searched refs:ST_NONE (Results 1 - 7 of 7) sorted by relevance

/netbsd-6-1-5-RELEASE/external/bsd/fetch/dist/libfetch/
H A Dhttp.c1264 ST_NONE, enumerator in enum:http_states
1291 case ST_NONE:
1299 parser->state = ST_NONE;
1308 parser->state = ST_NONE;
1319 parser->state = ST_NONE;
1324 parser->state = ST_NONE;
1335 parser->state = ST_NONE;
1344 parser->state = ST_NONE;
1351 parser->state = ST_NONE;
1364 parser->state = ST_NONE;
[all...]
/netbsd-6-1-5-RELEASE/usr.sbin/syslogd/
H A Dtls.h93 #define ST_NONE 0 macro
H A Dtls.c72 "ST_NONE",
943 ST_CHANGE(conn_info->state, ST_NONE);
979 assert(conn_info->state == ST_NONE);
1022 ST_CHANGE(conn_info->state, ST_NONE);
1032 ST_CHANGE(conn_info->state, ST_NONE);
1066 assert(conn_info->state == ST_NONE);
1233 assert(conn_info->state == ST_NONE);
1259 || conn_info->state == ST_NONE);
1423 ST_CHANGE(conn_info->state, ST_NONE);
1828 assert(conn_info->state == ST_NONE);
[all...]
H A Dsyslogd.c4568 f->f_un.f_tls.tls_conn->state == ST_NONE)
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gold/
H A Dscript-sections.h60 ST_NONE, enumerator in enum:gold::Script_sections::Section_type
H A Dscript-sections.cc1901 // Return the output section type if specified or Script_sections::ST_NONE.
2733 return Script_sections::ST_NONE;
2740 // There are not really support so we treat them as ST_NONE. The
2742 return Script_sections::ST_NONE;
3372 *psection_type = Script_sections::ST_NONE;
3383 *psection_type = Script_sections::ST_NONE;
H A Dlayout.cc523 // We can only handle script section types ST_NONE and ST_NOLOAD.
526 case Script_sections::ST_NONE:

Completed in 94 milliseconds