Searched refs:VECTOR (Results 1 - 14 of 14) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/router/pppd/pppd/plugins/pptp/
H A Dvector.h13 typedef struct vector_struct VECTOR; typedef in typeref:struct:vector_struct
15 VECTOR *vector_create();
16 void vector_destroy(VECTOR *v);
18 int vector_size(VECTOR *v);
21 int vector_insert(VECTOR *v, int key, PPTP_CALL * call);
22 int vector_remove(VECTOR *v, int key);
23 int vector_search(VECTOR *v, int key, PPTP_CALL ** call);
25 int vector_contains(VECTOR *v, int key);
27 int vector_scan(VECTOR *v, int lo, int hi, int *key);
29 PPTP_CALL * vector_get_Nth(VECTOR *
[all...]
H A Dvector.c35 static struct vector_item *binary_search(VECTOR *v, int key);
38 VECTOR *vector_create()
42 VECTOR *v = malloc(sizeof(*v));
56 void vector_destroy(VECTOR *v)
66 int vector_size(VECTOR *v)
76 int vector_insert(VECTOR *v, int key, PPTP_CALL * call)
112 int vector_remove(VECTOR *v, int key)
124 int vector_search(VECTOR *v, int key, PPTP_CALL **call)
135 int vector_contains(VECTOR *v, int key)
142 static struct vector_item *binary_search(VECTOR *
[all...]
H A Dpptp_callmgr.c54 VECTOR * call_list;
111 VECTOR * call_list;
H A Dpptp_ctrl.c77 VECTOR *call;
/asus-wl-520gu-7.0.1.45/src/router/pptp-client/
H A Dvector.h13 typedef struct vector_struct VECTOR; typedef in typeref:struct:vector_struct
15 VECTOR *vector_create();
16 void vector_destroy(VECTOR *v);
18 int vector_size(VECTOR *v);
21 int vector_insert(VECTOR *v, int key, PPTP_CALL * call);
22 int vector_remove(VECTOR *v, int key);
23 int vector_search(VECTOR *v, int key, PPTP_CALL ** call);
25 int vector_contains(VECTOR *v, int key);
27 int vector_scan(VECTOR *v, int lo, int hi, int *key);
29 PPTP_CALL * vector_get_Nth(VECTOR *
[all...]
H A Dvector.c35 static struct vector_item *binary_search(VECTOR *v, int key);
38 VECTOR *vector_create()
42 VECTOR *v = malloc(sizeof(*v));
56 void vector_destroy(VECTOR *v)
66 int vector_size(VECTOR *v)
76 int vector_insert(VECTOR *v, int key, PPTP_CALL * call)
112 int vector_remove(VECTOR *v, int key)
124 int vector_search(VECTOR *v, int key, PPTP_CALL **call)
135 int vector_contains(VECTOR *v, int key)
142 static struct vector_item *binary_search(VECTOR *
[all...]
H A Dvector_test.c16 VECTOR *v = vector_create();
H A Dpptp_callmgr.c52 VECTOR * call_list;
109 VECTOR * call_list;
H A Dpptp_ctrl.c78 VECTOR *call;
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-ia64/sn/
H A Deeprom.h275 #define VECTOR 0x300 /* used in vector ops when the destination macro
301 #define VECTOR_EEPROM_STR(s,n,p) vector_eeprom_str((s),(n),VECTOR,p)
347 * string. If component is not VECTOR or R_BRICK, the path parameter
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-ia64/sn/
H A Deeprom.h275 #define VECTOR 0x300 /* used in vector ops when the destination macro
301 #define VECTOR_EEPROM_STR(s,n,p) vector_eeprom_str((s),(n),VECTOR,p)
347 * string. If component is not VECTOR or R_BRICK, the path parameter
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/scsi/aic7xxx/
H A Daic7770.c141 irq = intdef & VECTOR;
H A Daic7xxx_reg.h347 #define VECTOR 0x0f macro
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/ia64/sn/io/
H A Deeprom.c322 if( !(component & VECTOR) )
1356 if( !(component & VECTOR) )

Completed in 202 milliseconds