Searched refs:data_p (Results 1 – 2 of 2) sorted by relevance
114 int cap_free(void *data_p) in cap_free() argument116 if ( !data_p ) in cap_free()119 if ( good_cap_t(data_p) ) { in cap_free()120 data_p = -1 + (__u32 *) data_p; in cap_free()121 memset(data_p, 0, sizeof(__u32) + sizeof(struct _cap_struct)); in cap_free()122 free(data_p); in cap_free()123 data_p = NULL; in cap_free()127 if ( good_cap_string(data_p) ) { in cap_free()128 size_t length = strlen(data_p) + sizeof(__u32); in cap_free()129 data_p = -1 + (__u32 *) data_p; in cap_free()[all …]
398 BoundsCheckBbData** data_p = table_.LookupOrInsert(key, zone()); in PreProcessBlock() local399 BoundsCheckBbData* data = *data_p; in PreProcessBlock()409 *data_p = bb_data_list; in PreProcessBlock()