Searched defs:parse_user_packet (Results 1 - 1 of 1) sorted by relevance
/sssd/src/tests/cmocka/ |
H A D | test_nss_srv.c | 268 static int parse_user_packet(uint8_t *body, size_t blen, struct passwd *pwd) function 527 ret = parse_user_packet(body, blen, &pwd); 621 ret = parse_user_packet(body, blen, &pwd); 691 ret = parse_user_packet(body, blen, &pwd); 761 ret = parse_user_packet(body, blen, &pwd); 813 ret = parse_user_packet(body, blen, &pwd); 853 ret = parse_user_packet(body, blen, &pwd); 933 ret = parse_user_packet(body, blen, &pwd); 989 ret = parse_user_packet(body, blen, &pwd); 1089 ret = parse_user_packet(bod [all...] |
Completed in 1454 milliseconds