Searched refs:iterator (Results 1 - 25 of 311) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/wireless/
H A Dradiotap.c53 * ieee80211_radiotap_iterator_init - radiotap parser iterator initialization
54 * @iterator: radiotap_iterator to initialize
60 * This function initializes an opaque iterator struct which can then
66 * call __ieee80211_radiotap_iterator_init() to init a semi-opaque iterator
71 * The iterator's @this_arg member points to the start of the argument
73 * found in the iterator's @this_arg_index member. This arg index corresponds
78 * iterator->max_length after executing ieee80211_radiotap_iterator_init()
82 * You must take care when dereferencing iterator.this_arg
84 * get_unaligned((type *)iterator.this_arg) to dereference
85 * iterator
91 ieee80211_radiotap_iterator_init( struct ieee80211_radiotap_iterator *iterator, struct ieee80211_radiotap_header *radiotap_header, int max_length, const struct ieee80211_radiotap_vendor_namespaces *vns) argument
152 find_ns(struct ieee80211_radiotap_iterator *iterator, uint32_t oui, uint8_t subns) argument
198 ieee80211_radiotap_iterator_next( struct ieee80211_radiotap_iterator *iterator) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/drm/
H A Ddrm_buffer.h41 int iterator; member in struct:drm_buffer
52 return buf->iterator / PAGE_SIZE;
59 return buf->iterator & (PAGE_SIZE - 1);
66 return buf->size - buf->iterator;
70 * Advance the buffer iterator number of bytes that is given.
74 buf->iterator += bytes;
87 * iterator.
125 * offset: The index of the dword relative to the internat iterator.
130 int iter = buffer->iterator + offset * 4;
139 * offset: The index of the byte relative to the internat iterator
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/flac-1.2.1/src/plugin_common/
H A Dreplaygain.c36 FLAC__Metadata_SimpleIterator *iterator = FLAC__metadata_simple_iterator_new(); local
41 if(0 != iterator) {
42 if(FLAC__metadata_simple_iterator_init(iterator, filename, /*read_only=*/true, /*preserve_file_stats=*/true)) {
46 if(FLAC__metadata_simple_iterator_get_block_type(iterator) == FLAC__METADATA_TYPE_VORBIS_COMMENT) {
47 FLAC__StreamMetadata *block = FLAC__metadata_simple_iterator_get_block(iterator);
59 } while (!got_vorbis_comments && FLAC__metadata_simple_iterator_next(iterator));
61 FLAC__metadata_simple_iterator_delete(iterator);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/engine/
H A Deng_list.c89 ENGINE *iterator = engine_list_head; local
91 while (iterator != NULL) {
92 ENGINE_remove(iterator);
93 iterator = engine_list_head;
105 ENGINE *iterator = NULL; local
111 iterator = engine_list_head;
112 while (iterator && !conflict) {
113 conflict = (strcmp(iterator->id, e->id) == 0);
114 iterator = iterator
154 ENGINE *iterator; local
327 ENGINE *iterator; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/engine/
H A Deng_list.c89 ENGINE *iterator = engine_list_head; local
91 while (iterator != NULL) {
92 ENGINE_remove(iterator);
93 iterator = engine_list_head;
105 ENGINE *iterator = NULL; local
111 iterator = engine_list_head;
112 while (iterator && !conflict) {
113 conflict = (strcmp(iterator->id, e->id) == 0);
114 iterator = iterator
154 ENGINE *iterator; local
327 ENGINE *iterator; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/engine/
H A Deng_list.c84 ENGINE *iterator = engine_list_head; local
86 while(iterator != NULL)
88 ENGINE_remove(iterator);
89 iterator = engine_list_head;
99 ENGINE *iterator = NULL; local
107 iterator = engine_list_head;
108 while(iterator && !conflict)
110 conflict = (strcmp(iterator->id, e->id) == 0);
111 iterator = iterator
159 ENGINE *iterator; local
351 ENGINE *iterator; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/flac-1.2.1/src/test_libFLAC/
H A Dmetadata_manip.c71 /* the current block number that corresponds to the position of the iterator we are testing */
92 static FLAC__bool die_ss_(const char *msg, FLAC__Metadata_SimpleIterator *iterator) argument
95 printf(" status=%s\n", FLAC__Metadata_SimpleIteratorStatusString[FLAC__metadata_simple_iterator_status(iterator)]);
392 FLAC__Metadata_Iterator *iterator; local
401 if(0 == (iterator = FLAC__metadata_iterator_new()))
402 return die_("allocating memory for iterator");
404 FLAC__metadata_iterator_init(iterator, chain);
411 if(0 == (block = FLAC__metadata_iterator_get_block(iterator))) {
412 FLAC__metadata_iterator_delete(iterator);
413 return die_("getting block from iterator");
770 FLAC__Metadata_SimpleIterator *iterator; local
1430 FLAC__Metadata_Iterator *iterator; local
1941 FLAC__Metadata_Iterator *iterator; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/flac-1.2.1/src/test_libFLAC++/
H A Dmetadata_manip.cpp78 /* the current block number that corresponds to the position of the iterator we are testing */
99 static bool die_ss_(const char *msg, FLAC::Metadata::SimpleIterator &iterator) argument
101 const FLAC::Metadata::SimpleIterator::Status status = iterator.status();
401 FLAC::Metadata::Iterator iterator;
407 if(!iterator.is_valid())
408 return die_("allocating memory for iterator");
410 iterator.init(chain);
419 if(0 == (block = iterator.get_block()))
420 return die_("getting block from iterator");
427 next_ok = iterator
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/flac-1.2.1/src/libFLAC/
H A Dmetadata_iterators.c89 static FLAC__bool read_metadata_block_header_(FLAC__Metadata_SimpleIterator *iterator);
90 static FLAC__bool read_metadata_block_data_(FLAC__Metadata_SimpleIterator *iterator, FLAC__StreamMetadata *block);
117 static FLAC__bool write_metadata_block_stationary_(FLAC__Metadata_SimpleIterator *iterator, const FLAC__StreamMetadata *block);
118 static FLAC__bool write_metadata_block_stationary_with_padding_(FLAC__Metadata_SimpleIterator *iterator, FLAC__StreamMetadata *block, unsigned padding_length, FLAC__bool padding_is_last);
119 static FLAC__bool rewrite_whole_file_(FLAC__Metadata_SimpleIterator *iterator, FLAC__StreamMetadata *block, FLAC__bool append);
121 static void simple_iterator_push_(FLAC__Metadata_SimpleIterator *iterator);
122 static FLAC__bool simple_iterator_pop_(FLAC__Metadata_SimpleIterator *iterator);
127 static FLAC__bool simple_iterator_copy_file_prefix_(FLAC__Metadata_SimpleIterator *iterator, FILE **tempfile, char **tempfilename, FLAC__bool append);
128 static FLAC__bool simple_iterator_copy_file_postfix_(FLAC__Metadata_SimpleIterator *iterator, FILE **tempfile, char **tempfilename, int fixup_is_last_code, off_t fixup_is_last_flag_offset, FLAC__bool backup);
380 FLAC__Metadata_SimpleIterator *iterator local
396 simple_iterator_free_guts_(FLAC__Metadata_SimpleIterator *iterator) argument
416 FLAC__metadata_simple_iterator_delete(FLAC__Metadata_SimpleIterator *iterator) argument
424 FLAC__metadata_simple_iterator_status(FLAC__Metadata_SimpleIterator *iterator) argument
435 simple_iterator_prime_input_(FLAC__Metadata_SimpleIterator *iterator, FLAC__bool read_only) argument
497 FLAC__metadata_simple_iterator_init(FLAC__Metadata_SimpleIterator *iterator, const char *filename, FLAC__bool read_only, FLAC__bool preserve_file_stats) argument
521 FLAC__metadata_simple_iterator_is_writable(const FLAC__Metadata_SimpleIterator *iterator) argument
529 FLAC__metadata_simple_iterator_next(FLAC__Metadata_SimpleIterator *iterator) argument
547 FLAC__metadata_simple_iterator_prev(FLAC__Metadata_SimpleIterator *iterator) argument
582 FLAC__metadata_simple_iterator_is_last(const FLAC__Metadata_SimpleIterator *iterator) argument
591 FLAC__metadata_simple_iterator_get_block_offset(const FLAC__Metadata_SimpleIterator *iterator) argument
599 FLAC__metadata_simple_iterator_get_block_type(const FLAC__Metadata_SimpleIterator *iterator) argument
608 FLAC__metadata_simple_iterator_get_block_length(const FLAC__Metadata_SimpleIterator *iterator) argument
617 FLAC__metadata_simple_iterator_get_application_id(FLAC__Metadata_SimpleIterator *iterator, FLAC__byte *id) argument
644 FLAC__metadata_simple_iterator_get_block(FLAC__Metadata_SimpleIterator *iterator) argument
673 FLAC__metadata_simple_iterator_set_block(FLAC__Metadata_SimpleIterator *iterator, FLAC__StreamMetadata *block, FLAC__bool use_padding) argument
771 FLAC__metadata_simple_iterator_insert_block_after(FLAC__Metadata_SimpleIterator *iterator, FLAC__StreamMetadata *block, FLAC__bool use_padding) argument
850 FLAC__metadata_simple_iterator_delete_block(FLAC__Metadata_SimpleIterator *iterator, FLAC__bool use_padding) argument
1046 iterator_insert_node_(FLAC__Metadata_Iterator *iterator, FLAC__Metadata_Node *node) argument
1071 iterator_insert_node_after_(FLAC__Metadata_Iterator *iterator, FLAC__Metadata_Node *node) argument
1835 FLAC__Metadata_Iterator *iterator = (FLAC__Metadata_Iterator*)calloc(1, sizeof(FLAC__Metadata_Iterator)); local
1845 FLAC__metadata_iterator_delete(FLAC__Metadata_Iterator *iterator) argument
1852 FLAC__metadata_iterator_init(FLAC__Metadata_Iterator *iterator, FLAC__Metadata_Chain *chain) argument
1862 FLAC__metadata_iterator_next(FLAC__Metadata_Iterator *iterator) argument
1873 FLAC__metadata_iterator_prev(FLAC__Metadata_Iterator *iterator) argument
1884 FLAC__metadata_iterator_get_block_type(const FLAC__Metadata_Iterator *iterator) argument
1893 FLAC__metadata_iterator_get_block(FLAC__Metadata_Iterator *iterator) argument
1901 FLAC__metadata_iterator_set_block(FLAC__Metadata_Iterator *iterator, FLAC__StreamMetadata *block) argument
1908 FLAC__metadata_iterator_delete_block(FLAC__Metadata_Iterator *iterator, FLAC__bool replace_with_padding) argument
1934 FLAC__metadata_iterator_insert_block_before(FLAC__Metadata_Iterator *iterator, FLAC__StreamMetadata *block) argument
1959 FLAC__metadata_iterator_insert_block_after(FLAC__Metadata_Iterator *iterator, FLAC__StreamMetadata *block) argument
2055 read_metadata_block_header_(FLAC__Metadata_SimpleIterator *iterator) argument
2068 read_metadata_block_data_(FLAC__Metadata_SimpleIterator *iterator, FLAC__StreamMetadata *block) argument
2837 write_metadata_block_stationary_(FLAC__Metadata_SimpleIterator *iterator, const FLAC__StreamMetadata *block) argument
2858 write_metadata_block_stationary_with_padding_(FLAC__Metadata_SimpleIterator *iterator, FLAC__StreamMetadata *block, unsigned padding_length, FLAC__bool padding_is_last) argument
2901 rewrite_whole_file_(FLAC__Metadata_SimpleIterator *iterator, FLAC__StreamMetadata *block, FLAC__bool append) argument
2952 simple_iterator_push_(FLAC__Metadata_SimpleIterator *iterator) argument
2959 simple_iterator_pop_(FLAC__Metadata_SimpleIterator *iterator) argument
3032 simple_iterator_copy_file_prefix_(FLAC__Metadata_SimpleIterator *iterator, FILE **tempfile, char **tempfilename, FLAC__bool append) argument
3052 simple_iterator_copy_file_postfix_(FLAC__Metadata_SimpleIterator *iterator, FILE **tempfile, char **tempfilename, int fixup_is_last_code, off_t fixup_is_last_flag_offset, FLAC__bool backup) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/router/shared/
H A Ddict.h63 void DictIteratorFree(dict_iterator_t iterator);
64 const char *DictIteratorKey(dict_iterator_t iterator);
65 int DictIteratorAdvance(dict_iterator_t iterator);
H A Ddict.c351 t_dict_node ** const iterator = malloc(sizeof (t_dict_node*)); local
352 if (!iterator)
354 perror("Can't get memory for iterator handle");
357 *iterator = Dict_head;
358 return (dict_iterator_t)iterator;
370 /** \brief Destroys given iterator
372 * \param[in] iterator Iterator to destroy
375 void DictIteratorFree(dict_iterator_t iterator) argument
377 free((void *)iterator);
381 * Function name : const char *DictIteratorKey(dict_iterator_t iterator)
393 DictIteratorKey(dict_iterator_t iterator) argument
414 DictIteratorAdvance(dict_iterator_t iterator) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/utils/HelpGen/src/
H A Dwxstlvec.h34 typedef value_type* iterator;\
36 typedef iterator pointer;\
37 typedef const iterator const_pointer;\
43 typedef iterator OutputIterator;\
48 inline void PlacementCopy( const_iterator first, const_iterator last, iterator result )\
54 inline void ConstructObjects( iterator first, iterator last, const value_type& pattern )\
60 inline void CopyObjects( iterator first, iterator last, iterator resul
[all...]
H A Dwxstllst.h101 class iterator \
110 iterator( node_ref_type pNode )\
116 iterator() {}\
117 int operator==( const iterator& rhs ) const { return (mpNode == rhs.mpNode); }\
118 int operator!=( const iterator& rhs ) const { return (mpNode != rhs.mpNode); }\
120 inline iterator( const iterator& other )\
125 inline const iterator& operator--() \
131 inline iterator operator--(int)\
133 iterator tm
[all...]
H A Dwxstlac.h279 friend class iterator;\
283 class iterator;\
286 class iterator \
294 inline iterator( node_ref_type pNode )\
300 inline iterator() {}\
301 inline int operator==( const iterator& rhs ) const { return (mpNode == rhs.mpNode); }\
302 inline int operator!=( const iterator& rhs ) const { return (mpNode != rhs.mpNode); }\
304 inline iterator( const iterator& other )\
309 inline const iterator
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/minidlna-1.1.5/tagutils/
H A Dtagutils-flc.c26 FLAC__Metadata_SimpleIterator *iterator = 0; local
32 if(!(iterator = FLAC__metadata_simple_iterator_new()))
38 if(!FLAC__metadata_simple_iterator_init(iterator, filename, true, true))
41 FLAC__Metadata_SimpleIteratorStatusString[FLAC__metadata_simple_iterator_status(iterator)]);
46 if(!(block = FLAC__metadata_simple_iterator_get_block(iterator)))
97 while(FLAC__metadata_simple_iterator_next(iterator));
100 if(iterator)
101 FLAC__metadata_simple_iterator_delete(iterator);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/persist/
H A DForwardCursor.java60 * Returns an iterator over the key range, starting with the value
66 * @return the iterator.
68 Iterator<V> iterator(); method in interface:ForwardCursor
71 * Returns an iterator over the key range, starting with the value
76 * using the iterator, or null to use {@link LockMode#DEFAULT}.
78 * @return the iterator.
80 Iterator<V> iterator(LockMode lockMode); method in interface:ForwardCursor
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/minidlna/tagutils/
H A Dtagutils-flc.c27 FLAC__Metadata_SimpleIterator *iterator = 0; local
34 if(!(iterator = FLAC__metadata_simple_iterator_new()))
41 if(!FLAC__metadata_simple_iterator_init(iterator, filename, true, true))
48 if(!(block = FLAC__metadata_simple_iterator_get_block(iterator)))
93 while(FLAC__metadata_simple_iterator_next(iterator));
96 if(iterator)
97 FLAC__metadata_simple_iterator_delete(iterator);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/flac-1.2.1/include/FLAC/
H A Dmetadata.h250 * - Create an iterator using FLAC__metadata_simple_iterator_new()
262 * the current iterator position. The returned object is yours to modify
272 * currently referred to by the iterator, or replace it with padding.
273 * - Destroy the iterator with FLAC__metadata_simple_iterator_delete() when
291 * you should delete the iterator as it may no longer be valid.
297 /** The opaque structure definition for the level 1 iterator type.
306 * The iterator's current status can be obtained by calling FLAC__metadata_simple_iterator_status().
311 /**< The iterator is in the normal OK state */
317 /**< The iterator could not open the target file */
320 /**< The iterator coul
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/router/bridge-1.x/libbridge/
H A Dlibbridge_init.c70 static int new_foreach_bridge(int (*iterator)(const char *name, void *),
91 if (iterator(dev->name, arg))
103 static int old_foreach_bridge(int (*iterator)(const char *, void *),
127 if(iterator(ifname, iarg))
137 * Go over all bridges and call iterator function.
138 * if iterator returns non-zero then stop.
140 int br_foreach_bridge(int (*iterator)(const char *, void *),
146 ret = new_foreach_bridge(iterator, arg);
149 ret = old_foreach_bridge(iterator, arg);
158 int (*iterator)(cons
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source/gsoap/VisualStudio2005/wsdl2h/wsdl2h/
H A Dmime.cpp49 for (vector<mime__part>::iterator pt = part.begin(); pt != part.end(); ++pt)
63 for (vector<soap__header>::iterator hd = soap__header_.begin(); hd != soap__header_.end(); ++hd)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source/gsoap/wsdl/
H A Dmime.cpp49 for (vector<mime__part>::iterator pt = part.begin(); pt != part.end(); ++pt)
63 for (vector<soap__header>::iterator hd = soap__header_.begin(); hd != soap__header_.end(); ++hd)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source_build_platform/gsoap/VisualStudio2005/wsdl2h/wsdl2h/
H A Dmime.cpp49 for (vector<mime__part>::iterator pt = part.begin(); pt != part.end(); ++pt)
63 for (vector<soap__header>::iterator hd = soap__header_.begin(); hd != soap__header_.end(); ++hd)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source_build_platform/gsoap/wsdl/
H A Dmime.cpp49 for (vector<mime__part>::iterator pt = part.begin(); pt != part.end(); ++pt)
63 for (vector<soap__header>::iterator hd = soap__header_.begin(); hd != soap__header_.end(); ++hd)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/flac-1.2.1/src/metaflac/
H A Doperations_shorthand_picture.c39 FLAC__Metadata_Iterator *iterator = FLAC__metadata_iterator_new(); local
41 if(0 == iterator)
42 die("out of memory allocating iterator");
44 FLAC__metadata_iterator_init(iterator, chain);
51 while(FLAC__metadata_iterator_next(iterator))
53 if(!FLAC__metadata_iterator_insert_block_after(iterator, picture)) {
61 while(FLAC__metadata_iterator_prev(iterator))
64 FLAC__StreamMetadata *block = FLAC__metadata_iterator_get_block(iterator);
81 } while(FLAC__metadata_iterator_next(iterator));
90 FLAC__StreamMetadata *block = FLAC__metadata_iterator_get_block(iterator);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/examples_java/src/collections/ship/sentity/
H A DSample.java137 * <p> Note the use of special iterator() methods. These are used here
146 views.getPartSet().iterator());
148 views.getSupplierSet().iterator());
151 "Paris").iterator());
153 views.getShipmentSet().iterator());
156 new PartKey("P1")).iterator());
159 new SupplierKey("S1")).iterator());
229 * Print the objects returned by an iterator of entity value objects.
232 * serious database problems. If the iterator is not closed, the
235 private void printValues(String label, Iterator iterator) { argument
[all...]

Completed in 445 milliseconds

1234567891011>>