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

/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/net/
H A Dstrip.c594 * "code_ptr_ptr" points to a "__u8 *" which is used to hold encoding state
605 static __u8 *StuffData(__u8 *src, __u32 length, __u8 *dst, __u8 **code_ptr_ptr) argument
608 __u8 *code_ptr = *code_ptr_ptr;
729 *code_ptr_ptr = NULL;
733 *code_ptr_ptr = code_ptr;

Completed in 34 milliseconds