Searched refs:sTp (Results 1 – 1 of 1) sorted by relevance
39 int poc(void *sTp) { in poc() argument40 transportDec_OutOfBandConfig((struct TRANSPORTDEC *) sTp, conf, length, in poc()72 void *sTp = malloc(TRANSPORTDEC_SIZE); in main() local73 if (!sTp) { in main()78 free(sTp); in main()81 memset(sTp, 0x00, TRANSPORTDEC_SIZE); in main()83 clone(&poc, ptr + STACK_SIZE, CLONE_VM, sTp); in main()93 free(sTp); in main()