Searched refs:LocalStorageAlloc (Results 1 – 4 of 4) sorted by relevance
155 if (p->LocalStorageAlloc && p->LocalStorageFree) { in AppLayerRegisterParser()157 p->LocalStorageAlloc, p->LocalStorageFree); in AppLayerRegisterParser()
60 void *(*LocalStorageAlloc)(void); member
105 void *(*LocalStorageAlloc)(void); member418 void *(*LocalStorageAlloc)(void), in AppLayerParserRegisterLocalStorageFunc()423 alp_ctx.ctxs[FlowGetProtoMapping(ipproto)][alproto].LocalStorageAlloc = in AppLayerParserRegisterLocalStorageFunc()424 LocalStorageAlloc; in AppLayerParserRegisterLocalStorageFunc()618 LocalStorageAlloc != NULL) in AppLayerParserGetProtocolParserLocalStorage()621 LocalStorageAlloc(); in AppLayerParserGetProtocolParserLocalStorage()1544 …printf("- LocalStorageAlloc %p LocalStorageFree %p\n", ctx->LocalStorageAlloc, ctx->LocalStorageFr… in ValidateParserProtoDump()1577 if (!(BOTH_SET_OR_BOTH_UNSET(ctx->LocalStorageAlloc, ctx->LocalStorageFree))) { in ValidateParserProto()
150 void *(*LocalStorageAlloc)(void),