Home
last modified time | relevance | path

Searched refs:next_attr (Results 51 – 75 of 135) sorted by relevance

123456

/dports/devel/hwloc2/hwloc-2.5.0/include/private/
H A Dxml.h45 int (*next_attr)(struct hwloc__xml_import_state_s * state, char **namep, char **valuep); member
/dports/net/mpich/mpich-3.4.3/src/pm/hydra2/libhydra/topo/hwloc/hwloc/include/private/
H A Dxml.h45 int (*next_attr)(struct hwloc__xml_import_state_s * state, char **namep, char **valuep); member
/dports/net/mpich/mpich-3.4.3/modules/hwloc/include/private/
H A Dxml.h45 int (*next_attr)(struct hwloc__xml_import_state_s * state, char **namep, char **valuep); member
/dports/net/openmpi/openmpi-4.1.1/opal/mca/hwloc/hwloc201/hwloc/include/private/
H A Dxml.h45 int (*next_attr)(struct hwloc__xml_import_state_s * state, char **namep, char **valuep); member
/dports/net/mpich/mpich-3.4.3/src/pm/hydra/tools/topo/hwloc/hwloc/include/private/
H A Dxml.h45 int (*next_attr)(struct hwloc__xml_import_state_s * state, char **namep, char **valuep); member
/dports/net-mgmt/wmi-client/wmi-1.3.16/Samba/source/lib/ldb/common/
H A Dldb_ldif.c439 static int next_attr(void *mem_ctx, char **s, const char **attr, struct ldb_val *value) in next_attr() function
558 if (next_attr(ldif, &s, &attr, &value) != 0) { in ldb_ldif_read()
577 while (next_attr(ldif, &s, &attr, &value) == 0) { in ldb_ldif_read()
/dports/databases/evolution-data-server/evolution-data-server-3.42.1/src/addressbook/libebook-contacts/
H A De-vcard.c858 EVCardAttribute *next_attr = read_attribute (&p);
860 if (next_attr) {
861 attr = next_attr;
863 if (g_ascii_strcasecmp (next_attr->name, "end") == 0)
872 e_vcard_add_attribute (evc, next_attr);
1729 GList *next_attr;
1732 next_attr = attr->next;
1744 attr = next_attr;
/dports/net/openldap25-server/openldap-2.5.9/servers/slapd/back-ldap/
H A Dsearch.c786 goto next_attr; in ldap_build_entry()
841 goto next_attr; in ldap_build_entry()
872 goto next_attr; in ldap_build_entry()
910 next_attr:; in ldap_build_entry()
/dports/net/openldap24-client/openldap-2.4.59/servers/slapd/back-ldap/
H A Dsearch.c786 goto next_attr; in ldap_build_entry()
841 goto next_attr; in ldap_build_entry()
872 goto next_attr; in ldap_build_entry()
910 next_attr:; in ldap_build_entry()
/dports/net/openldap25-client/openldap-2.5.9/servers/slapd/back-ldap/
H A Dsearch.c786 goto next_attr; in ldap_build_entry()
841 goto next_attr; in ldap_build_entry()
872 goto next_attr; in ldap_build_entry()
910 next_attr:; in ldap_build_entry()
/dports/net/openldap24-server/openldap-2.4.59/servers/slapd/back-ldap/
H A Dsearch.c786 goto next_attr; in ldap_build_entry()
841 goto next_attr; in ldap_build_entry()
872 goto next_attr; in ldap_build_entry()
910 next_attr:; in ldap_build_entry()
/dports/net/openldap26-client/openldap-2.6.0/servers/slapd/back-ldap/
H A Dsearch.c786 goto next_attr; in ldap_build_entry()
841 goto next_attr; in ldap_build_entry()
872 goto next_attr; in ldap_build_entry()
910 next_attr:; in ldap_build_entry()
/dports/net/openldap26-server/openldap-2.6.0/servers/slapd/back-ldap/
H A Dsearch.c786 goto next_attr; in ldap_build_entry()
841 goto next_attr; in ldap_build_entry()
872 goto next_attr; in ldap_build_entry()
910 next_attr:; in ldap_build_entry()
/dports/devel/hwloc/hwloc-1.11.13/src/
H A Dtopology-xml.c468 if (state->global->next_attr(state, &attrname, &attrvalue) < 0) in hwloc__xml_import_info()
493 if (state->global->next_attr(state, &attrname, &attrvalue) < 0) in hwloc__xml_import_pagetype()
530 if (state->global->next_attr(state, &attrname, &attrvalue) < 0) in hwloc__xml_import_distances()
577 ret = state->global->next_attr(&childstate, &attrname, &attrvalue); in hwloc__xml_import_distances()
635 if (state->global->next_attr(state, &attrname, &attrvalue) < 0) in hwloc__xml_import_userdata()
712 if (state->global->next_attr(state, &attrname, &attrvalue) < 0) in hwloc__xml_import_object()
861 if (state->global->next_attr(state, &attrname, &attrvalue) < 0) in hwloc__xml_import_diff_one()
/dports/net/openmpi3/openmpi-3.1.6/opal/mca/hwloc/hwloc1117/hwloc/src/
H A Dtopology-xml.c439 if (state->global->next_attr(state, &attrname, &attrvalue) < 0) in hwloc__xml_import_info()
464 if (state->global->next_attr(state, &attrname, &attrvalue) < 0) in hwloc__xml_import_pagetype()
501 if (state->global->next_attr(state, &attrname, &attrvalue) < 0) in hwloc__xml_import_distances()
548 ret = state->global->next_attr(&childstate, &attrname, &attrvalue); in hwloc__xml_import_distances()
603 if (state->global->next_attr(state, &attrname, &attrvalue) < 0) in hwloc__xml_import_userdata()
680 if (state->global->next_attr(state, &attrname, &attrvalue) < 0) in hwloc__xml_import_object()
825 if (state->global->next_attr(state, &attrname, &attrvalue) < 0) in hwloc__xml_import_diff_one()
/dports/sysutils/fusefs-ntfs/ntfs-3g_ntfsprogs-2017.3.23/ntfsprogs/
H A Dntfscmp.c811 static int next_attr(ntfs_attr_search_ctx *ctx, ATTR_TYPES *atype, char **name, in next_attr() function
850 ret1 = next_attr(ctx1, &atype1, &name1, &errno1); in cmp_attributes()
853 ret2 = next_attr(ctx2, &atype2, &name2, &errno2); in cmp_attributes()
/dports/net/mpich/mpich-3.4.3/modules/hwloc/hwloc/
H A Dtopology-xml.c493 if (state->global->next_attr(state, &attrname, &attrvalue) < 0) in hwloc___xml_import_info()
549 if (state->global->next_attr(state, &attrname, &attrvalue) < 0) in hwloc__xml_import_pagetype()
586 if (state->global->next_attr(state, &attrname, &attrvalue) < 0) in hwloc__xml_v1import_distances()
701 if (state->global->next_attr(state, &attrname, &attrvalue) < 0) in hwloc__xml_import_userdata()
831 if (state->global->next_attr(state, &attrname, &attrvalue) < 0) in hwloc__xml_import_object()
1267 if (state->global->next_attr(state, &attrname, &attrvalue) < 0) in hwloc__xml_v2import_support()
1356 if (state->global->next_attr(state, &attrname, &attrvalue) < 0) in hwloc__xml_v2import_distances()
1608 if (state->global->next_attr(state, &attrname, &attrvalue) < 0) in hwloc__xml_import_memattr_value()
1708 if (state->global->next_attr(state, &attrname, &attrvalue) < 0) in hwloc__xml_import_memattr()
1782 if (state->global->next_attr(state, &attrname, &attrvalue) < 0) in hwloc__xml_import_cpukind()
[all …]
/dports/net/mpich/mpich-3.4.3/src/pm/hydra2/libhydra/topo/hwloc/hwloc/hwloc/
H A Dtopology-xml.c493 if (state->global->next_attr(state, &attrname, &attrvalue) < 0) in hwloc___xml_import_info()
549 if (state->global->next_attr(state, &attrname, &attrvalue) < 0) in hwloc__xml_import_pagetype()
586 if (state->global->next_attr(state, &attrname, &attrvalue) < 0) in hwloc__xml_v1import_distances()
701 if (state->global->next_attr(state, &attrname, &attrvalue) < 0) in hwloc__xml_import_userdata()
831 if (state->global->next_attr(state, &attrname, &attrvalue) < 0) in hwloc__xml_import_object()
1267 if (state->global->next_attr(state, &attrname, &attrvalue) < 0) in hwloc__xml_v2import_support()
1356 if (state->global->next_attr(state, &attrname, &attrvalue) < 0) in hwloc__xml_v2import_distances()
1608 if (state->global->next_attr(state, &attrname, &attrvalue) < 0) in hwloc__xml_import_memattr_value()
1708 if (state->global->next_attr(state, &attrname, &attrvalue) < 0) in hwloc__xml_import_memattr()
1782 if (state->global->next_attr(state, &attrname, &attrvalue) < 0) in hwloc__xml_import_cpukind()
[all …]
/dports/net/mpich/mpich-3.4.3/src/pm/hydra/tools/topo/hwloc/hwloc/hwloc/
H A Dtopology-xml.c493 if (state->global->next_attr(state, &attrname, &attrvalue) < 0) in hwloc___xml_import_info()
549 if (state->global->next_attr(state, &attrname, &attrvalue) < 0) in hwloc__xml_import_pagetype()
586 if (state->global->next_attr(state, &attrname, &attrvalue) < 0) in hwloc__xml_v1import_distances()
701 if (state->global->next_attr(state, &attrname, &attrvalue) < 0) in hwloc__xml_import_userdata()
831 if (state->global->next_attr(state, &attrname, &attrvalue) < 0) in hwloc__xml_import_object()
1267 if (state->global->next_attr(state, &attrname, &attrvalue) < 0) in hwloc__xml_v2import_support()
1356 if (state->global->next_attr(state, &attrname, &attrvalue) < 0) in hwloc__xml_v2import_distances()
1608 if (state->global->next_attr(state, &attrname, &attrvalue) < 0) in hwloc__xml_import_memattr_value()
1708 if (state->global->next_attr(state, &attrname, &attrvalue) < 0) in hwloc__xml_import_memattr()
1782 if (state->global->next_attr(state, &attrname, &attrvalue) < 0) in hwloc__xml_import_cpukind()
[all …]
/dports/devel/hwloc2/hwloc-2.5.0/hwloc/
H A Dtopology-xml.c496 if (state->global->next_attr(state, &attrname, &attrvalue) < 0) in hwloc___xml_import_info()
552 if (state->global->next_attr(state, &attrname, &attrvalue) < 0) in hwloc__xml_import_pagetype()
589 if (state->global->next_attr(state, &attrname, &attrvalue) < 0) in hwloc__xml_v1import_distances()
704 if (state->global->next_attr(state, &attrname, &attrvalue) < 0) in hwloc__xml_import_userdata()
834 if (state->global->next_attr(state, &attrname, &attrvalue) < 0) in hwloc__xml_import_object()
1270 if (state->global->next_attr(state, &attrname, &attrvalue) < 0) in hwloc__xml_v2import_support()
1359 if (state->global->next_attr(state, &attrname, &attrvalue) < 0) in hwloc__xml_v2import_distances()
1611 if (state->global->next_attr(state, &attrname, &attrvalue) < 0) in hwloc__xml_import_memattr_value()
1711 if (state->global->next_attr(state, &attrname, &attrvalue) < 0) in hwloc__xml_import_memattr()
1785 if (state->global->next_attr(state, &attrname, &attrvalue) < 0) in hwloc__xml_import_cpukind()
[all …]
/dports/net/openmpi/openmpi-4.1.1/opal/mca/hwloc/hwloc201/hwloc/hwloc/
H A Dtopology-xml.c465 if (state->global->next_attr(state, &attrname, &attrvalue) < 0) in hwloc__xml_import_info()
502 if (state->global->next_attr(state, &attrname, &attrvalue) < 0) in hwloc__xml_import_pagetype()
539 if (state->global->next_attr(state, &attrname, &attrvalue) < 0) in hwloc__xml_v1import_distances()
590 ret = state->global->next_attr(&childstate, &attrname, &attrvalue); in hwloc__xml_v1import_distances()
651 if (state->global->next_attr(state, &attrname, &attrvalue) < 0) in hwloc__xml_import_userdata()
780 if (state->global->next_attr(state, &attrname, &attrvalue) < 0) in hwloc__xml_import_object()
1203 if (state->global->next_attr(state, &attrname, &attrvalue) < 0) in hwloc__xml_v2import_distances()
1270 if (state->global->next_attr(&childstate, &attrname, &attrvalue) < 0 in hwloc__xml_v2import_distances()
1417 if (state->global->next_attr(state, &attrname, &attrvalue) < 0) in hwloc__xml_import_diff_one()
/dports/net/freeradius3/freeradius-server-3.0.25/src/modules/rlm_eap/types/rlm_eap_fast/
H A Deap_fast.c668 goto next_attr; in eap_fast_fast2vp()
672 goto next_attr; in eap_fast_fast2vp()
677 goto next_attr; in eap_fast_fast2vp()
682 next_attr: in eap_fast_fast2vp()
/dports/net/samba412/samba-4.12.15/lib/ldb/common/
H A Dldb_ldif.c499 static int next_attr(TALLOC_CTX *mem_ctx, char **s, const char **attr, struct ldb_val *value) in next_attr() function
797 if (next_attr(ldif, &s, &attr, &value) != 0) { in ldb_ldif_read()
816 while (next_attr(ldif, &s, &attr, &value) == 0) { in ldb_ldif_read()
/dports/databases/ldb20/ldb-2.0.10/common/
H A Dldb_ldif.c499 static int next_attr(TALLOC_CTX *mem_ctx, char **s, const char **attr, struct ldb_val *value) in next_attr() function
797 if (next_attr(ldif, &s, &attr, &value) != 0) { in ldb_ldif_read()
816 while (next_attr(ldif, &s, &attr, &value) == 0) { in ldb_ldif_read()
/dports/databases/ldb15/ldb-1.5.6/common/
H A Dldb_ldif.c493 static int next_attr(TALLOC_CTX *mem_ctx, char **s, const char **attr, struct ldb_val *value) in next_attr() function
795 if (next_attr(ldif, &s, &attr, &value) != 0) { in ldb_ldif_read()
814 while (next_attr(ldif, &s, &attr, &value) == 0) { in ldb_ldif_read()

123456