OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:b_str_opt
(Results
1 - 1
of
1
) sorted by null
/external/aac/libSYS/src/
cmdl_parser.cpp
133
INT*
b_str_opt
= 0;
local
155
b_str_opt
= (INT*) FDKcalloc(nArgs, sizeof(INT));
160
if (
b_str_opt
== NULL || s_str == NULL || c_str_type == NULL || switches_used == NULL) {
165
if ( ParseString( str_clean,
b_str_opt
, s_str, c_str_type )) {
178
&& !
b_str_opt
[i] )
288
if (
b_str_opt
) FDKfree(
b_str_opt
);
309
INT ParseString(TEXTCHAR* str, INT*
b_str_opt
, TEXTCHAR* s_str, TEXTCHAR* c_str_type )
327
if (
b_str_opt
[argCounter-1] )
339
b_str_opt
[argCounter] = 1
[
all
...]
Completed in 165 milliseconds