Home
last modified time | relevance | path

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

/dports/devel/pysvn/pysvn-1.9.12/Source/
H A Dpysvn_converters.cpp51 static const std::string str_is_binary( "is_binary" ); variable
789 conflict[str_is_binary] = Py::Boolean( item->is_binary ); in toObject()
794 conflict[str_is_binary] = Py::None(); in toObject()
/dports/audio/xmixer/xmixer/
H A Dscf.c880 str_is_binary (const uchar *s, int len) in str_is_binary() function
979 } else if (str_is_binary (p, len)) { in key_value_pair()