Searched defs:is_match (Results 1 - 2 of 2) sorted by relevance
/osnet-11/usr/src/lib/libsmbns/common/ |
H A D | smbns_dyndns.c | 1134 * is_match: is 1 for found matching entry, otherwise 0 1141 const char *hostname, int family, const void *addr, int *is_match) 1148 *is_match = 0; 1180 *is_match = 1; 1190 *is_match = 1; 1205 *is_match = 1; 1261 int is_exist, is_match; local 1319 af, addr, &is_match)) < 0) { 1325 if (update_op == DYNDNS_UPDATE_ADD && is_exist && is_match) { 1140 dyndns_search_entry(dyndns_zone_dir_t update_zone, const char *hostname, int family, const void *addr, int *is_match) argument
|
/osnet-11/usr/src/grub/grub2/grub-core/lib/xzembed/ |
H A D | xz_dec_lzma2.c | 162 uint16_t is_match[STATES][POS_STATES_MAX]; member in struct:lzma_dec 739 if (!rc_bit(&s->rc, &s->lzma.is_match[ 786 probs = s->lzma.is_match[0];
|
Completed in 33 milliseconds