Home
last modified time | relevance | path

Searched refs:answer (Results 1 – 11 of 11) sorted by relevance

/f-stack/tools/libxo/tests/xo/
H A Dxo_02.sh36 ${XOP} --open answer
39 ${XOP} --close answer
/f-stack/tools/libxo/tests/xo/saved/
H A Dxo_02.XP.out53 <answer>
56 </answer>
H A Dxo_02.X.out1 …ina</state><city>Raleigh</city></c></b></a><answer><state>North Carolina</state><city>Raleigh</cit…
H A Dxo_02.J.out6 "answer": {"state":"North Carolina","city":"Raleigh"}{"top": {"data": {"tag":"value1""tag":"value2"…
H A Dxo_02.JP.out61 "answer": {
/f-stack/app/redis-5.0.5/deps/jemalloc/m4/
H A Dax_cxx_compile_stdcxx.m4305 struct answer
310 answer<1> f(int&) { return answer<1>(); }
311 answer<2> f(const int&) { return answer<2>(); }
312 answer<3> f(int&&) { return answer<3>(); }
/f-stack/app/redis-5.0.5/deps/jemalloc/
H A Dconfigure5137 struct answer
5142 answer<1> f(int&) { return answer<1>(); }
5143 answer<2> f(const int&) { return answer<2>(); }
5144 answer<3> f(int&&) { return answer<3>(); }
5571 struct answer
5576 answer<1> f(int&) { return answer<1>(); }
5577 answer<2> f(const int&) { return answer<2>(); }
5578 answer<3> f(int&&) { return answer<3>(); }
/f-stack/freebsd/contrib/device-tree/Bindings/powerpc/fsl/
H A Dmpc5200.txt18 chip? For the MPC5200; the answer is easy. Most of the SoC devices
/f-stack/freebsd/netinet/
H A Dsctp_pcb.c5216 int answer; in sctp_destination_is_reachable() local
5242 answer = inp->ip_inp.inp.inp_vflag & INP_IPV6; in sctp_destination_is_reachable()
5247 answer = inp->ip_inp.inp.inp_vflag & INP_IPV4; in sctp_destination_is_reachable()
5252 answer = 0; in sctp_destination_is_reachable()
5255 return (answer); in sctp_destination_is_reachable()
H A Dsctp_output.c3303 struct sctp_ifa *answer; in sctp_source_address_selection() local
3432 answer = sctp_choose_boundall(inp, stcb, net, ro, vrf_id, in sctp_source_address_selection()
3436 return (answer); in sctp_source_address_selection()
3442 answer = sctp_choose_boundspecific_stcb(inp, stcb, ro, in sctp_source_address_selection()
3447 answer = sctp_choose_boundspecific_inp(inp, ro, vrf_id, in sctp_source_address_selection()
3453 return (answer); in sctp_source_address_selection()
/f-stack/app/nginx-1.16.1/
H A DCHANGES2640 did not return answer from cache if there were no live upstreams.
3411 *) Feature: a text answer may be added to a "return" directive.