Home --> Documentations --> PJLIB-UTIL Reference
19#ifndef __PJLIB_UTIL_SCANNER_CIS_BIT_H__
20#define __PJLIB_UTIL_SCANNER_CIS_BIT_H__
30#ifndef PJ_CIS_ELEM_TYPE
31# define PJ_CIS_ELEM_TYPE int
38typedef PJ_CIS_ELEM_TYPE pj_cis_elem_t;
59#define PJ_CIS_SET(cis,c) ((cis)->cis_buf[(int)(c)] = 1)
68#define PJ_CIS_CLR(cis,c) ((cis)->cis_buf[(int)c] = 0)
77#define PJ_CIS_ISSET(cis,c) ((cis)->cis_buf[(int)c])
Definition: scanner_cis_bitwise.h:50
Definition: scanner_cis_bitwise.h:59
pj_cis_elem_t * cis_buf Definition: scanner_cis_bitwise.h:60
PJLIB-UTIL Open Source, small footprint, and portable asynchronous/caching DNS resolver, text scanner, STUN client, and XML library
Copyright (C) 2006-2009 Teluu Inc.
|