Searched refs:free_ptr (Results 1 – 7 of 7) sorted by relevance
21 class free_ptr class25 free_ptr(T ptr) in free_ptr() function in free_ptr31 ~free_ptr() in ~free_ptr()74 free_ptr<char *> freebuf(buf); in format_string()
67 char *s, *free_ptr; in __gmp_doprnt_mpf() local125 free_ptr = s; in __gmp_doprnt_mpf()383 __GMP_FREE_FUNC_TYPE (free_ptr, free_size, char); in __gmp_doprnt_mpf()
1167 BYTE *free_ptr; in obj_rsakey_set_modulus() local1179 free_ptr = rsakey->key.pubKey.key; in obj_rsakey_set_modulus()1183 rsakey->key.pubKey.key = free_ptr; // restore in obj_rsakey_set_modulus()1337 BYTE *free_ptr; in obj_rsakey_set_exponent() local1350 free_ptr = parms->exponent; in obj_rsakey_set_exponent()1354 parms->exponent = free_ptr; // restore in obj_rsakey_set_exponent()
1207 void *free_ptr; /* Address to free this struct via */ member1228 ctx = (struct umac_ctx *)ctx->free_ptr; in umac_delete()1252 ctx->free_ptr = octx; in umac_new()
1515 * cccp.c (argdata): Added free_ptr member.1516 (macroexpand): Initialize free_ptr of each argument. When an1517 argument's buffers are freed, if the argument's free_ptr corresponds1518 to a buffer on the input stack, then return the free_ptr to that stack1521 then transfer the free_ptr of that buffer to the argument in case
7463 * symtab.h (struct symtab): Replace 'free_ptr' method by7478 (end_symtab): Set free_func to NULL, not free_ptr.7488 (free_symtab): Replace use of 'free_ptr' by 'free_func'.