Searched defs:item (Results 301 - 325 of 708) sorted by relevance

<<11121314151617181920>>

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl-1.0.0q/crypto/
H A Dex_data.c292 EX_CLASS_ITEM *item = (EX_CLASS_ITEM *)a_void; local
333 static int def_add_index(EX_CLASS_ITEM *item, long argl, void *argp, argument
392 EX_CLASS_ITEM *item local
408 EX_CLASS_ITEM *item = def_get_class(class_index); local
451 EX_CLASS_ITEM *item; local
495 EX_CLASS_ITEM *item; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl/crypto/bn/
H A Dbn_ctx.c156 BN_POOL_ITEM *item = ctx->pool.head; local
386 BN_POOL_ITEM *item = p->head; local
407 BN_POOL_ITEM *item = OPENSSL_malloc(sizeof(BN_POOL_ITEM)); local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl/crypto/engine/
H A Deng_lib.c168 ENGINE_CLEANUP_ITEM *item = OPENSSL_malloc(sizeof(ENGINE_CLEANUP_ITEM)); local
177 ENGINE_CLEANUP_ITEM *item; local
187 ENGINE_CLEANUP_ITEM *item; local
196 engine_cleanup_cb_free(ENGINE_CLEANUP_ITEM *item) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/wpa_supplicant-0.7.3/src/crypto/
H A Dcrypto_nss.c58 SECItem item; local
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/hotplug2/
H A Dhotplug2.c122 int add_hotplug2_event_env(struct hotplug2_event_t *event, char *item) { argument
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/lighttpd-1.4.39/external_file/js/davclient.js/dommer/
H A Ddommer.js1117 NodeList.prototype.item method in class:NodeList
1127 NamedNodeMap.prototype.item = function(index) { method in class:NamedNodeMap
[all...]
H A Ddommer.min.js10 this.current.namespaceURI+':'+this.current.nodeName);};this.current=this.current.parentNode;};DOMHandler.prototype.endDocument=function(){};function DOM(){};this.DOM=DOM;DOM.prototype.createDocument=function(){var document=new Document();document.initialize();return document;};DOM.prototype.toXML=function(docOrEl,encoding){var xml='<?xml version="1.0"';if(encoding){xml+=' encoding="'+encoding+'"';};xml+='?>\n';return xml+docOrEl.toXML();};DOM.prototype.parseXML=function(xml){var handler=new DOMHandler();var parser=new SAXParser();parser.initialize(xml,handler);parser.parse();var document=handler.document;this._copyNamespaceMapping(document,handler.namespaceToPrefix);return document;};DOM.prototype.buildFromHandler=function(handler){var document=handler.document;this._copyNamespaceMapping(document,handler.namespaceToPrefix);return document;};DOM.prototype._copyNamespaceMapping=function(document,namespaces){document.namespaceToPrefix=namespaces;};function BaseArray(){for(var i=0;i<arguments.length;i++){this[i]=arguments[i];};this.length=arguments.length;};BaseArray.prototype.concat=function(){throw('Not supported');};BaseArray.prototype.join=function(){throw('Not supported');};BaseArray.prototype.pop=function(){var item=this[this.length-1];delete this[this.length-1];this.length=this.length-1;return item;};BaseArray.prototype.push=function(item){this[this.length]=item;this.length=this.length+1;return item;};BaseArray.prototype.reverse=function(){throw('Not supported');};BaseArray.prototype.shift=function(){var item=this[0];for(var i=1;i<this.length;i++){this[i-1]=this[i];};delete this[length-1];this.length=this.length-1;return item;};BaseArray.prototype.unshift=function(item){for(var i=0;i<this.length;i++){this[this.length-i]=this[(this.length-i)-1];};this[0]=item;this.length=this.length+1;return;};BaseArray.prototype.splice=function(){throw('Not supported');};BaseArray.prototype.toString=function(){var ret=[];for(var i=1;i<this.length;i++){ret.push(this[i].toString());};return ret.join(', ');};this.BaseArray=BaseArray;function NodeList(){};NodeList.prototype=new BaseArray;this.NodeList=NodeList;NodeList.prototype.item method in class:NamedNodeMap
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/minidlna/
H A Dtivo_commands.c290 SendItemDetails(struct upnphttp *h, int64_t item) argument
328 char *sql, *item, *saveptr; local
663 char *saveptr = NULL, *item; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/mt-daapd/src/
H A Dmain.c176 unsigned long int item=0; local
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/APP-IPK/AiCloud-ipk/opt/etc/aicloud_UI/js/davclient.js/dommer/
H A Ddommer.js1117 NodeList.prototype.item method in class:NodeList
1127 NamedNodeMap.prototype.item = function(index) { method in class:NamedNodeMap
[all...]
H A Ddommer.min.js10 this.current.namespaceURI+':'+this.current.nodeName);};this.current=this.current.parentNode;};DOMHandler.prototype.endDocument=function(){};function DOM(){};this.DOM=DOM;DOM.prototype.createDocument=function(){var document=new Document();document.initialize();return document;};DOM.prototype.toXML=function(docOrEl,encoding){var xml='<?xml version="1.0"';if(encoding){xml+=' encoding="'+encoding+'"';};xml+='?>\n';return xml+docOrEl.toXML();};DOM.prototype.parseXML=function(xml){var handler=new DOMHandler();var parser=new SAXParser();parser.initialize(xml,handler);parser.parse();var document=handler.document;this._copyNamespaceMapping(document,handler.namespaceToPrefix);return document;};DOM.prototype.buildFromHandler=function(handler){var document=handler.document;this._copyNamespaceMapping(document,handler.namespaceToPrefix);return document;};DOM.prototype._copyNamespaceMapping=function(document,namespaces){document.namespaceToPrefix=namespaces;};function BaseArray(){for(var i=0;i<arguments.length;i++){this[i]=arguments[i];};this.length=arguments.length;};BaseArray.prototype.concat=function(){throw('Not supported');};BaseArray.prototype.join=function(){throw('Not supported');};BaseArray.prototype.pop=function(){var item=this[this.length-1];delete this[this.length-1];this.length=this.length-1;return item;};BaseArray.prototype.push=function(item){this[this.length]=item;this.length=this.length+1;return item;};BaseArray.prototype.reverse=function(){throw('Not supported');};BaseArray.prototype.shift=function(){var item=this[0];for(var i=1;i<this.length;i++){this[i-1]=this[i];};delete this[length-1];this.length=this.length-1;return item;};BaseArray.prototype.unshift=function(item){for(var i=0;i<this.length;i++){this[this.length-i]=this[(this.length-i)-1];};this[0]=item;this.length=this.length+1;return;};BaseArray.prototype.splice=function(){throw('Not supported');};BaseArray.prototype.toString=function(){var ret=[];for(var i=1;i<this.length;i++){ret.push(this[i].toString());};return ret.join(', ');};this.BaseArray=BaseArray;function NodeList(){};NodeList.prototype=new BaseArray;this.NodeList=NodeList;NodeList.prototype.item method in class:NamedNodeMap
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.0.25b/source/popt/
H A Dpopthelp.c417 poptItem item; local
530 const char * item = shortStr; local
582 static int itemUsage(FILE * fp, int cursor, poptItem item, int nitems, argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl/ssl/
H A Dd1_pkt.c200 static int dtls1_copy_record(SSL *s, pitem *item) argument
224 pitem *item; local
288 pitem *item; local
321 pitem *item; local
840 pitem *item; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.0.25b/examples/libsmbclient/
H A Dtree.c76 char *get_path(GtkWidget *item) argument
316 static void cb_itemsignal( GtkWidget *item, argument
469 GtkWidget *item; local
484 cb_wholenet(GtkWidget *item, gchar *signame) argument
615 GtkWidget *subtree, *item, *main_hbox, *r_pane, *l_pane; local
733 gtk_tree_append (GTK_TREE(tree), item); local
783 gtk_tree_append (GTK_TREE(tree), item); local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.0.25b/source/client/
H A Dtree.c74 char *get_path(GtkWidget *item) argument
314 static void cb_itemsignal( GtkWidget *item, argument
467 GtkWidget *item; local
482 cb_wholenet(GtkWidget *item, gchar *signame) argument
613 GtkWidget *subtree, *item, *main_hbox, *r_pane, *l_pane; local
731 gtk_tree_append (GTK_TREE(tree), item); local
781 gtk_tree_append (GTK_TREE(tree), item); local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl-1.0.0q/ssl/
H A Dd1_both.c577 pitem *item; local
639 pitem *item = NULL; local
748 pitem *item = NULL; local
1194 pitem *item; local
1218 pitem *item; local
1286 pitem *item; local
1376 pitem *item; local
[all...]
H A Dd1_pkt.c185 dtls1_copy_record(SSL *s, pitem *item) argument
210 pitem *item; local
267 pitem *item; local
298 pitem *item; local
793 pitem *item; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openvpn/src/openvpn/
H A Dmtcp.c268 struct mbuf_item item; local
302 struct mbuf_item item; local
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/examples/libsmbclient/
H A Dtree.c77 char *get_path(GtkWidget *item) argument
317 static void cb_itemsignal( GtkWidget *item, argument
470 GtkWidget *item; local
485 cb_wholenet(GtkWidget *item, gchar *signame) argument
616 GtkWidget *subtree, *item, *main_hbox, *r_pane, *l_pane; local
734 gtk_tree_append (GTK_TREE(tree), item); local
784 gtk_tree_append (GTK_TREE(tree), item); local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/lib/popt/
H A Dpopthelp.c417 poptItem item; local
531 const char * item = shortStr; local
583 static int itemUsage(FILE * fp, int cursor, poptItem item, int nitems, argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/minidlna/
H A Dtivo_commands.c290 SendItemDetails(struct upnphttp *h, int64_t item) argument
328 char *sql, *item, *saveptr; local
663 char *saveptr = NULL, *item; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/mt-daapd/src/
H A Dmain.c176 unsigned long int item=0; local
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/fs/xfs/
H A Dxfs_filestream.c339 fstrm_item_t *item; local
428 fstrm_item_t *item = (fstrm_item_t *)data; local
536 fstrm_item_t *item; local
578 fstrm_item_t *item; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/staging/spectra/
H A Dflash.h139 u8 item; /* used cache item */ member in struct:flash_cache_delta_list_tag
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/include/linux/
H A Dvmstat.h83 static inline void __count_vm_event(enum vm_event_item item) argument
88 static inline void count_vm_event(enum vm_event_item item) argument
93 static inline void __count_vm_events(enum vm_event_item item, long delta) argument
98 static inline void count_vm_events(enum vm_event_item item, long delta) argument
115 static inline void count_vm_event(enum vm_event_item item) argument
118 static inline void count_vm_events(enum vm_event_item item, lon argument
121 __count_vm_event(enum vm_event_item item) argument
124 __count_vm_events(enum vm_event_item item, long delta) argument
145 zone_page_state_add(long x, struct zone *zone, enum zone_stat_item item) argument
152 global_page_state(enum zone_stat_item item) argument
162 zone_page_state(struct zone *zone, enum zone_stat_item item) argument
179 zone_page_state_snapshot(struct zone *zone, enum zone_stat_item item) argument
204 node_page_state(int node, enum zone_stat_item item) argument
265 __mod_zone_page_state(struct zone *zone, enum zone_stat_item item, int delta) argument
271 __inc_zone_state(struct zone *zone, enum zone_stat_item item) argument
277 __inc_zone_page_state(struct page *page, enum zone_stat_item item) argument
280 __inc_zone_state(page_zone(page), item); local
283 __dec_zone_state(struct zone *zone, enum zone_stat_item item) argument
289 __dec_zone_page_state(struct page *page, enum zone_stat_item item) argument
292 __dec_zone_state(page_zone(page), item); local
[all...]

Completed in 457 milliseconds

<<11121314151617181920>>