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

/asus-wl-520gu-7.0.1.45/src/router/pppd/pppd/plugins/pptp/
H A Dvector.h22 int vector_remove(VECTOR *v, int key);
H A Dpptp_callmgr.c84 vector_remove(conninfo->call_list, lci->unix_sock);
251 vector_remove(call_list, i);
H A Dvector.c111 /*** vector_remove ************************************************************/
112 int vector_remove(VECTOR *v, int key) function
H A Dpptp_ctrl.c409 vector_remove(conn->call, call->call_id);
/asus-wl-520gu-7.0.1.45/src/router/pptp-client/
H A Dvector.h22 int vector_remove(VECTOR *v, int key);
H A Dvector_test.c21 assert(!vector_remove(v, i));
63 retval = vector_remove(v, k);
83 vector_remove(v, i);
H A Dpptp_callmgr.c82 vector_remove(conninfo->call_list, lci->unix_sock);
236 vector_remove(call_list, i);
H A Dvector.c111 /*** vector_remove ************************************************************/
112 int vector_remove(VECTOR *v, int key) function
H A Dpptp_ctrl.c414 vector_remove(conn->call, call->call_id);

Completed in 230 milliseconds