Home
last modified time | relevance | path

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

/reactos/sdk/lib/3rdparty/libmpg123/
H A Did3.c1307 int further_bom = 0; in check_bom() local
1323 further_bom = check_bom(source, len); in check_bom()
1324 if(further_bom == 0) return this_bom; /* End of the recursion. */ in check_bom()
1325 else return further_bom; in check_bom()