Searched refs:sgl (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10.1/cxxfilt-11/cxxfilt/binutils/testsuite/binutils-all/hppa/
H A Dfreg.s21 fmpyfadd,sgl %fr4L,%fr4R,%fr5R,%fr5L
/macosx-10.10.1/apache-793/httpd/modules/ldap/
H A Dutil_ldap_cache.h132 int sgl_processed; /* 0 if no sgl processing yet. 1 if sgl has been processed (even if SGL is NULL). Saves repeat work on leaves. */
182 util_compare_subgroup_t *util_ald_sgl_dup(util_ald_cache_t *cache, util_compare_subgroup_t *sgl);
183 void util_ald_sgl_free(util_ald_cache_t *cache, util_compare_subgroup_t **sgl);
H A Dutil_ldap_cache_mgr.c184 void util_ald_sgl_free(util_ald_cache_t *cache, util_compare_subgroup_t **sgl) argument
187 if (sgl == NULL || *sgl == NULL) {
191 for (i = 0; i < (*sgl)->len; i++) {
192 util_ald_free(cache, (*sgl)->subgroupDNs[i]);
194 util_ald_free(cache, *sgl);

Completed in 134 milliseconds