Searched refs:_domain (Results 1 – 15 of 15) sorted by relevance
31 __itt_domain *_domain; variable34 explicit Domain(const char *name) : _domain(__itt_domain_createA(name)) {} in Domain()36 operator __itt_domain *() const { return _domain; }37 __itt_domain *operator->() const { return _domain; }64 __itt_domain *_domain; variable71 ScopedTask(const Domain &d, const StringHandle &s) : _domain(d) { in ScopedTask()80 _domain = other._domain;81 other._domain = nullptr;87 if (_domain) in end()88 __itt_task_end(_domain); in end()[all …]
25 local _domain29 _domain=`domainname`30 if [ -z "$_domain" ]; then34 if [ ! -d /var/yp/$_domain/. ]; then35 warn "/var/yp/$_domain is not a directory."
22 local _domain27 _domain=`domainname`28 if [ -z "$_domain" ]; then
26 local _domain30 _domain=`domainname`31 if [ -z "$_domain" ]; then
25 local _domain30 _domain=`domainname`31 if [ -z "$_domain" ]; then
26 local _domain31 _domain=`domainname`32 if [ -z "$_domain" ]; then
114 const char *sysdecode_socketdomain(int _domain);115 const char *sysdecode_socket_protocol(int _domain, int _protocol);
98 return r->_domain; in ldns_resolver_domain()547 r->_domain = d; in ldns_resolver_set_domain()707 if (dst->_domain && (!(dst->_domain = ldns_rdf_clone(src->_domain)))) in ldns_resolver_clone()741 ldns_rdf_deep_free(dst->_domain); in ldns_resolver_clone()
909 places in the ldns_resolver structure (._domain and
118 int _domain;
79 ldns_rdf *_domain; member
1105 set _domain = "`domainname`"1107 if ("$_domain" != "" && "$_domain" != "noname") then1111 n@*@\`\\ls\ -1\ $_ypdir/$_domain\ \|\ sed\ -n\ s%\\\\.pag\\\$%%p\`@1114 n@*@\`\\ls\ -1\ $_ypdir/$_domain\ \|\ sed\ -n\ s%\\\\.pag\\\$%%p\`@1116 n@-m@\`\\ls\ -1\ $_ypdir/$_domain\ \|\ sed\ -n\ s%\\\\.pag\\\$%%p\`@ \1119 unset _domain _ypdir
865 * @param _domain a pointer to the bus's domain handle identifier870 int *_domain;
3792 #define NS_ERROR_ENUM(_type, _name, _domain) \3793 enum _name : _type _name; enum __attribute__((ns_error_domain(_domain))) _name : _type