Home
last modified time | relevance | path

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

/external/libxml2/
Dlibxml.h114 int __xmlRandom(void);
Ddict.c198 int __xmlRandom(void) { in __xmlRandom() function
599 dict->seed = __xmlRandom(); in xmlDictCreate()
Dhash.c196 table->random_seed = __xmlRandom(); in xmlHashCreate()