Searched refs:my_Allocate (Results 1 - 7 of 7) sorted by relevance

/macosx-10.9.5/ppp-727.90.1/Controller/
H A Dppp_utils.h54 void *my_Allocate(int size);
H A Dppp_socket_server.c364 client->msg = my_Allocate(client->msgtotallen + 1);
777 *reply = my_Allocate(sizeof(u_int32_t));
807 *reply = my_Allocate(sizeof(u_int32_t));
840 *reply = my_Allocate(sizeof(u_int32_t));
874 *reply = my_Allocate(sizeof(u_int32_t));
906 *reply = my_Allocate(strlen((char*)serv->sid));
916 *reply = my_Allocate(sizeof(u_int32_t));
1352 *reply = my_Allocate(sizeof(struct ppp_opt_hdr) + optlen);
H A Dscnc_utils.h64 void *my_Allocate(int size);
H A Dppp_utils.c511 void *my_Allocate(int size) function
H A Dppp_manager.c2124 *reply = my_Allocate(sizeof(struct ppp_status));
2282 *reply = my_Allocate(datalen);
2362 *reply = my_Allocate(datalen);
2409 *reply = my_Allocate(datalen);
2494 *reply = my_Allocate(datalen);
H A Dipsec_manager.c2138 serv->u.ipsec.msg = my_Allocate(serv->u.ipsec.msgtotallen + 1);
4134 *reply = my_Allocate(datalen);
4198 *reply = my_Allocate(datalen);
4254 *reply = my_Allocate(datalen);
H A Dscnc_utils.c628 void *my_Allocate(int size) function

Completed in 120 milliseconds