Home
last modified time | relevance | path

Searched refs:profile_iterator (Results 1 – 25 of 54) sorted by relevance

123

/dports/sysutils/vector/vector-0.10.0/cargo-crates/krb5-src-0.2.4+1.18.2/krb5/src/util/profile/
H A Dprof_get.c238 retval = profile_iterator(&state, NULL, &value); in profile_get_value()
424 if ((retval = profile_iterator(&state, &name, NULL))) in profile_get_subsection_names()
462 if ((retval = profile_iterator(&state, &name, NULL))) in profile_get_relation_names()
477 struct profile_iterator { struct
487 struct profile_iterator *iter; in profile_iterator_create() argument
524 struct profile_iterator *iter; in profile_iterator_free()
571 profile_iterator(void **iter_p, char **ret_name, char **ret_value) in profile_iterator() function
575 struct profile_iterator *iter = *iter_p; in profile_iterator()
H A Dtest_vtable.c277 assert(profile_iterator(&iter, &name, &value) == 0); in main()
282 assert(profile_iterator(&iter, &name, &value) == 0); in main()
286 assert(profile_iterator(&iter, &name, &value) == 0); in main()
H A Dprofile.exp20 profile_iterator
H A Dlibprofile.exports18 profile_iterator
/dports/security/krb5/krb5-1.19.2/src/util/profile/
H A Dprof_get.c238 retval = profile_iterator(&state, NULL, &value); in profile_get_value()
424 if ((retval = profile_iterator(&state, &name, NULL))) in profile_get_subsection_names()
462 if ((retval = profile_iterator(&state, &name, NULL))) in profile_get_relation_names()
477 struct profile_iterator { struct
487 struct profile_iterator *iter; in profile_iterator_create() argument
524 struct profile_iterator *iter; in profile_iterator_free()
571 profile_iterator(void **iter_p, char **ret_name, char **ret_value) in profile_iterator() function
575 struct profile_iterator *iter = *iter_p; in profile_iterator()
H A Dtest_vtable.c277 assert(profile_iterator(&iter, &name, &value) == 0); in main()
282 assert(profile_iterator(&iter, &name, &value) == 0); in main()
286 assert(profile_iterator(&iter, &name, &value) == 0); in main()
H A Dprofile.exp20 profile_iterator
H A Dlibprofile.exports18 profile_iterator
/dports/graphics/GraphicsMagick/GraphicsMagick-1.3.36/magick/
H A Dprofile.c210 DeallocateImageProfileIterator(ImageProfileIterator profile_iterator) in DeallocateImageProfileIterator() argument
212 if (profile_iterator != 0) in DeallocateImageProfileIterator()
213 MagickMapDeallocateIterator((MagickMapIterator) profile_iterator); in DeallocateImageProfileIterator()
357 NextImageProfile(ImageProfileIterator profile_iterator, in NextImageProfile() argument
371 if (profile_iterator == 0) in NextImageProfile()
374 map_iterator=(MagickMapIterator) profile_iterator; in NextImageProfile()
720 profile_iterator; in ProfileImage() local
737 profile_iterator=AllocateImageProfileIterator(image); in ProfileImage()
739 while(NextImageProfile(profile_iterator,&profile_name,&profile_info, in ProfileImage()
758 DeallocateImageProfileIterator(profile_iterator); in ProfileImage()
H A Dprofile.h69 NextImageProfile(ImageProfileIterator profile_iterator,const char **name,
76 DeallocateImageProfileIterator(ImageProfileIterator profile_iterator);
/dports/misc/e2fsprogs-libblkid/e2fsprogs-1.46.5/lib/support/
H A Dprofile_helpers.c160 if ((retval = profile_iterator(&state, 0, &value))) in profile_get_values()
203 if ((retval = profile_iterator(&state, &name, 0))) in profile_get_subsection_names()
241 if ((retval = profile_iterator(&state, &name, 0))) in profile_get_relation_names()
H A Dprofile.h98 long profile_iterator
H A Dprofile.c1270 struct profile_iterator { struct
1287 struct profile_iterator *iter; in profile_iterator_create() argument
1302 if ((iter = malloc(sizeof(struct profile_iterator))) == NULL) in profile_iterator_create()
1319 struct profile_iterator *iter; in profile_iterator_free()
1340 struct profile_iterator *iter = *iter_p; in profile_node_iterator()
1706 profile_iterator(void **iter_p, char **ret_name, char **ret_value) in profile_iterator() function
/dports/misc/e2fsprogs-libuuid/e2fsprogs-1.46.5/lib/support/
H A Dprofile_helpers.c160 if ((retval = profile_iterator(&state, 0, &value))) in profile_get_values()
203 if ((retval = profile_iterator(&state, &name, 0))) in profile_get_subsection_names()
241 if ((retval = profile_iterator(&state, &name, 0))) in profile_get_relation_names()
H A Dprofile.h98 long profile_iterator
H A Dprofile.c1270 struct profile_iterator { struct
1287 struct profile_iterator *iter; in profile_iterator_create() argument
1302 if ((iter = malloc(sizeof(struct profile_iterator))) == NULL) in profile_iterator_create()
1319 struct profile_iterator *iter; in profile_iterator_free()
1340 struct profile_iterator *iter = *iter_p; in profile_node_iterator()
1706 profile_iterator(void **iter_p, char **ret_name, char **ret_value) in profile_iterator() function
/dports/sysutils/e2fsprogs/e2fsprogs-1.46.5/lib/support/
H A Dprofile_helpers.c160 if ((retval = profile_iterator(&state, 0, &value))) in profile_get_values()
203 if ((retval = profile_iterator(&state, &name, 0))) in profile_get_subsection_names()
241 if ((retval = profile_iterator(&state, &name, 0))) in profile_get_relation_names()
H A Dprofile.h98 long profile_iterator
H A Dprofile.c1270 struct profile_iterator {
1287 struct profile_iterator *iter;
1302 if ((iter = malloc(sizeof(struct profile_iterator))) == NULL)
1319 struct profile_iterator *iter;
1340 struct profile_iterator *iter = *iter_p;
1706 profile_iterator(void **iter_p, char **ret_name, char **ret_value)
/dports/games/0ad/0ad-0.0.23b-alpha/source/ps/
H A DProfile.cpp276 profile_iterator it; in ~CProfileNode()
345 profile_iterator it; in GetChild()
357 profile_iterator it; in GetScriptChild()
389 profile_iterator it; in Reset()
406 profile_iterator it; in Frame()
423 profile_iterator it; in Turn()
/dports/graphics/GraphicsMagick/GraphicsMagick-1.3.36/coders/
H A Dmpc.c1127 profile_iterator; in WriteMPCImage() local
1350 profile_iterator=AllocateImageProfileIterator(image); in WriteMPCImage()
1351 if (profile_iterator) in WriteMPCImage()
1353 while(NextImageProfile(profile_iterator,&profile_name,&profile_info, in WriteMPCImage()
1363 DeallocateImageProfileIterator(profile_iterator); in WriteMPCImage()
1406 profile_iterator=AllocateImageProfileIterator(image); in WriteMPCImage()
1407 if (profile_iterator) in WriteMPCImage()
1409 while(NextImageProfile(profile_iterator,&profile_name,&profile_info, in WriteMPCImage()
1415 DeallocateImageProfileIterator(profile_iterator); in WriteMPCImage()
/dports/sysutils/vector/vector-0.10.0/cargo-crates/krb5-src-0.2.4+1.18.2/krb5/src/lib/
H A Dxpprof32.def22 profile_iterator @13
/dports/security/krb5/krb5-1.19.2/src/lib/
H A Dxpprof32.def22 profile_iterator @13
/dports/sysutils/vector/vector-0.10.0/cargo-crates/krb5-src-0.2.4+1.18.2/krb5/src/windows/include/
H A Dloadfuncs-profile.h111 profile_iterator,
/dports/security/krb5/krb5-1.19.2/src/windows/include/
H A Dloadfuncs-profile.h111 profile_iterator,

123