Searched refs:vector_insert (Results 1 - 9 of 9) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/router/pppd/pppd/plugins/pptp/
H A Dvector.h20 /* vector_insert and vector_search return TRUE on success, FALSE on failure. */
21 int vector_insert(VECTOR *v, int key, PPTP_CALL * call);
H A Dvector.c72 /*** vector_insert*************************************************************
76 int vector_insert(VECTOR *v, int key, PPTP_CALL * call) function
H A Dpptp_callmgr.c231 retval = vector_insert(call_list, s, call); assert(retval);
H A Dpptp_ctrl.c372 vector_insert(conn->call, call_id, call);
/asus-wl-520gu-7.0.1.45/src/router/pptp-client/
H A Dvector.h20 /* vector_insert and vector_search return TRUE on success, FALSE on failure. */
21 int vector_insert(VECTOR *v, int key, PPTP_CALL * call);
H A Dvector_test.c29 retval = vector_insert(v, i, (PPTP_CALL *)i);
71 retval = vector_insert(v, k, (PPTP_CALL *) k);
H A Dvector.c72 /*** vector_insert*************************************************************
76 int vector_insert(VECTOR *v, int key, PPTP_CALL * call) function
H A Dpptp_callmgr.c216 retval = vector_insert(call_list, s, call); assert(retval);
H A Dpptp_ctrl.c377 vector_insert(conn->call, i, call);

Completed in 98 milliseconds