Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/xml/dom/
Dxmlbuilder.py163 xname = _name_xform(name)
165 return getattr(self._options, xname)
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/xml/dom/
Dxmlbuilder.py163 xname = _name_xform(name)
165 return getattr(self._options, xname)
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
Dimageop.c47 check_multiply_size(int product, int x, const char* xname, int y, const char* yname, int size) in check_multiply_size() argument
49 if ( !check_coordonnate(x, xname) ) in check_multiply_size()
D_ssl.c579 _create_tuple_for_X509_NAME (X509_NAME *xname) in _create_tuple_for_X509_NAME() argument
585 int entry_count = X509_NAME_entry_count(xname); in _create_tuple_for_X509_NAME()
605 entry = X509_NAME_get_entry(xname, index_counter); in _create_tuple_for_X509_NAME()