Searched refs:dl_handle (Results 1 - 16 of 16) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/alsa-lib-1.0.26/src/hwdep/
H A Dhwdep_local.h37 void *dl_handle; member in struct:_snd_hwdep
H A Dhwdep.c137 (*hwdep)->dl_handle = h;
210 if (hwdep->dl_handle)
211 snd_dlclose(hwdep->dl_handle);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/alsa-lib-1.0.26/src/timer/
H A Dtimer_local.h43 void *dl_handle; member in struct:_snd_timer
62 void *dl_handle; member in struct:_snd_timer_query
H A Dtimer_query.c137 (*timer)->dl_handle = h;
207 if (timer->dl_handle)
208 snd_dlclose(timer->dl_handle);
H A Dtimer.c178 (*timer)->dl_handle = h;
252 if (timer->dl_handle)
253 snd_dlclose(timer->dl_handle);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/examples/nss/
H A Dnss_winbind.h18 void *dl_handle; member in struct:nss_state
H A Dnss_winbind.c36 res = dlsym(nss->dl_handle, s);
62 nss->dl_handle = dlopen(nss_path, RTLD_LAZY);
63 if (!nss->dl_handle) {
77 dlclose(nss->dl_handle);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavfilter/
H A Dvf_frei0r.c48 void *dl_handle; /* dynamic library handle */ member in struct:Frei0rContext
69 void *sym = dlsym(frei0r->dl_handle, sym_name);
220 if (frei0r->dl_handle = load_path(ctx, p, dl_name))
224 if (!frei0r->dl_handle && (path = getenv("HOME"))) {
227 frei0r->dl_handle = load_path(ctx, prefix, dl_name);
229 if (!frei0r->dl_handle)
230 frei0r->dl_handle = load_path(ctx, "/usr/local/lib/frei0r-1/", dl_name);
231 if (!frei0r->dl_handle)
232 frei0r->dl_handle = load_path(ctx, "/usr/lib/frei0r-1/", dl_name);
233 if (!frei0r->dl_handle) {
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavfilter/
H A Dvf_frei0r.c58 void *dl_handle; /* dynamic library handle */ member in struct:Frei0rContext
82 void *sym = dlsym(s->dl_handle, sym_name);
263 ret = load_path(ctx, &s->dl_handle, p1, dl_name);
267 if (s->dl_handle)
276 if (!s->dl_handle && (path = getenv("HOME"))) {
280 ret = load_path(ctx, &s->dl_handle, prefix, dl_name);
285 for (i = 0; !s->dl_handle && i < FF_ARRAY_ELEMS(frei0r_pathlist); i++) {
286 ret = load_path(ctx, &s->dl_handle, frei0r_pathlist[i], dl_name);
290 if (!s->dl_handle) {
350 if (s->dl_handle)
[all...]
H A Daf_ladspa.c41 void *dl_handle; member in struct:LADSPAContext
404 s->dl_handle = dlopen(s->dl_name, RTLD_LOCAL|RTLD_NOW);
412 while ((arg = av_strtok(p, separator, &saveptr)) && !s->dl_handle) {
413 s->dl_handle = try_load(arg, s->dl_name);
419 if (!s->dl_handle && (paths = av_asprintf("%s/.ladspa/lib", getenv("HOME")))) {
420 s->dl_handle = try_load(paths, s->dl_name);
424 if (!s->dl_handle)
425 s->dl_handle = try_load("/usr/local/lib/ladspa", s->dl_name);
427 if (!s->dl_handle)
428 s->dl_handle
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/alsa-lib-1.0.26/src/rawmidi/
H A Drawmidi_local.h40 void *dl_handle; member in struct:_snd_rawmidi
H A Drawmidi.c262 (*inputp)->dl_handle = h; h = NULL;
268 (*outputp)->dl_handle = h;
346 if (rawmidi->dl_handle)
347 snd_dlclose(rawmidi->dl_handle);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/alsa-lib-1.0.26/src/seq/
H A Dseq_local.h79 void *dl_handle; member in struct:_snd_seq
H A Dseq.c922 (*seqp)->dl_handle = h;
1038 if (seq->dl_handle)
1039 snd_dlclose(seq->dl_handle);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/alsa-lib-1.0.26/src/pcm/
H A Dpcm_meter.c70 void *dl_handle; member in struct:_snd_pcm_meter
281 if (meter->dl_handle)
282 snd_dlclose(meter->dl_handle);
686 meter->dl_handle = h;
H A Dpcm_ladspa.c104 void *dl_handle; member in struct:__anon1476
187 if (plugin->dl_handle)
188 dlclose(plugin->dl_handle);
1137 plugin->dl_handle = handle;

Completed in 191 milliseconds