Searched refs:id_array (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.0-release/sys/netinet/
H A Dip_id.c94 static u_int16_t *id_array = NULL; variable
147 if (id_array != NULL) {
148 free(id_array, M_IPID);
154 id_array = (u_int16_t *) malloc(array_size * sizeof(u_int16_t),
158 if (id_array == NULL || id_bits == NULL) {
160 if (id_array != NULL) {
161 free(id_array, M_IPID);
162 id_array = NULL;
177 if (id_array == NULL)
185 if (id_array
[all...]
/freebsd-10.0-release/contrib/libarchive/libarchive/
H A Darchive_match.c79 struct id_array { struct
126 struct id_array inclusion_uids;
127 struct id_array inclusion_gids;
136 static int add_owner_id(struct archive_match *, struct id_array *,
159 static int match_owner_id(struct id_array *, int64_t);
1675 add_owner_id(struct archive_match *a, struct id_array *ids, int64_t id)
1712 match_owner_id(struct id_array *ids, int64_t id)

Completed in 51 milliseconds