Searched refs:pointer (Results 1 – 5 of 5) sorted by relevance
84 unsigned char *pointer; /* Octet just to be decoded */ member102 ctx->pointer = buf; in asn1_open()109 if (ctx->pointer >= ctx->end) { in asn1_octet_decode()113 *ch = *(ctx->pointer)++; in asn1_octet_decode()123 if (ctx->pointer >= ctx->end) {128 ch = *(ctx->pointer)++; /* ch has 0xa, ptr points to length octet */130 *val = *(++(ctx->pointer)); /* value has enum value */134 ctx->pointer++;205 if (*len > ctx->end - ctx->pointer) in asn1_length_decode()230 *eoc = ctx->pointer + len; in asn1_header_decode()[all …]
10 problem that I'm aware of (pointer/int conversion198 the pointer to the next entry in the hash chain wasn't285 is no pointer to the super block available.)
10 * Fixed potential null pointer dereference when reporting an error30 a pointer value. (btree.c) [WD]79 * Abbandoned silly checks for a NULL superblock pointer in debug.c. [WD]183 structures into the generic pointer fields of the public structures
62 TP_PROTO(void *pointer),63 TP_ARGS(pointer),65 __field(void *, pointer)68 __entry->pointer = pointer;70 TP_printk("%p", __entry->pointer)75 TP_PROTO(void *pointer), \76 TP_ARGS(pointer))
90 long as the pointer you're holding is to a _valid_ node, not an94 pointer when the garbage collection thread exits. The code to kill the