Home
last modified time | relevance | path

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

/external/aac/libSYS/src/
Dcmdl_parser.cpp133 INT* b_str_opt = 0; in IIS_ScanCmdl() local
155 b_str_opt = (INT*) FDKcalloc(nArgs, sizeof(INT)); in IIS_ScanCmdl()
160 if (b_str_opt == NULL || s_str == NULL || c_str_type == NULL || switches_used == NULL) { in IIS_ScanCmdl()
165 if ( ParseString( str_clean, b_str_opt, s_str, c_str_type )) { in IIS_ScanCmdl()
178 && !b_str_opt[i] ) in IIS_ScanCmdl()
288 if (b_str_opt) FDKfree(b_str_opt); in IIS_ScanCmdl()
309 INT ParseString(TEXTCHAR* str, INT* b_str_opt, TEXTCHAR* s_str, TEXTCHAR* c_str_type ) in ParseString() argument
327 if ( b_str_opt[argCounter-1] ) in ParseString()
339 b_str_opt[argCounter] = 1; in ParseString()
352 if ( b_str_opt[argCounter] ) in ParseString()