OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:acc_scripts
(Results
1 - 2
of
2
) sorted by null
/external/srec/srec/Semproc/src/
SemanticProcessorImpl.c
130
impl->
acc_scripts
= MALLOC(sizeof(LCHAR) * MAX_SCRIPT_LEN, NULL);
131
if (impl->
acc_scripts
== NULL)
166
if (impl->
acc_scripts
!= NULL)
168
FREE(impl->
acc_scripts
);
169
impl->
acc_scripts
= NULL;
566
for (dst = &semproc->
acc_scripts
[0], semproc->
acc_scripts
[0] = '\0', i = 0; i < raw_scripts_buf.num_scripts; ++i)
579
CHKLOG(rc, append_with_check(&dst, *src, &semproc->
acc_scripts
[MAX_SCRIPT_LEN-1]));
586
CHKLOG(rc, append_with_check(&dst, L('.'), &semproc->
acc_scripts
[MAX_SCRIPT_LEN-1]));
602
CHKLOG(rc, append_with_check(&dst, *src, &semproc->
acc_scripts
[MAX_SCRIPT_LEN-1]))
781
LCHAR
acc_scripts
[MAX_SCRIPT_LEN]; \/* the accumulated scripts *\/
local
[
all
...]
/external/srec/srec/Semproc/include/
SR_SemanticProcessorImpl.h
54
LCHAR*
acc_scripts
;
member in struct:SR_SemanticProcessorImpl_t
Completed in 3251 milliseconds