Searched refs:item (Results 51 - 75 of 1345) sorted by relevance

1234567891011>>

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/accel-pptp/src/pppd/plugins/pptp/
H A Dvector.c27 struct vector_item *item; member in struct:vector_struct
47 v->item = malloc(sizeof(*(v->item)) * (v->alloc));
51 if (v->item == NULL) { free(v); return NULL; }
58 free(v->item);
60 v->item = NULL;
85 void *tmp = realloc(v->item, sizeof(*(v->item)) * 2 * v->alloc);
88 v->item = tmp;
96 if (v->item[
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/accel-pptp/src/
H A Dvector.c27 struct vector_item *item; member in struct:vector_struct
47 v->item = malloc(sizeof(*(v->item)) * (v->alloc));
51 if (v->item == NULL) { free(v); return NULL; }
58 free(v->item);
60 v->item = NULL;
85 void *tmp = realloc(v->item, sizeof(*(v->item)) * 2 * v->alloc);
88 v->item = tmp;
96 if (v->item[
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/accel-pptpd/pppd_plugin/src/
H A Dvector.c27 struct vector_item *item; member in struct:vector_struct
47 v->item = malloc(sizeof(*(v->item)) * (v->alloc));
51 if (v->item == NULL) { free(v); return NULL; }
58 free(v->item);
60 v->item = NULL;
85 void *tmp = realloc(v->item, sizeof(*(v->item)) * 2 * v->alloc);
88 v->item = tmp;
96 if (v->item[
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/accel-pptp/src/pppd/plugins/pptp/
H A Dvector.c27 struct vector_item *item; member in struct:vector_struct
47 v->item = malloc(sizeof(*(v->item)) * (v->alloc));
51 if (v->item == NULL) { free(v); return NULL; }
58 free(v->item);
60 v->item = NULL;
85 void *tmp = realloc(v->item, sizeof(*(v->item)) * 2 * v->alloc);
88 v->item = tmp;
96 if (v->item[
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/accel-pptp/src/
H A Dvector.c27 struct vector_item *item; member in struct:vector_struct
47 v->item = malloc(sizeof(*(v->item)) * (v->alloc));
51 if (v->item == NULL) { free(v); return NULL; }
58 free(v->item);
60 v->item = NULL;
85 void *tmp = realloc(v->item, sizeof(*(v->item)) * 2 * v->alloc);
88 v->item = tmp;
96 if (v->item[
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/accel-pptpd/pppd_plugin/src/
H A Dvector.c27 struct vector_item *item; member in struct:vector_struct
47 v->item = malloc(sizeof(*(v->item)) * (v->alloc));
51 if (v->item == NULL) { free(v); return NULL; }
58 free(v->item);
60 v->item = NULL;
85 void *tmp = realloc(v->item, sizeof(*(v->item)) * 2 * v->alloc);
88 v->item = tmp;
96 if (v->item[
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/pppd/pppd/plugins/pptp/
H A Dvector.c27 struct vector_item *item; member in struct:vector_struct
47 v->item = malloc(sizeof(*(v->item)) * (v->alloc));
51 if (v->item == NULL) { free(v); return NULL; }
58 free(v->item);
60 v->item = NULL;
85 void *tmp = realloc(v->item, sizeof(*(v->item)) * 2 * v->alloc);
88 v->item = tmp;
96 if (v->item[
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/pppd/pppd/plugins/pptp/
H A Dvector.c27 struct vector_item *item; member in struct:vector_struct
47 v->item = malloc(sizeof(*(v->item)) * (v->alloc));
51 if (v->item == NULL) { free(v); return NULL; }
58 free(v->item);
60 v->item = NULL;
85 void *tmp = realloc(v->item, sizeof(*(v->item)) * 2 * v->alloc);
88 v->item = tmp;
96 if (v->item[
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openpam/lib/libpam/
H A Dpam_get_item.c58 const void **item)
78 *item = pamh->item[item_type];
93 * The =pam_get_item function stores a pointer to the item specified by
94 * the =item_type argument in the location pointed to by the =item
96 * The item is retrieved from the PAM context specified by the =pamh
98 * If =pam_get_item fails, the =item argument is untouched.
100 * The following item types are recognized:
56 pam_get_item(const pam_handle_t *pamh, int item_type, const void **item) argument
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openpam/lib/libpam/
H A Dpam_get_item.c58 const void **item)
78 *item = pamh->item[item_type];
93 * The =pam_get_item function stores a pointer to the item specified by
94 * the =item_type argument in the location pointed to by the =item
96 * The item is retrieved from the PAM context specified by the =pamh
98 * If =pam_get_item fails, the =item argument is untouched.
100 * The following item types are recognized:
56 pam_get_item(const pam_handle_t *pamh, int item_type, const void **item) argument
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openpam/lib/libpam/
H A Dpam_get_item.c58 const void **item)
78 *item = pamh->item[item_type];
93 * The =pam_get_item function stores a pointer to the item specified by
94 * the =item_type argument in the location pointed to by the =item
96 * The item is retrieved from the PAM context specified by the =pamh
98 * If =pam_get_item fails, the =item argument is untouched.
100 * The following item types are recognized:
56 pam_get_item(const pam_handle_t *pamh, int item_type, const void **item) argument
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openvpn/src/openvpn/
H A Dmbuf.c60 struct mbuf_item *item = &ms->array[MBUF_INDEX(ms->head, i, ms->capacity)]; local
61 mbuf_free_buf (item->buffer);
93 mbuf_add_item (struct mbuf_set *ms, const struct mbuf_item *item) argument
106 ms->array[MBUF_INDEX(ms->head, ms->len, ms->capacity)] = *item;
109 ++item->buffer->refcount;
113 mbuf_extract_item (struct mbuf_set *ms, struct mbuf_item *item) argument
120 *item = ms->array[ms->head];
123 if (item->instance) /* ignore dereferenced instances */
142 struct mbuf_item *item = &ms->array[MBUF_INDEX(ms->head, i, ms->capacity)]; local
143 if (item
161 struct mbuf_item *item = &ms->array[MBUF_INDEX(ms->head, i, ms->capacity)]; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openvpn/src/openvpn/
H A Dmbuf.c60 struct mbuf_item *item = &ms->array[MBUF_INDEX(ms->head, i, ms->capacity)]; local
61 mbuf_free_buf (item->buffer);
93 mbuf_add_item (struct mbuf_set *ms, const struct mbuf_item *item) argument
106 ms->array[MBUF_INDEX(ms->head, ms->len, ms->capacity)] = *item;
109 ++item->buffer->refcount;
113 mbuf_extract_item (struct mbuf_set *ms, struct mbuf_item *item) argument
120 *item = ms->array[ms->head];
123 if (item->instance) /* ignore dereferenced instances */
142 struct mbuf_item *item = &ms->array[MBUF_INDEX(ms->head, i, ms->capacity)]; local
143 if (item
161 struct mbuf_item *item = &ms->array[MBUF_INDEX(ms->head, i, ms->capacity)]; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openvpn/src/openvpn/
H A Dmbuf.c60 struct mbuf_item *item = &ms->array[MBUF_INDEX(ms->head, i, ms->capacity)]; local
61 mbuf_free_buf (item->buffer);
93 mbuf_add_item (struct mbuf_set *ms, const struct mbuf_item *item) argument
106 ms->array[MBUF_INDEX(ms->head, ms->len, ms->capacity)] = *item;
109 ++item->buffer->refcount;
113 mbuf_extract_item (struct mbuf_set *ms, struct mbuf_item *item) argument
120 *item = ms->array[ms->head];
123 if (item->instance) /* ignore dereferenced instances */
142 struct mbuf_item *item = &ms->array[MBUF_INDEX(ms->head, i, ms->capacity)]; local
143 if (item
161 struct mbuf_item *item = &ms->array[MBUF_INDEX(ms->head, i, ms->capacity)]; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/fs/nfs/
H A Ddns_resolve.c98 struct nfs_dns_ent *item; local
100 item = container_of(ref, struct nfs_dns_ent, h.ref);
101 kfree(item->hostname);
102 kfree(item);
107 struct nfs_dns_ent *item = kmalloc(sizeof(*item), GFP_KERNEL); local
109 if (item != NULL) {
110 item->hostname = NULL;
111 item->namelen = 0;
112 item
162 struct nfs_dns_ent *item; local
215 struct nfs_dns_ent key, *item; local
277 do_cache_lookup(struct cache_detail *cd, struct nfs_dns_ent *key, struct nfs_dns_ent **item, struct nfs_cache_defer_req *dreq) argument
293 do_cache_lookup_nowait(struct cache_detail *cd, struct nfs_dns_ent *key, struct nfs_dns_ent **item) argument
318 do_cache_lookup_wait(struct cache_detail *cd, struct nfs_dns_ent *key, struct nfs_dns_ent **item) argument
346 struct nfs_dns_ent *item = NULL; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/fs/nfs/
H A Ddns_resolve.c98 struct nfs_dns_ent *item; local
100 item = container_of(ref, struct nfs_dns_ent, h.ref);
101 kfree(item->hostname);
102 kfree(item);
107 struct nfs_dns_ent *item = kmalloc(sizeof(*item), GFP_KERNEL); local
109 if (item != NULL) {
110 item->hostname = NULL;
111 item->namelen = 0;
112 item
162 struct nfs_dns_ent *item; local
215 struct nfs_dns_ent key, *item; local
277 do_cache_lookup(struct cache_detail *cd, struct nfs_dns_ent *key, struct nfs_dns_ent **item, struct nfs_cache_defer_req *dreq) argument
293 do_cache_lookup_nowait(struct cache_detail *cd, struct nfs_dns_ent *key, struct nfs_dns_ent **item) argument
318 do_cache_lookup_wait(struct cache_detail *cd, struct nfs_dns_ent *key, struct nfs_dns_ent **item) argument
346 struct nfs_dns_ent *item = NULL; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/kernel/trace/
H A Dtrace_export.c23 #define __field_struct(type, item)
26 #define __field(type, item) type item;
29 #define __field_desc(type, container, item) type item;
32 #define __array(type, item, size) type item[size];
35 #define __array_desc(type, container, item, size) type item[size];
38 #define __dynamic_array(type, item) typ
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/kernel/trace/
H A Dtrace_export.c23 #define __field_struct(type, item)
26 #define __field(type, item) type item;
29 #define __field_desc(type, container, item) type item;
32 #define __array(type, item, size) type item[size];
35 #define __array_desc(type, container, item, size) type item[size];
38 #define __dynamic_array(type, item) typ
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-arm-linux-2.6.36-uclibc-4.5.3/share/libtool/libltdl/
H A Dlt_dlloader.c37 static void * loader_callback (SList *item, void *userdata);
40 SList item: */
45 in which case we return the matching item so that its address is
48 loader_callback (SList *item, void *userdata) argument
50 const lt_dlvtable *vtable = (const lt_dlvtable *) item->userdata;
55 return streq (vtable->name, name) ? (void *) item : NULL;
64 SList *item; local
77 item = slist_box (vtable);
78 if (!item)
89 loaders = slist_cons (item, loader
102 loader_dump_callback(SList *item, void *userdata) argument
133 SList *item = (SList *) loader; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/net/tipc/
H A Dname_distr.c119 struct distr_item *item; local
130 item = (struct distr_item *)msg_data(buf_msg(buf));
131 publ_to_item(item, publ);
143 struct distr_item *item; local
154 item = (struct distr_item *)msg_data(buf_msg(buf));
155 publ_to_item(item, publ);
167 struct distr_item *item = NULL; local
187 item = (struct distr_item *)msg_data(buf_msg(buf));
189 publ_to_item(item, publ);
190 item
247 struct distr_item *item = (struct distr_item *)msg_data(msg); local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/net/tipc/
H A Dname_distr.c119 struct distr_item *item; local
130 item = (struct distr_item *)msg_data(buf_msg(buf));
131 publ_to_item(item, publ);
143 struct distr_item *item; local
154 item = (struct distr_item *)msg_data(buf_msg(buf));
155 publ_to_item(item, publ);
167 struct distr_item *item = NULL; local
187 item = (struct distr_item *)msg_data(buf_msg(buf));
189 publ_to_item(item, publ);
190 item
247 struct distr_item *item = (struct distr_item *)msg_data(msg); local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/dropbox_client/
H A DcJSON.c95 /* Parse the input text to generate a number, and populate the result into item. */
96 static const char *parse_number(cJSON *item,const char *num) argument
112 item->valuedouble=n;
113 item->valueint=(int)n;
114 item->valuelong=(long long int)n;
115 item->type=cJSON_Number;
119 /* Render the number nicely from the given item into a string. */
120 static char *print_number(cJSON *item) argument
123 double d=item->valuedouble;
124 if (fabs(((double)item
144 parse_string(cJSON *item,const char *str) argument
239 print_string(cJSON *item) argument
269 cJSON_Print(cJSON *item) argument
270 cJSON_PrintUnformatted(cJSON *item) argument
273 parse_value(cJSON *item,const char *value) argument
288 print_value(cJSON *item,int depth,int fmt) argument
306 parse_array(cJSON *item,const char *value) argument
334 print_array(cJSON *item,int depth,int fmt) argument
385 parse_object(cJSON *item,const char *value) argument
421 print_object(cJSON *item,int depth,int fmt) argument
480 cJSON_GetArrayItem(cJSON *array,int item) argument
484 suffix_object(cJSON *prev,cJSON *item) argument
486 create_reference(cJSON *item) argument
489 cJSON_AddItemToArray(cJSON *array, cJSON *item) argument
490 cJSON_AddItemToObject(cJSON *object,const char *string,cJSON *item) argument
491 cJSON_AddItemReferenceToArray(cJSON *array, cJSON *item) argument
492 cJSON_AddItemReferenceToObject(cJSON *object,const char *string,cJSON *item) argument
507 cJSON *cJSON_CreateNull() {cJSON *item=cJSON_New_Item();if(item)item->type=cJSON_NULL;return item;} local
508 cJSON *cJSON_CreateTrue() {cJSON *item=cJSON_New_Item();if(item)item->type=cJSON_True;return item;} local
509 cJSON *cJSON_CreateFalse() {cJSON *item=cJSON_New_Item();if(item)item->type=cJSON_False;return item;} local
510 cJSON *cJSON_CreateBool(int b) {cJSON *item=cJSON_New_Item();if(item)item->type=b?cJSON_True:cJSON_False;return item;} local
511 cJSON *cJSON_CreateNumber(double num) {cJSON *item=cJSON_New_Item();if(item){item->type=cJSON_Number;item->valuedouble=num;item->valueint=(int)num;}return item;} local
512 cJSON *cJSON_CreateString(const char *string) {cJSON *item=cJSON_New_Item();if(item){item->type=cJSON_String;item->valuestring=cJSON_strdup(string);}return item;} local
513 cJSON *cJSON_CreateArray() {cJSON *item=cJSON_New_Item();if(item)item->type=cJSON_Array;return item;} local
514 cJSON *cJSON_CreateObject() {cJSON *item=cJSON_New_Item();if(item)item->type=cJSON_Object;return item;} local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/dropbox_client/
H A DcJSON.c95 /* Parse the input text to generate a number, and populate the result into item. */
96 static const char *parse_number(cJSON *item,const char *num) argument
112 item->valuedouble=n;
113 item->valueint=(int)n;
114 item->valuelong=(long long int)n;
115 item->type=cJSON_Number;
119 /* Render the number nicely from the given item into a string. */
120 static char *print_number(cJSON *item) argument
123 double d=item->valuedouble;
124 if (fabs(((double)item
144 parse_string(cJSON *item,const char *str) argument
239 print_string(cJSON *item) argument
269 cJSON_Print(cJSON *item) argument
270 cJSON_PrintUnformatted(cJSON *item) argument
273 parse_value(cJSON *item,const char *value) argument
288 print_value(cJSON *item,int depth,int fmt) argument
306 parse_array(cJSON *item,const char *value) argument
334 print_array(cJSON *item,int depth,int fmt) argument
385 parse_object(cJSON *item,const char *value) argument
421 print_object(cJSON *item,int depth,int fmt) argument
480 cJSON_GetArrayItem(cJSON *array,int item) argument
484 suffix_object(cJSON *prev,cJSON *item) argument
486 create_reference(cJSON *item) argument
489 cJSON_AddItemToArray(cJSON *array, cJSON *item) argument
490 cJSON_AddItemToObject(cJSON *object,const char *string,cJSON *item) argument
491 cJSON_AddItemReferenceToArray(cJSON *array, cJSON *item) argument
492 cJSON_AddItemReferenceToObject(cJSON *object,const char *string,cJSON *item) argument
507 cJSON *cJSON_CreateNull() {cJSON *item=cJSON_New_Item();if(item)item->type=cJSON_NULL;return item;} local
508 cJSON *cJSON_CreateTrue() {cJSON *item=cJSON_New_Item();if(item)item->type=cJSON_True;return item;} local
509 cJSON *cJSON_CreateFalse() {cJSON *item=cJSON_New_Item();if(item)item->type=cJSON_False;return item;} local
510 cJSON *cJSON_CreateBool(int b) {cJSON *item=cJSON_New_Item();if(item)item->type=b?cJSON_True:cJSON_False;return item;} local
511 cJSON *cJSON_CreateNumber(double num) {cJSON *item=cJSON_New_Item();if(item){item->type=cJSON_Number;item->valuedouble=num;item->valueint=(int)num;}return item;} local
512 cJSON *cJSON_CreateString(const char *string) {cJSON *item=cJSON_New_Item();if(item){item->type=cJSON_String;item->valuestring=cJSON_strdup(string);}return item;} local
513 cJSON *cJSON_CreateArray() {cJSON *item=cJSON_New_Item();if(item)item->type=cJSON_Array;return item;} local
514 cJSON *cJSON_CreateObject() {cJSON *item=cJSON_New_Item();if(item)item->type=cJSON_Object;return item;} local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/dropbox_client/
H A DcJSON.c95 /* Parse the input text to generate a number, and populate the result into item. */
96 static const char *parse_number(cJSON *item,const char *num) argument
112 item->valuedouble=n;
113 item->valueint=(int)n;
114 item->valuelong=(long long int)n;
115 item->type=cJSON_Number;
119 /* Render the number nicely from the given item into a string. */
120 static char *print_number(cJSON *item) argument
123 double d=item->valuedouble;
124 if (fabs(((double)item
144 parse_string(cJSON *item,const char *str) argument
239 print_string(cJSON *item) argument
269 cJSON_Print(cJSON *item) argument
270 cJSON_PrintUnformatted(cJSON *item) argument
273 parse_value(cJSON *item,const char *value) argument
288 print_value(cJSON *item,int depth,int fmt) argument
306 parse_array(cJSON *item,const char *value) argument
334 print_array(cJSON *item,int depth,int fmt) argument
385 parse_object(cJSON *item,const char *value) argument
421 print_object(cJSON *item,int depth,int fmt) argument
480 cJSON_GetArrayItem(cJSON *array,int item) argument
484 suffix_object(cJSON *prev,cJSON *item) argument
486 create_reference(cJSON *item) argument
489 cJSON_AddItemToArray(cJSON *array, cJSON *item) argument
490 cJSON_AddItemToObject(cJSON *object,const char *string,cJSON *item) argument
491 cJSON_AddItemReferenceToArray(cJSON *array, cJSON *item) argument
492 cJSON_AddItemReferenceToObject(cJSON *object,const char *string,cJSON *item) argument
507 cJSON *cJSON_CreateNull() {cJSON *item=cJSON_New_Item();if(item)item->type=cJSON_NULL;return item;} local
508 cJSON *cJSON_CreateTrue() {cJSON *item=cJSON_New_Item();if(item)item->type=cJSON_True;return item;} local
509 cJSON *cJSON_CreateFalse() {cJSON *item=cJSON_New_Item();if(item)item->type=cJSON_False;return item;} local
510 cJSON *cJSON_CreateBool(int b) {cJSON *item=cJSON_New_Item();if(item)item->type=b?cJSON_True:cJSON_False;return item;} local
511 cJSON *cJSON_CreateNumber(double num) {cJSON *item=cJSON_New_Item();if(item){item->type=cJSON_Number;item->valuedouble=num;item->valueint=(int)num;}return item;} local
512 cJSON *cJSON_CreateString(const char *string) {cJSON *item=cJSON_New_Item();if(item){item->type=cJSON_String;item->valuestring=cJSON_strdup(string);}return item;} local
513 cJSON *cJSON_CreateArray() {cJSON *item=cJSON_New_Item();if(item)item->type=cJSON_Array;return item;} local
514 cJSON *cJSON_CreateObject() {cJSON *item=cJSON_New_Item();if(item)item->type=cJSON_Object;return item;} local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/db-4.8.30/hsearch/
H A Dhsearch.c90 __db_hsearch(item, action)
91 ENTRY item;
101 DB_INIT_DBT(key, item.key, strlen(item.key) + 1);
106 DB_SET_DBT(val, item.data, strlen(item.data) + 1);
130 item.data = (char *)val.data;
136 retval.key = item.key;
137 retval.data = item.data;

Completed in 185 milliseconds

1234567891011>>