Searched refs:item (Results 151 - 175 of 1050) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/engine/
H A Deng_lib.c158 ENGINE_CLEANUP_ITEM *item = OPENSSL_malloc(sizeof( local
160 if(!item) return NULL;
161 item->cb = cb;
162 return item;
166 ENGINE_CLEANUP_ITEM *item; local
168 item = int_cleanup_item(cb);
169 if(item)
170 sk_ENGINE_CLEANUP_ITEM_insert(cleanup_stack, item, 0);
174 ENGINE_CLEANUP_ITEM *item; local
176 item
181 engine_cleanup_cb_free(ENGINE_CLEANUP_ITEM *item) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/engine/
H A Deng_lib.c168 ENGINE_CLEANUP_ITEM *item = OPENSSL_malloc(sizeof(ENGINE_CLEANUP_ITEM)); local
169 if (!item)
171 item->cb = cb;
172 return item;
177 ENGINE_CLEANUP_ITEM *item; local
180 item = int_cleanup_item(cb);
181 if (item)
182 sk_ENGINE_CLEANUP_ITEM_insert(cleanup_stack, item, 0);
187 ENGINE_CLEANUP_ITEM *item; local
190 item
196 engine_cleanup_cb_free(ENGINE_CLEANUP_ITEM *item) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/engine/
H A Deng_lib.c168 ENGINE_CLEANUP_ITEM *item = OPENSSL_malloc(sizeof(ENGINE_CLEANUP_ITEM)); local
169 if (!item)
171 item->cb = cb;
172 return item;
177 ENGINE_CLEANUP_ITEM *item; local
180 item = int_cleanup_item(cb);
181 if (item)
182 sk_ENGINE_CLEANUP_ITEM_insert(cleanup_stack, item, 0);
187 ENGINE_CLEANUP_ITEM *item; local
190 item
196 engine_cleanup_cb_free(ENGINE_CLEANUP_ITEM *item) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/motif/
H A Dmenu.cpp113 // function appends a new item or submenu to the menu
119 wxMenuItem *wxMenu::DoRemove(wxMenuItem *item) argument
121 item->DestroyItem(true);
123 return wxMenuBase::DoRemove(item);
126 wxMenuItem* wxMenu::DoInsert(size_t pos, wxMenuItem *item) argument
134 item->CreateItem(m_menuWidget, GetMenuBar(), m_topLevelMenu, pos);
137 if ( item->IsSubMenu() )
139 item->GetSubMenu()->m_topLevelMenu = m_topLevelMenu;
142 return pos == GetMenuItemCount() ? wxMenuBase::DoAppend(item) :
143 wxMenuBase::DoInsert(pos, item);
355 wxMenuItem *item = m_menus.Item(i)->GetData()->FindItem(id, itemMenu); local
534 wxMenuItem *item = node->GetData(); local
555 wxMenuItem *item = node->GetData(); local
590 wxMenuItem *item = node->GetData (); local
625 wxMenuItem* item = node->GetData(); local
648 wxMenuItem* item = node->GetData(); local
682 wxMenuItem* item = node->GetData(); local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/bn/
H A Dbn_ctx.c81 /* How many bignums are in each "pool item"; */
159 BN_POOL_ITEM *item = ctx->pool.head; local
164 fprintf(stderr,"%02x ", item->vals[bnidx++ % BN_CTX_POOL_SIZE].dmax);
166 item = item->next;
386 BN_POOL_ITEM *item = p->head; local
387 while(item)
390 BIGNUM *bn = item->vals;
396 item = item
409 BN_POOL_ITEM *item = OPENSSL_malloc(sizeof(BN_POOL_ITEM)); local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/bn/
H A Dbn_ctx.c82 /* How many bignums are in each "pool item"; */
156 BN_POOL_ITEM *item = ctx->pool.head; local
160 fprintf(stderr, "%03x ", item->vals[bnidx++ % BN_CTX_POOL_SIZE].dmax);
162 item = item->next;
386 BN_POOL_ITEM *item = p->head; local
387 while (item) {
389 BIGNUM *bn = item->vals;
395 item = item
407 BN_POOL_ITEM *item = OPENSSL_malloc(sizeof(BN_POOL_ITEM)); local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/bn/
H A Dbn_ctx.c82 /* How many bignums are in each "pool item"; */
156 BN_POOL_ITEM *item = ctx->pool.head; local
160 fprintf(stderr, "%03x ", item->vals[bnidx++ % BN_CTX_POOL_SIZE].dmax);
162 item = item->next;
386 BN_POOL_ITEM *item = p->head; local
387 while (item) {
389 BIGNUM *bn = item->vals;
395 item = item
407 BN_POOL_ITEM *item = OPENSSL_malloc(sizeof(BN_POOL_ITEM)); local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dctrlsub.tex28 client data (and only it) will be deleted when an item is
51 \func{int}{Append}{\param{const wxString\& }{ item}}
53 Adds the item to the end of the list box.
55 \func{int}{Append}{\param{const wxString\& }{ item}, \param{void *}{clientData}}
57 \func{int}{Append}{\param{const wxString\& }{ item}, \param{wxClientData *}{clientData}}
59 Adds the item to the end of the list box, associating the given, typed or
60 untyped, client data pointer with the item.
70 \docparam{item}{String to add.}
72 \docparam{clientData}{Client data to associate with the item.}
76 When appending a single item, th
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ocfs2/
H A Duptodate.c43 * item for them)
150 struct ocfs2_meta_cache_item *item; local
153 item = rb_entry(node, struct ocfs2_meta_cache_item, c_node);
155 mlog(0, "Purge item %llu\n",
156 (unsigned long long) item->c_block);
158 rb_erase(&item->c_node, root);
159 kmem_cache_free(ocfs2_uptodate_cachep, item);
209 sector_t item)
214 if (item == ci->ci_cache.ci_array[i])
221 /* Returns the cache item i
208 ocfs2_search_cache_array(struct ocfs2_caching_info *ci, sector_t item) argument
228 struct ocfs2_meta_cache_item *item = NULL; local
248 struct ocfs2_meta_cache_item *item = NULL; local
559 ocfs2_remove_metadata_tree(struct ocfs2_caching_info *ci, struct ocfs2_meta_cache_item *item) argument
573 struct ocfs2_meta_cache_item *item = NULL; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/alsa-lib-1.0.26/src/compat/
H A Dhsearch_r.c126 The argument item.key has to be a pointer to an zero terminated, most
139 hsearch_r (item, action, retval, htab)
140 ENTRY item;
147 unsigned int len = strlen (item.key);
156 hval += item.key[count];
173 && strcmp (item.key, htab->table[idx].entry.key) == 0)
176 htab->table[idx].entry.data = item.data;
200 && strcmp (item.key, htab->table[idx].entry.key) == 0)
203 htab->table[idx].entry.data = item.data;
225 htab->table[idx].entry = item;
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/univ/
H A Dchecklst.cpp122 bool wxCheckListBox::IsChecked(unsigned int item) const
124 wxCHECK_MSG( IsValid(item), false,
127 return m_checks[item] != 0;
130 void wxCheckListBox::Check(unsigned int item, bool check) argument
132 wxCHECK_RET( IsValid(item),
136 bool isChecked = m_checks[item] != 0;
139 m_checks[item] = check;
141 RefreshItem(item);
158 int wxCheckListBox::DoAppend(const wxString& item) argument
160 int pos = wxListBox::DoAppend(item);
288 int item = y / lbox->GetLineHeight(); local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-runtime/src/
H A Denvsubst.c302 const char **item; member in struct:string_list_ty
311 slp->item = NULL;
326 nbytes = slp->nitems_max * sizeof (slp->item[0]);
327 slp->item = (const char **) xrealloc (slp->item, nbytes);
331 slp->item[slp->nitems++] = s;
349 qsort (slp->item, slp->nitems, sizeof (slp->item[0]), cmp_string);
359 if (strcmp (slp->item[j], s) == 0)
380 int result = strcmp (slp->item[
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/configfs/
H A Ddir.c120 * item's i_mutex class is already setup, so s_depth is now only
122 * with item's i_mutex locked.
298 * @item: config_itemwe're creating directory for.
305 static int configfs_create_dir(struct config_item * item, struct dentry *dentry) argument
310 BUG_ON(!item);
312 if (item->ci_parent)
313 parent = item->ci_parent->ci_dentry;
319 error = create_dir(item,parent,dentry);
321 item->ci_dentry = dentry;
410 * @item
419 configfs_remove_dir(struct config_item * item) argument
570 detach_attrs(struct config_item * item) argument
599 populate_attrs(struct config_item *item) argument
730 unlink_obj(struct config_item *item) argument
749 link_obj(struct config_item *parent_item, struct config_item *item) argument
826 configfs_attach_item(struct config_item *parent_item, struct config_item *item, struct dentry *dentry) argument
854 configfs_detach_item(struct config_item *item) argument
860 configfs_attach_group(struct config_item *parent_item, struct config_item *item, struct dentry *dentry) argument
899 configfs_detach_group(struct config_item *item) argument
914 client_disconnect_notify(struct config_item *parent_item, struct config_item *item) argument
924 item); local
933 client_drop_item(struct config_item *parent_item, struct config_item *item) argument
947 item); local
1178 struct config_item *item = NULL; local
1356 struct config_item *item; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/popt/
H A Dpopt.c256 poptItem item; local
263 item = con->execs + i;
264 if (longName && !(item->option.longName &&
265 !strcmp(longName, item->option.longName)))
267 else if (shortName != item->option.shortName)
317 poptItem item = con->os->currAlias; local
321 if (item) {
322 if (longName && (item->option.longName &&
323 !strcmp(longName, item->option.longName)))
325 if (shortName && shortName == item
369 poptItem item = con->doExec; local
1051 poptItem item; local
1096 poptItem item = (poptItem)alloca(sizeof(*item)); local
1114 poptItem * items, item; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/generic/
H A Dvlbox.cpp123 bool wxVListBox::Select(size_t item, bool select) argument
128 wxCHECK_MSG( item < GetItemCount(), false,
129 _T("Select(): invalid item index") );
131 bool changed = m_selStore->SelectItem(item, select);
135 RefreshLine(item);
138 DoSetCurrent(item);
157 _T("SelectRange(): invalid item index") );
212 _T("wxVListBox::DoSetCurrent(): invalid item index") );
265 _T("wxVListBox::SetSelection(): invalid item index") );
421 void wxVListBox::DoHandleItemClick(int item, in argument
596 int item = HitTest(event.GetPosition()); local
619 int item = HitTest(eventMouse.GetPosition()); local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/xfs/
H A Dxfs_filestream.c339 fstrm_item_t *item; local
354 item = xfs_mru_cache_lookup(cache, ip->i_ino);
355 if (item) {
356 ASSERT(item->ip == ip);
357 old_ag = item->ag;
358 item->ag = ag;
359 old_pip = item->pip;
360 item->pip = pip;
386 item = kmem_zone_zalloc(item_zone, KM_MAYFAIL);
387 if (!item)
428 fstrm_item_t *item = (fstrm_item_t *)data; local
536 fstrm_item_t *item; local
578 fstrm_item_t *item; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/ipc/
H A Dserver.h73 virtual wxChar *OnRequest(const wxString& topic, const wxString& item, int *size, wxIPCFormat format);
74 virtual bool OnPoke(const wxString& topic, const wxString& item, wxChar *data, int size, wxIPCFormat format);
75 virtual bool OnStartAdvise(const wxString& topic, const wxString& item);
76 virtual bool OnStopAdvise(const wxString& topic, const wxString& item);
77 virtual bool Advise(const wxString& item, wxChar *data, int size = -1, wxIPCFormat format = wxIPC_TEXT);
80 void Log(const wxString& command, const wxString& topic, const wxString& item, wxChar *data, int size, wxIPCFormat format);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Daccel.h51 wxMenuItem *item = NULL)
55 , m_item(item)
75 void Set(int flags, int keyCode, int cmd, wxMenuItem *item = NULL)
80 m_item = item;
83 void SetMenuItem(wxMenuItem *item) { m_item = item; } argument
135 // the menu item this entry corresponds to, may be NULL
H A Darrimpl.cpp71 void name::Add(const T& item, size_t nInsert) \
75 T* pItem = new T(item); \
80 base_array::operator[](nOldSize + i) = new T(item); \
83 void name::Insert(const T& item, size_t uiIndex, size_t nInsert) \
87 T* pItem = new T(item); \
91 base_array::operator[](uiIndex + i) = new T(item); \
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/btrfs/
H A DMakefile4 btrfs-y += super.o ctree.o extent-tree.o print-tree.o root-tree.o dir-item.o \
5 file-item.o inode-item.o inode-map.o disk-io.o \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/src/
H A Dmessage.c214 message_comment_append (result, mp->comment->item[j]);
219 message_comment_dot_append (result, mp->comment_dot->item[j]);
248 mlp->item = NULL;
262 message_free (mlp->item[j]);
263 if (mlp->item)
264 free (mlp->item);
316 mlp->item = xrealloc (mlp->item, nbytes);
318 mlp->item[mlp->nitems++] = mp;
339 mlp->item
[all...]
H A Dread-tcl.c135 message_list_ty *mlp = mdlp->item[k]->messages;
139 if (is_header (mlp->item[j]))
144 message_ty *header = mlp->item[j];
148 mlp->item[i] = mlp->item[i - 1];
149 mlp->item[0] = header;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/
H A Dex_data.c288 EX_CLASS_ITEM *item = (EX_CLASS_ITEM *)a_void; local
289 sk_CRYPTO_EX_DATA_FUNCS_pop_free(item->meth, def_cleanup_util_cb);
290 OPENSSL_free(item);
329 static int def_add_index(EX_CLASS_ITEM *item, long argl, void *argp, argument
347 while (sk_CRYPTO_EX_DATA_FUNCS_num(item->meth) <= item->meth_num)
349 if (!sk_CRYPTO_EX_DATA_FUNCS_push(item->meth, NULL))
356 toret = item->meth_num++;
357 sk_CRYPTO_EX_DATA_FUNCS_set(item->meth, toret, a);
388 EX_CLASS_ITEM *item local
404 EX_CLASS_ITEM *item = def_get_class(class_index); local
447 EX_CLASS_ITEM *item; local
491 EX_CLASS_ITEM *item; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/gperf-3.0.4/src/
H A Dhash-table.cc140 Hash_Table::insert (KeywordExt *item) argument
143 hashpjw (reinterpret_cast<const unsigned char *>(item->_selchars),
144 item->_selchars_length * sizeof (unsigned int));
148 ^ (_ignore_length ? 0 : item->_allchars_length))
156 if (equal (_table[probe], item))
163 _table[probe] = item;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/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...]

Completed in 230 milliseconds

1234567891011>>