Home
last modified time | relevance | path

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

/dports/www/davix/davix-0.7.6/src/xml/
H A Ddavpropxmlparser.cpp215 std::string str_owner(value); in check_owner_uid() local
216 ltrim(str_owner, StrUtil::isSpace()); in check_owner_uid()
217 unsigned long res = strtoul(str_owner.c_str(), NULL, 10); in check_owner_uid()
/dports/devel/pysvn/pysvn-1.9.12/Source/
H A Dpysvn_converters.cpp83 static const std::string str_owner( "owner" ); variable
840 py_lock[str_owner] = utf8_string_or_none( lock.owner ); in toObject()