Searched refs:nItems (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/usr.sbin/ppp/
H A Diplist.h37 u_long nItems; member in struct:iplist_cur
42 u_long nItems; member in struct:iplist
H A Diplist.c72 list->cur.nItems = 1;
78 list->cur.nItems = 1;
90 list->cur.nItems = ntohl(endip.s_addr) - list->cur.lstart + 1;
91 if (list->cur.nItems < 1)
138 } else if (++list->cur.srcitem == list->cur.nItems) {
159 list->nItems += list->cur.nItems;
170 list->nItems = 0;
177 if (pos < 0 || (unsigned)pos >= list->nItems) {
187 if (pos < (int)list->cur.nItems) {
[all...]
H A Dipcp.c720 for (f = 0; f < bundle->ncp.ipcp.cfg.peer_list.nItems; f++) {
730 if (f == bundle->ncp.ipcp.cfg.peer_list.nItems) {
/freebsd-11-stable/contrib/apr-util/hooks/
H A Dapr_hooks.c83 static TSort *prepare(apr_pool_t *p,TSortData *pItems,int nItems) argument
85 TSort *pData=apr_palloc(p,nItems*sizeof *pData);
88 qsort(pItems,nItems,sizeof *pItems,crude_order);
89 for(n=0 ; n < nItems ; ++n) {
91 pData[n].ppPredecessors=apr_pcalloc(p,nItems*sizeof *pData[n].ppPredecessors);
96 for(n=0 ; n < nItems ; ++n) {
100 for(k=0 ; k < nItems ; ++k)
113 for(k=0 ; k < nItems ; ++k)
139 static TSort *tsort(TSort *pData,int nItems) argument
145 for(nTotal=0 ; nTotal < nItems ;
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp1576 int nItems = m_stop_packet_stack.size();
1578 for (int i = 0; i < nItems; i++) {
2373 int nItems = m_stop_packet_stack.size();
2375 for (int i = 0; i < nItems; i++) {

Completed in 79 milliseconds