Home
last modified time | relevance | path

Searched refs:is_variable (Results 1 – 2 of 2) sorted by relevance

/src/contrib/libpcap/
H A Dgencode.c164 (cs)->off_linkhdr.is_variable = (new_is_variable); \
193 int is_variable; member
1173 cstate->off_outermostlinkhdr.is_variable = 0; in init_linktype()
1178 cstate->off_prevlinkhdr.is_variable = 0; in init_linktype()
1183 cstate->off_linkhdr.is_variable = 0; in init_linktype()
1190 cstate->off_linkpl.is_variable = 0; in init_linktype()
1194 cstate->off_linktype.is_variable = 0; in init_linktype()
1366 cstate->off_linkhdr.is_variable = 1; in init_linktype()
1392 cstate->off_linkpl.is_variable = 1; in init_linktype()
1409 cstate->off_linkpl.is_variable = 1; in init_linktype()
[all …]
/src/contrib/libucl/include/
H A Ducl++.h130 if (!replacer->is_variable (var_name)) { in ucl_variable_replacer()
254 virtual bool is_variable (const std::string &str) const in is_variable() function