Searched refs:item (Results 176 - 200 of 1050) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/
H A Dex_data.c304 EX_CLASS_ITEM *item = (EX_CLASS_ITEM *)a_void; local
305 sk_CRYPTO_EX_DATA_FUNCS_pop_free(item->meth, def_cleanup_util_cb);
306 OPENSSL_free(item);
348 static int def_add_index(EX_CLASS_ITEM *item, long argl, void *argp, argument
365 while (sk_CRYPTO_EX_DATA_FUNCS_num(item->meth) <= item->meth_num) {
366 if (!sk_CRYPTO_EX_DATA_FUNCS_push(item->meth, NULL)) {
372 toret = item->meth_num++;
373 (void)sk_CRYPTO_EX_DATA_FUNCS_set(item->meth, toret, a);
404 EX_CLASS_ITEM *item local
421 EX_CLASS_ITEM *item = def_get_class(class_index); local
460 EX_CLASS_ITEM *item; local
500 EX_CLASS_ITEM *item; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dmenu.tex18 A menu item has an integer ID associated with it which can be used to
19 identify the selection, or to change the menu item in some way. A menu item
20 with a special identifier $-1$ is a separator item and doesn't have an
33 wxWidgets automatically toggles the flag value when the item is clicked and its
37 notification for the item in question.
40 in the same radio group are unchecked when a radio item is checked. The radio
42 first item of this kind and ends with the first item of a different kind (or
44 of the item position
[all...]
H A Dtchanges.tex42 \item The size that a window had when \helpref{Add()}{wxsizeradd}ed to the sizer was assumed to be its minimal size, and that size would always be used by default when calculating layout size and positions, and the sizer itself would keep track of that minimal size.
43 \item If the window item was \helpref{Add()}{wxsizeradd}ed with the \windowstyle{wxADJUST\_MINSIZE} flag then when layout was calculated the item's \helpref{GetBestSize}{wxwindowgetbestsize} would be used to reset the minimal size that the sizer used.
49 \item The \windowstyle{wxFIXED\_MINSIZE} flag was added to allow for the old behaviour. When this flag is used the size a window has when \helpref{Add()}{wxsizeradd}ed to the sizer will be treated as its minimal size and it will not be readjusted on each layout.
50 \item The minimum size stored in wxWindow and settable with \helpref{SetSizeHints}{wxwindowsetsizehints} or \helpref{SetMinSize}{wxwindowsetminsize} will by default be used by the sizer (if it was set) as the minimal size of the sizer item. If the minsize was not set (or was only partially set) then the window's best size is fetched and it is used instead of (or blended with) the minsize. \helpref{wxWindow::GetBestFittingSize}{wxwindowgetbestfittingsize} was added to facilitate getting the size to be used by the sizers.
51 \item The best size of a window is cached so it doesn't need to be recalculated on every layout. \helpref{wxWindow::InvalidateBestSize}{wxwindowinvalidatebestsize} was added and should be called (usually just internally in control methods) whenever something is done that would make the best size change.
52 \item All \helpref{wxControls}{wxcontrol} were changed to set the minsize to what is passed to the constructor or their Create method, and also to set the real size of the control to the blending of the minsize and bestsize. \helpref{wxWindow::SetBestFittingSize}{wxwindowsetbestfittingsize} was added to help with this, although most controls don't need to call it directly because it is called indirectly via the \helpref{SetInitialBestSize}{wxwindowsetinitialbestsize} called in the base classes.
68 \item Eithe
[all...]
H A Dlibs.tex34 \item{ wxSocket classes (\helpref{wxSocketClient}{wxsocketclient},
36 \item{ \helpref{wxSocketOutputStream}{wxsocketoutputstream} and
38 \item{ sockets-based IPC classes (\helpref{wxTCPServer}{wxddeserver},
41 \item{ \helpref{wxURL}{wxurl} }
42 \item{ wxInternetFSHandler (a \helpref{wxFileSystem handler}{fs}) }
70 \item{ wxBufferedDC }
71 \item{ \helpref{wxCalendarCtrl}{wxcalendarctrl} }
72 \item{ \helpref{wxGrid classes}{gridoverview} }
73 \item{ \helpref{wxJoystick}{wxjoystick} }
74 \item{ \helpre
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/minidlna-1.1.5/
H A Dtivo_commands.c142 if( strncmp(class, "item", 4) == 0 )
290 SendItemDetails(struct upnphttp *h, int64_t item) argument
307 " where o.DETAIL_ID = %lld group by o.DETAIL_ID", (long long)item);
328 char *sql, *item, *saveptr; local
393 item = sql_get_text_field(db, "SELECT NAME from OBJECTS where OBJECT_ID = '%q'", objectID);
394 if( item )
396 title = escape_tag(item, 1);
397 sqlite3_free(item);
426 item = strtok_r(sortOrder, ",", &saveptr);
427 while( item !
663 char *saveptr = NULL, *item; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/tre-0.8.0/lib/
H A Dtre-match-backtrack.c92 tre_backtrack_item_t item; member in struct:tre_backtrack_struct
98 #define BT_STACK_WIDE_IN(_str_wide) stack->item.str_wide = (_str_wide)
99 #define BT_STACK_WIDE_OUT (str_wide) = stack->item.str_wide
106 #define BT_STACK_MBSTATE_IN stack->item.mbstate = (mbstate)
107 #define BT_STACK_MBSTATE_OUT (mbstate) = stack->item.mbstate
146 s->item.tags = tre_bt_mem_alloc(mem, \
148 if (!s->item.tags) \
164 stack->item.pos = (_pos); \
165 stack->item.str_byte = (_str_byte); \
167 stack->item
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/generic/
H A Dfiledlgg.cpp417 void wxFileData::MakeItem( wxListItem &item )
419 item.m_text = m_fileName;
420 item.ClearAttributes();
422 item.SetTextColour(*wxRED);
424 item.SetTextColour(*wxBLUE);
426 item.m_image = m_image;
432 item.SetTextColour(dg);
434 item.m_data = wxPtrToUInt(this);
534 long wxFileCtrl::Add( wxFileData *fd, wxListItem &item )
537 item
553 UpdateItem(const wxListItem &item) argument
580 wxListItem item; local
718 wxListItem item; local
785 FreeItemData(wxListItem& item) argument
808 wxListItem item; local
1316 long item = m_list->GetNextItem(-1, wxLIST_NEXT_ALL, local
1590 wxListItem item; local
1613 wxListItem item; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/pqueue/
H A Dpqueue.h81 void pitem_free(pitem *item);
86 pitem *pqueue_insert(pqueue pq, pitem *item);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/univ/
H A Dmenu.h44 // called by wxMenuItem when an item of this menu changes
45 void RefreshItem(wxMenuItem *item);
51 // select its first item
64 // do as if this item were clicked, return true if the resulting event was
66 bool ClickItem(wxMenuItem *item);
72 // find the item for the given accel and generate an event if found
78 virtual wxMenuItem* DoAppend(wxMenuItem *item);
79 virtual wxMenuItem* DoInsert(size_t pos, wxMenuItem *item);
80 virtual wxMenuItem* DoRemove(wxMenuItem *item);
83 void OnItemAdded(wxMenuItem *item);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/nfsd/
H A Dnfs4idmap.c265 idtoname_lookup(struct ent *item) argument
268 &item->h,
269 idtoname_hash(item));
433 nametoid_lookup(struct ent *item) argument
436 &item->h,
437 nametoid_hash(item));
528 struct cache_detail *detail, struct ent **item,
531 *item = lookup_fn(key);
532 if (!*item)
534 return cache_check(detail, &(*item)
527 do_idmap_lookup(struct ent *(*lookup_fn)(struct ent *), struct ent *key, struct cache_detail *detail, struct ent **item, struct idmap_defer_req *mdr) argument
538 do_idmap_lookup_nowait(struct ent *(*lookup_fn)(struct ent *), struct ent *key, struct cache_detail *detail, struct ent **item) argument
564 idmap_lookup(struct svc_rqst *rqstp, struct ent *(*lookup_fn)(struct ent *), struct ent *key, struct cache_detail *detail, struct ent **item) argument
600 struct ent *item, key = { local
623 struct ent *item, key = { local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ocfs2/cluster/
H A Dnodemanager.h83 int o2nm_depend_item(struct config_item *item);
84 void o2nm_undepend_item(struct config_item *item);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/include/openssl/
H A Dpqueue.h81 void pitem_free(pitem *item);
86 pitem *pqueue_insert(pqueue pq, pitem *item);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/pqueue/
H A Dpqueue.h81 void pitem_free(pitem *item);
86 pitem *pqueue_insert(pqueue pq, pitem *item);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/pqueue/
H A Dpqueue.h81 void pitem_free(pitem *item);
86 pitem *pqueue_insert(pqueue pq, pitem *item);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ceph/crush/
H A Dmapper.c56 * will produce an item in the bucket.
144 dprintk("list_choose i=%d x=%d r=%d item %d weight %x "
265 static int is_out(struct crush_map *map, __u32 *weight, int item, int x) argument
267 if (weight[item] >= 0x10000)
269 if (weight[item] == 0)
271 if ((crush_hash32_2(CRUSH_HASH_RJENKINS1, x, item) & 0xffff)
272 < weight[item])
280 * @bucket: the bucket we are choose an item from
283 * @type: the type of item to choose
287 * @recurse_to_leaf: true if we want one device under each item o
304 int item = 0; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-s3c2410/
H A Dmach-vr1000.c58 #define VA_C5(item) ((unsigned long)(item) + BAST_VAM_CS5)
59 #define VA_C4(item) ((unsigned long)(item) + BAST_VAM_CS4)
60 #define VA_C3(item) ((unsigned long)(item) + BAST_VAM_CS3)
61 #define VA_C2(item) ((unsigned long)(item) + BAST_VAM_CS2)
65 #define PA_CS2(item) (__phys_to_pfn((item)
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/dbus-1.6.8/bus/
H A Dexpirelist.h39 /* embed this in a child expire item struct */
55 BusExpireItem *item);
60 BusExpireItem *item);
64 BusExpireItem *item);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/rand/
H A Drand_vms.c122 } item[32], *pitem; local
128 pitem = item;
148 while ((status = sys$getjpiw(0, &pid, 0, item, iosb, 0, 0))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/carbon/
H A Dchecklst.cpp109 bool wxCheckListBox::IsChecked(unsigned int item) const
111 wxCHECK_MSG( IsValid(item), false,
114 return GetPeer()->MacIsChecked( item );
117 void wxCheckListBox::Check(unsigned int item, bool check) argument
119 wxCHECK_RET( IsValid(item),
122 bool isChecked = GetPeer()->MacIsChecked( item );
125 GetPeer()->MacCheck( item , check );
264 wxMacCheckListBoxItem* item = wx_static_cast(wxMacCheckListBoxItem*, GetItemFromLine( n) ); local
265 item->Check( bCheck);
266 UpdateItem(wxMacDataBrowserRootContainer, item , kCheckboxColumnI
271 wxMacCheckListBoxItem * item = wx_static_cast( wxMacCheckListBoxItem*, GetItemFromLine( n ) ); local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dlboxcmn.cpp97 int item = selections[n]; local
98 if ( item != itemToLeaveSelected )
99 Deselect(item);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/listctrl/
H A Dlisttest.cpp233 menuList->Append(LIST_FOCUS_LAST, _T("&Make last item current\tCtrl-L"));
234 menuList->Append(LIST_TOGGLE_FIRST, _T("To&ggle first item\tCtrl-G"));
243 menuList->Append(LIST_ADD, _T("&Append an item\tCtrl-P"));
244 menuList->Append(LIST_EDIT, _T("&Edit the item\tCtrl-E"));
245 menuList->Append(LIST_DELETE, _T("&Delete first item\tCtrl-X"));
520 wxListItem item; local
521 item.m_itemId = 0;
522 item.SetTextColour(*wxRED);
523 m_listCtrl->SetItem( item );
525 item
645 long item = m_listCtrl->GetNextItem(-1, wxLIST_NEXT_ALL, local
765 wxListItem item; local
946 long item; local
1068 long item = HitTest(event.GetPosition(), flags, &subitem); local
1085 where.c_str(), item, subitem); local
1095 OnGetItemText(long item, long column) const argument
1107 OnGetItemColumnImage(long item, long column) const argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/utils/helpview/src/
H A Dhelpview.h76 wxChar *OnRequest(const wxString& topic, const wxString& item, int *size, wxIPCFormat format);
77 bool OnPoke(const wxString& topic, const wxString& item, wxChar *data, int size, wxIPCFormat format);
78 bool OnStartAdvise(const wxString& topic, const wxString& item);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DMuleUDPSocket.cpp266 UDPPack item = m_queue.front(); local
267 CPacket* packet = item.packet;
268 if (GetTickCount() - item.time < UDPMAXQUEUETIME) {
274 if (item.bEncrypt && (theApp->GetPublicIP() > 0 || item.bKad)) {
275 len = CEncryptedDatagramSocket::EncryptSendClient(&sendbuffer, len, item.pachTargetClientHashORKadID, item.bKad, item.nReceiverVerifyKey, (item.bKad ? Kademlia::CPrefs::GetUDPVerifyKey(item
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/src/
H A Dmsgl-ascii.c48 if (!is_ascii_string (slp->item[i]))
96 if (!is_ascii_message (mlp->item[j]))
108 if (!is_ascii_message_list (mdlp->item[k]->messages))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/rand/
H A Drand_vms.c95 } item[32], *pitem; local
101 pitem = item;
123 while ((status = sys$getjpiw(0, &pid, 0, item, iosb, 0, 0))

Completed in 283 milliseconds

1234567891011>>