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

  /src/external/mpl/dhcp/bind/dist/lib/dns/
rdataset.c 312 dns_rdatasetorderfunc_t order, const void *order_arg, bool partial,
428 out[i].key = (sort) ? (*order)(&in[j], order_arg) : 0;
556 const void *order_arg, unsigned int options,
559 order_arg, false, options, countp, NULL));
566 const void *order_arg, unsigned int options,
570 order_arg, true, options, countp, state));
message.c 434 m->order_arg.env = NULL;
435 m->order_arg.acl = NULL;
436 m->order_arg.element = NULL;
2137 const void *order_arg = &msg->order_arg; local
2143 msg->order, order_arg, rd_options,
2148 msg->order, order_arg, rd_options,
2211 &msg->order_arg, rd_options,
2217 &msg->order_arg, rd_options,
4612 msg->order_arg.env = env
    [all...]
  /src/external/mpl/bind/dist/lib/dns/
rdataset.c 245 dns_rdatasetorderfunc_t order, const void *order_arg, bool partial,
360 out[i].key = (sort) ? (*order)(&in[j], order_arg) : 0;
486 const void *order_arg, unsigned int options,
489 order_arg, false, options, countp, NULL);
496 const void *order_arg, unsigned int options,
500 order_arg, true, options, countp, state);
message.c 455 m->order_arg.env = NULL;
456 m->order_arg.acl = NULL;
457 m->order_arg.element = NULL;
675 if (msg->order_arg.env != NULL) {
676 dns_aclenv_detach(&msg->order_arg.env);
678 if (msg->order_arg.acl != NULL) {
679 dns_acl_detach(&msg->order_arg.acl);
2066 const void *order_arg = &msg->order_arg; local
2072 msg->order, order_arg, rd_options
    [all...]
  /src/external/mpl/dhcp/bind/dist/lib/dns/include/dns/
rdataset.h 413 const void *order_arg, unsigned int options,
418 * and 'order_arg' as arguments.
422 * that order_arg is NULL if and only if order is NULL.
429 const void *order_arg, unsigned int options,
message.h 283 dns_sortlist_arg_t order_arg; member in struct:dns_message
  /src/external/mpl/bind/dist/lib/dns/include/dns/
rdataset.h 501 const void *order_arg, unsigned int options,
506 * and 'order_arg' as arguments.
510 * that order_arg is NULL if and only if order is NULL.
517 const void *order_arg, unsigned int options,
message.h 315 dns_sortlist_arg_t order_arg; member in struct:dns_message
  /src/external/mpl/bind/dist/lib/ns/
query.c 11620 void *order_arg = NULL; local
11624 &order_arg))
11627 elt = order_arg;
11633 acl = order_arg;

Completed in 54 milliseconds