hdr_prs          1285 source3/rpc_server/srv_pipe_hnd.c 	prs_struct hdr_prs;
hdr_prs          1292 source3/rpc_server/srv_pipe_hnd.c 	prs_init_empty(&hdr_prs, talloc_tos(), UNMARSHALL);
hdr_prs          1293 source3/rpc_server/srv_pipe_hnd.c 	prs_give_memory(&hdr_prs, (char *)buf, RPC_HEADER_LEN, false);
hdr_prs          1294 source3/rpc_server/srv_pipe_hnd.c 	ret = smb_io_rpc_hdr("", &hdr, &hdr_prs, 0);
hdr_prs          1295 source3/rpc_server/srv_pipe_hnd.c 	prs_mem_free(&hdr_prs);