Home
last modified time | relevance | path

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

/external/libxml2/
Dlibxml.h107 int __xmlRandom(void);
Ddict.c197 int __xmlRandom(void) { in __xmlRandom() function
592 dict->seed = __xmlRandom(); in xmlDictCreate()
Dhash.c189 table->random_seed = __xmlRandom(); in xmlHashCreate()