HomeSort by: relevance | last modified time | path
    Searched refs:searchtype (Results 1 - 5 of 5) sorted by relevancy

  /src/external/bsd/unbound/dist/services/cache/
rrset.h 239 * @param searchtype: qtype to search for.
246 size_t* qnamelen, uint16_t searchtype, uint16_t qclass, time_t now,
254 * @param searchtype: qtype to search for.
262 size_t* qnamelen, uint16_t searchtype, uint16_t qclass, time_t now,
rrset.c 451 qnamelen, uint16_t searchtype, uint16_t qclass, time_t now, uint8_t*
473 *qnamelen, searchtype, qclass, 0, 0, 0))) {
482 *qname, searchtype, qclass);
486 *qname, searchtype, qclass);
489 rrset_cache_remove(r, *qname, *qnamelen, searchtype, qclass, 0);
495 qnamelen, uint16_t searchtype, uint16_t qclass, time_t now, uint8_t*
511 *qnamelen, searchtype, qclass, 0, 0, 0))) {
517 log_nametypeclass(VERB_ALGO, "this rrset is expired", *qname, searchtype, qclass);
dns.c 209 uint16_t qclass, time_t now, uint16_t searchtype, int stripfront,
225 qnamelen, searchtype, qclass, 0, now, 0))) {
244 &qnamelen, searchtype, qclass, now, expiretop,
252 searchtype, qclass, 0, now, 0))) {
256 log_nametypeclass(VERB_ALGO, "ignoring rrset because expired rrsets exist above it", origqname, searchtype, qclass);
  /src/external/bsd/tmux/dist/
window-copy.c 291 int searchtype; member in struct:window_copy_mode_data
414 data->searchtype = WINDOW_COPY_SEARCHUP;
418 data->searchtype = WINDOW_COPY_OFF;
2147 if (data->searchtype == WINDOW_COPY_SEARCHUP) {
2150 } else if (data->searchtype == WINDOW_COPY_SEARCHDOWN) {
2164 if (data->searchtype == WINDOW_COPY_SEARCHUP) {
2167 } else if (data->searchtype == WINDOW_COPY_SEARCHDOWN) {
2492 data->searchtype = WINDOW_COPY_SEARCHUP;
2512 data->searchtype = WINDOW_COPY_SEARCHUP;
2532 data->searchtype = WINDOW_COPY_SEARCHDOWN
    [all...]
  /src/external/mpl/bind/dist/lib/ns/
query.c 3551 dns_rdatatype_t foundtype, searchtype; local
3617 searchtype = dns_rdatatype_cname;
3619 searchtype = qtype;
3625 result = dns_db_find(p_db, st->p_name, NULL, searchtype, 0, 0,
3629 if (searchtype == dns_rdatatype_cname &&

Completed in 60 milliseconds