Home
last modified time | relevance | path

Searched refs:scbPtr (Results 1 – 12 of 12) sorted by relevance

/dports/security/snort/snort-2.9.18/src/preprocessors/
H A Dsnort_httpinspect.h331 static inline int SetLogBuffers(HttpSessionData *hsd, void* scbPtr) in SetLogBuffers() argument
344 bkt->scbPtr = scbPtr; in SetLogBuffers()
H A Dspp_httpinspect.c1896 session_api->set_application_data(lru_bucket->scbPtr, PP_HTTPINSPECT, NULL, NULL); in HttpMempoolFreeUsedBucket()
/dports/security/snort/snort-2.9.18/src/preprocessors/HttpInspect/files/
H A Dfile_decomp.c395 fd_session_p_t File_Decomp_New(void* scbPtr) in File_Decomp_New() argument
413 bkt->scbPtr = scbPtr; in File_Decomp_New()
/dports/security/snort/snort-2.9.18/src/file-process/
H A Dfile_mime_process.c296 int set_log_buffers(MAIL_LogState **log_state, MAIL_LogConfig *conf, void *mempool, void* scbPtr, u… in set_log_buffers() argument
312 bkt->scbPtr = scbPtr; in set_log_buffers()
337 static void set_mime_buffers(MimeState *ssn, void* scbPtr, uint32_t preproc_id) in set_mime_buffers() argument
349 bkt->scbPtr = scbPtr; in set_mime_buffers()
558 …code(const char *data, int size, bool cnt_xf, MimeState *mime_ssn, void* scbPtr, uint32_t preproc_… in setup_decode() argument
563 set_mime_buffers(mime_ssn, scbPtr, preproc_id); in setup_decode()
H A Dfile_mime_process.h36 int set_log_buffers(MAIL_LogState **log_state, MAIL_LogConfig *conf, void *mempool, void* scbPtr, u…
H A Dfile_api.h195 void* scbPtr, uint32_t preproc_id);
/dports/security/snort/snort-2.9.18/src/
H A Dmempool.c121 bp->scbPtr = NULL; in mempool_init_optional_prealloc()
216 b->scbPtr = NULL; in _mempool_alloc()
H A Dmempool.h33 void *scbPtr; member
/dports/security/snort/snort-2.9.18/src/dynamic-preprocessors/pop/
H A Dspp_pop.c656 _dpd.sessionAPI->set_application_data(lru_bucket->scbPtr, PP_POP, NULL, NULL); in POPMempoolFreeUsedBucket()
/dports/security/snort/snort-2.9.18/src/preprocessors/HttpInspect/server/
H A Dhi_server.c1621 static void SetGzipBuffers(HttpSessionData *hsd, HI_SESSION *session, void* scbPtr) in SetGzipBuffers() argument
1631 bkt->scbPtr = scbPtr; in SetGzipBuffers()
/dports/security/snort/snort-2.9.18/src/dynamic-preprocessors/imap/
H A Dspp_imap.c661 _dpd.sessionAPI->set_application_data(lru_bucket->scbPtr, PP_IMAP, NULL, NULL); in IMAPMempoolFreeUsedBucket()
/dports/security/snort/snort-2.9.18/src/dynamic-preprocessors/smtp/
H A Dspp_smtp.c686 _dpd.sessionAPI->set_application_data(lru_bucket->scbPtr, PP_SMTP, NULL, NULL); in SMTPMempoolFreeUsedBucket()