Searched refs:item (Results 1 - 25 of 525) sorted by last modified time

1234567891011>>

/freebsd-11-stable/contrib/libarchive/libarchive/
H A Darchive_read_support_format_rar5.c378 * 64, 256, etc. When the user will add another item above current capacity,
420 static int cdeque_push_back(struct cdeque* d, void* item) { argument
427 d->arr[d->end_pos] = (size_t) item;
/freebsd-11-stable/libexec/ftpd/
H A Dftpd.c1277 const void *item; local
1322 * back as a changed value of the PAM_USER item.
1324 if ((e = pam_get_item(pamh, PAM_USER, &item)) ==
1326 tmpl_user = (const char *) item;
/freebsd-11-stable/sys/netgraph/bluetooth/hci/
H A Dng_hci_evnt.c255 item_p item = NULL; local
292 NG_BT_ITEMQ_DEQUEUE(&winner->conq, item);
293 if (item == NULL)
299 winner->con_handle, NGI_M(item)->m_pkthdr.len);
311 NG_FREE_ITEM(item);
314 v = NGI_M(item)->m_pkthdr.len;
317 ng_hci_mtap(unit, NGI_M(item));
319 /* ... and forward item to the driver */
320 NG_FWD_ITEM_HOOK(error, item, unit->drv);
/freebsd-11-stable/sys/netgraph/
H A Dng_base.c87 static struct mtx ngq_mtx; /* protects the queue item list */
223 static int ng_generic_msg(node_p here, item_p item, hook_p lasthook);
228 static int ng_apply_item(node_p node, item_p item, int rw);
231 static int ng_con_nodes(item_p item, node_p node, const char *name,
233 static int ng_con_part2(node_p node, item_p item, hook_p hook);
234 static int ng_con_part3(node_p node, item_p item, hook_p hook);
257 "netgraph item structures");
1344 ng_con_part3(node_p node, item_p item, hook_p hook) argument
1382 NG_FREE_ITEM(item);
1387 ng_con_part2(node_p node, item_p item, hook_ argument
1481 ng_con_nodes(item_p item, node_p node, const char *name, node_p node2, const char *name2) argument
1950 item_p item; local
2017 ng_queue_rw(node_p node, item_p item, int rw) argument
2045 ng_acquire_read(node_p node, item_p item) argument
2073 ng_acquire_write(node_p node, item_p item) argument
2179 item_p item; local
2227 ng_snd_item(item_p item, int flags) argument
2365 ng_apply_item(node_p node, item_p item, int rw) argument
2513 ng_generic_msg(node_p here, item_p item, hook_p lasthook) argument
2988 item_p item; local
3013 ng_free_item(item_p item) argument
3060 item_p item; local
3298 dumpitem(item_p item, char *file, int line) argument
3340 item_p item; local
3430 item_p item; local
3519 item_p item; local
3541 item_p item; local
3581 ng_address_hook(node_p here, item_p item, hook_p hook, ng_ID_t retaddr) argument
3617 ng_address_path(node_p here, item_p item, const char *address, ng_ID_t retaddr) argument
3642 ng_address_ID(node_p here, item_p item, ng_ID_t ID, ng_ID_t retaddr) argument
3671 item_p item; local
3711 item_p item; local
3741 item_p item; local
3779 item_p item = arg; local
3790 item_p item, oitem; local
3816 item_p item; local
3847 ng_replace_retaddr(node_p here, item_p item, ng_ID_t retaddr) argument
[all...]
H A Dng_checksum.c191 ng_checksum_rcvmsg(node_p node, item_p item, hook_p lasthook) argument
199 NGI_GET_MSG(item, msg);
288 NG_RESPOND_MSG(error, node, item, resp);
542 ng_checksum_rcvdata(hook_p hook, item_p item) argument
551 NGI_GET_M(item, m);
681 NG_FWD_NEW_DATA(error, item, out, m);
688 NG_FREE_ITEM(item);
H A Dng_source.c348 ng_source_rcvmsg(node_p node, item_p item, hook_p lasthook) argument
354 NGI_GET_MSG(item, msg);
540 NG_RESPOND_MSG(error, node, item, resp);
553 ng_source_rcvdata(hook_p hook, item_p item) argument
559 NGI_GET_M(item, m);
560 NG_FREE_ITEM(item);
H A Dng_car.c94 static void ng_car_enqueue(struct hookinfo *h, item_p item);
261 ng_car_rcvdata(hook_p hook, item_p item )
272 ng_car_enqueue(hinfo, item);
276 m = NGI_M(item);
298 NG_FREE_ITEM(item); \
342 ng_car_enqueue(hinfo, item);
399 NG_FWD_ITEM_HOOK(error, item, hinfo->dest);
411 ng_car_rcvmsg(node_p node, item_p item, hook_p lasthook) argument
418 NGI_GET_MSG(item, msg);
557 NG_RESPOND_MSG(error, node, item, res
744 ng_car_enqueue(struct hookinfo *hinfo, item_p item) argument
[all...]
H A Dng_vlan_rotate.c220 ng_vlanrotate_rcvmsg(node_p node, item_p item, hook_p lasthook) argument
228 NGI_GET_MSG(item, msg);
303 NG_RESPOND_MSG(error, node, item, resp);
373 ng_vlanrotate_rcvdata(hook_p hook, item_p item) argument
383 NGI_GET_M(item, m);
452 NG_FWD_NEW_DATA(error, item, dst_hook, m);
459 NG_FREE_ITEM(item);
H A Dng_nat.c357 ng_nat_rcvmsg(node_p node, item_p item, hook_p lasthook) argument
364 NGI_GET_MSG(item, msg);
747 NG_RESPOND_MSG(error, node, item, resp);
753 ng_nat_rcvdata(hook_p hook, item_p item )
763 NG_FREE_ITEM(item);
771 m = NGI_M(item);
774 NGI_M(item) = NULL; /* avoid double free */
775 NG_FREE_ITEM(item);
779 NGI_M(item) = m;
790 NG_FREE_ITEM(item);
[all...]
H A Dng_tag.c347 ng_tag_rcvmsg(node_p node, item_p item, hook_p lasthook) argument
353 NGI_GET_MSG(item, msg);
490 NG_RESPOND_MSG(error, node, item, resp);
501 ng_tag_rcvdata(hook_p hook, item_p item) argument
513 m = NGI_M(item); /* 'item' still owns it.. we are peeking */
557 NG_FREE_ITEM(item);
586 NG_FWD_ITEM_HOOK(error, item, dest);
/freebsd-11-stable/contrib/unbound/util/
H A Dconfig_file.h763 /** next item in list */
773 /** next item in list */
785 /** next item in list */
800 /** next item in list */
917 * @param item: new item. malloced by caller. if NULL the insertion fails.
919 * on fail the item is free()ed.
921 int cfg_strlist_append(struct config_strlist_head* list, char* item);
926 * @param item: new item
[all...]
H A Dconfig_file.c1715 int cfg_strlist_append(struct config_strlist_head* list, char* item) argument
1718 if(!item || !list) {
1719 free(item);
1724 free(item);
1727 s->str = item;
1739 struct config_strlist** head, char* item)
1742 if(!item || !head)
1748 s->str = item;
1755 cfg_strlist_find(struct config_strlist* head, const char *item) argument
1762 if(strcmp(s->str, item)
1738 cfg_region_strlist_insert(struct regional* region, struct config_strlist** head, char* item) argument
1771 cfg_strlist_insert(struct config_strlist** head, char* item) argument
1790 cfg_strlist_append_ex(struct config_strlist** head, char* item) argument
1815 cfg_str2list_insert(struct config_str2list** head, char* item, char* i2) argument
1837 cfg_str3list_insert(struct config_str3list** head, char* item, char* i2, char* i3) argument
1855 cfg_strbytelist_insert(struct config_strbytelist** head, char* item, uint8_t* i2, size_t i2len) argument
[all...]
/freebsd-11-stable/contrib/unbound/services/
H A Dlisten_dnsport.c1010 struct listen_port* item = (struct listen_port*)malloc( local
1012 if(!item)
1014 item->next = *list;
1015 item->fd = s;
1016 item->ftype = ftype;
1017 *list = item;
1233 struct listen_list* item = (struct listen_list*)malloc( local
1235 if(!item)
1237 item->com = c;
1238 item
1747 struct tcp_req_done_item* item, *nitem; local
1846 struct tcp_req_done_item* item; local
1875 struct tcp_req_done_item* item = tcp_req_info_pop_done(req); local
1980 struct tcp_req_open_item* item; local
1997 struct tcp_req_done_item* item; local
[all...]
/freebsd-11-stable/contrib/unbound/dnstap/
H A Dunbound-dnstap-socket.c1120 struct config_strlist* item; local
1121 for(item = local_list->first; item; item = item->next) {
1123 s = tap_socket_new_local(item->str, &dtio_mainfdcallback,
1135 struct config_strlist* item; local
1136 for(item = tcp_list->first; item; item
1151 struct config_strlist* item; local
[all...]
H A Ddtstream.c304 struct dt_io_list_item* item, *nextitem; local
307 item=dtio->io_list;
308 while(item) {
309 nextitem = item->next;
310 free(item);
311 item = nextitem;
446 struct dt_io_list_item* item = malloc(sizeof(*item)); local
447 if(!item) return 0;
451 item
461 struct dt_io_list_item* item, *prev=NULL; local
524 struct dt_io_list_item *spot, *item; local
[all...]
/freebsd-11-stable/lib/libpam/modules/pam_login_access/
H A Dlogin_access.c111 /* list_match - match an item against a list of tokens with exceptions */
114 list_match(char *list, const char *item, argument
132 if ((match = (*match_fn)(tok, item, login_access_opts)) != 0) /* YES */
142 list_match((char *) 0, item, match_fn, login_access_opts) == NO) {
/freebsd-11-stable/contrib/subversion/subversion/libsvn_wc/
H A Dwc-metadata.sql214 /* A serialized skel specifying the work item. */
/freebsd-11-stable/contrib/subversion/subversion/libsvn_subr/
H A Diter.c112 void *item = array->elts + array->elt_size*i; local
116 err = (*func)(baton, item, iterpool);
H A Dcmdline.c1095 svn_sort__item_t item = APR_ARRAY_IDX(sorted_props, i, svn_sort__item_t); local
1096 const char *pname = item.key;
1097 svn_string_t *propval = item.value;
1166 svn_sort__item_t item = APR_ARRAY_IDX(sorted_props, i, svn_sort__item_t); local
1167 const char *pname = item.key;
1168 svn_string_t *propval = item.value;
/freebsd-11-stable/contrib/subversion/subversion/libsvn_fs_fs/
H A Dindex.c120 /* global file offsets (item index is the array index) within the
122 * invalid item index values. */
133 /* corresponding item index. 0 for "new revision" entries. */
402 * hot code path (called for every item we read) but e.g. GCC would rather
798 /* collect the item offsets and sub-item value for the current revision */
1126 _("Revision %ld not covered by item index"),
1469 /* item index to look up. Used for error messages only */
1476 /* absolute item or container offset in rev / pack file */
1480 /* Return the rev / pack file offset of the item a
[all...]
/freebsd-11-stable/contrib/subversion/subversion/libsvn_client/
H A Dmtcc.c1290 svn_client_commit_item3_t *item; local
1292 item = svn_client_commit_item3_create(result_pool);
1294 item->path = NULL;
1296 item->kind = svn_node_dir;
1298 item->kind = svn_node_file;
1300 item->kind = svn_node_unknown;
1302 item->url = apr_pstrdup(result_pool, url);
1303 item->session_relpath = svn_uri_skip_ancestor(session_url, item->url,
1308 item
1400 svn_client_commit_item3_t *item; local
[all...]
H A Dmerge.c5091 if (i == 0) /* First item is always the merge target. */
5356 obstructed by an unversioned item then there's nothing we can
6002 /* If first item in each child of CHILDREN_WITH_MERGEINFO's
7942 svn_sort__item_t *item = &APR_ARRAY_IDX(a, i, svn_sort__item_t);
7943 const char *abspath_with_new_mergeinfo = item->key;
8101 svn_client__merge_path_t *item
8105 item->remaining_ranges = svn_rangelist__initialize(source->loc1->rev,
8109 svn_client__merge_path_t *) = item;
9421 /* The first item from the CHILDREN_WITH_MERGEINFO is always
9426 /* If we are honoring mergeinfo, then for each item i
7933 svn_sort__item_t *item = &APR_ARRAY_IDX(a, i, svn_sort__item_t); local
8092 svn_client__merge_path_t *item local
[all...]
/freebsd-11-stable/sys/contrib/ipfilter/netinet/
H A Dradix_ipf.c1024 void delete_addr(ipf_rdx_head_t *rnh, int item);
1365 delete_addr(rnh, item)
1367 int item;
1377 setaddr(&af, ttable[item].host);
1379 setmask(&mask, ttable[item].mask);
1393 printf("%d.delete(%s) = %s\n", item, addrname(&af), GNAME(rn));
1409 add_addr(rnh, n, item)
1411 int n, item;
1418 setaddr(&stp->dst, ttable[item].host);
1420 setmask(&stp->mask, ttable[item]
[all...]
/freebsd-11-stable/contrib/ipfilter/
H A Dradix_ipf.c1024 void delete_addr(ipf_rdx_head_t *rnh, int item);
1365 delete_addr(rnh, item)
1367 int item;
1377 setaddr(&af, ttable[item].host);
1379 setmask(&mask, ttable[item].mask);
1393 printf("%d.delete(%s) = %s\n", item, addrname(&af), GNAME(rn));
1409 add_addr(rnh, n, item)
1411 int n, item;
1418 setaddr(&stp->dst, ttable[item].host);
1420 setmask(&stp->mask, ttable[item]
[all...]
/freebsd-11-stable/crypto/openssl/crypto/asn1/
H A Dtasn_enc.c71 int skcontlen, const ASN1_ITEM *item,
95 * Encode an ASN1 item, this is use by the standard 'i2d' function. 'out'
123 * Encode an item, taking care of IMPLICIT tagging (if any). This function
124 * performs the normal item handling: it can be used in external types.
363 tmplen = ASN1_item_ex_i2d(&skitem, NULL, ASN1_ITEM_ptr(tt->item),
388 asn1_set_seq_out(sk, out, skcontlen, ASN1_ITEM_ptr(tt->item),
401 /* Find length of tagged item */
402 i = ASN1_item_ex_i2d(pval, NULL, ASN1_ITEM_ptr(tt->item), -1, iclass);
408 /* Output tag and item */
410 ASN1_item_ex_i2d(pval, out, ASN1_ITEM_ptr(tt->item),
[all...]

Completed in 285 milliseconds

1234567891011>>