OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BBuf
(Results
1 - 3
of
3
) sorted by null
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/
regparse.c
103
bbuf_free(
BBuf
*
bbuf
)
105
if (IS_NOT_NULL(
bbuf
)) {
106
if (IS_NOT_NULL(
bbuf
->p)) xfree(
bbuf
->p);
107
xfree(
bbuf
);
112
bbuf_clone(
BBuf
** rto,
BBuf
* from)
115
BBuf
*to;
117
*rto = to = (
BBuf
* )xmalloc(sizeof(BBuf));
1185
BBuf*
bbuf
;
local
1692
BBuf*
bbuf
;
local
1710
BBuf*
bbuf
;
local
[
all
...]
regint.h
349
}
BBuf
;
351
#define BBUF_INIT(buf,size) onig_bbuf_init((
BBuf
* )(buf), (size))
691
BBuf
* mbuf; /* multi-byte info or NULL */
785
extern int onig_bbuf_init P_((
BBuf
* buf, int size));
regcomp.c
143
onig_bbuf_init(
BBuf
* buf, int size)
558
add_multi_byte_cclass(
BBuf
* mbuf, regex_t* reg)
6183
BBuf*
bbuf
= NCCLASS(node)->mbuf;
local
[
all
...]
Completed in 63 milliseconds