webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Classes | Functions
obj_decrepit.c File Reference
#include <openssl/obj.h>
#include <assert.h>
#include <string.h>
#include <openssl/evp.h>

Classes

struct  wrapped_callback
 

Functions

void OBJ_NAME_do_all_sorted (int type, void(*callback)(const OBJ_NAME *, void *arg), void *arg)
 
void OBJ_NAME_do_all (int type, void(*callback)(const OBJ_NAME *, void *arg), void *arg)
 

Function Documentation

◆ OBJ_NAME_do_all()

void OBJ_NAME_do_all ( int  type,
void(*)(const OBJ_NAME *, void *arg)  callback,
void arg 
)

◆ OBJ_NAME_do_all_sorted()

void OBJ_NAME_do_all_sorted ( int  type,
void(*)(const OBJ_NAME *, void *arg)  callback,
void arg 
)