HomeSort by relevance Sort by last modified time
    Searched full:funcs (Results 1 - 25 of 192) sorted by null

1 2 3 4 5 6 7 8

  /external/bluetooth/glib/gio/win32/
gwinhttpvfs.c 40 static GWinHttpDllFuncs funcs; variable
53 funcs.pWinHttpCloseHandle = (BOOL (WINAPI *) (HINTERNET)) GetProcAddress (winhttp, "WinHttpCloseHandle");
54 funcs.pWinHttpCrackUrl = (BOOL (WINAPI *) (LPCWSTR,DWORD,DWORD,LPURL_COMPONENTS)) GetProcAddress (winhttp, "WinHttpCrackUrl");
55 funcs.pWinHttpConnect = (HINTERNET (WINAPI *) (HINTERNET,LPCWSTR,INTERNET_PORT,DWORD)) GetProcAddress (winhttp, "WinHttpConnect");
56 funcs.pWinHttpCreateUrl = (BOOL (WINAPI *) (LPURL_COMPONENTS,DWORD,LPWSTR,LPDWORD)) GetProcAddress (winhttp, "WinHttpCreateUrl");
57 funcs.pWinHttpOpen = (HINTERNET (WINAPI *) (LPCWSTR,DWORD,LPCWSTR,LPCWSTR,DWORD)) GetProcAddress (winhttp, "WinHttpOpen");
58 funcs.pWinHttpOpenRequest = (HINTERNET (WINAPI *) (HINTERNET,LPCWSTR,LPCWSTR,LPCWSTR,LPCWSTR,LPCWSTR*,DWORD)) GetProcAddress (winhttp, "WinHttpOpenRequest");
59 funcs.pWinHttpQueryDataAvailable = (BOOL (WINAPI *) (HINTERNET,LPDWORD)) GetProcAddress (winhttp, "WinHttpQueryDataAvailable");
60 funcs.pWinHttpQueryHeaders = (BOOL (WINAPI *) (HINTERNET,DWORD,LPCWSTR,LPVOID,LPDWORD,LPDWORD)) GetProcAddress (winhttp, "WinHttpQueryHeaders");
61 funcs.pWinHttpReadData = (BOOL (WINAPI *) (HINTERNET,LPVOID,DWORD,LPDWORD)) GetProcAddress (winhttp, "Wi (…)
    [all...]
gwinhttpfileoutputstream.c 67 G_WINHTTP_VFS_GET_CLASS (winhttp_stream->file->vfs)->funcs->pWinHttpCloseHandle (winhttp_stream->connection);
124 request = G_WINHTTP_VFS_GET_CLASS (winhttp_stream->file->vfs)->funcs->pWinHttpOpenRequest
145 if (!G_WINHTTP_VFS_GET_CLASS (winhttp_stream->file->vfs)->funcs->pWinHttpSendRequest
154 G_WINHTTP_VFS_GET_CLASS (winhttp_stream->file->vfs)->funcs->pWinHttpCloseHandle (request);
162 if (!G_WINHTTP_VFS_GET_CLASS (winhttp_stream->file->vfs)->funcs->pWinHttpWriteData
167 G_WINHTTP_VFS_GET_CLASS (winhttp_stream->file->vfs)->funcs->pWinHttpCloseHandle (request);
179 G_WINHTTP_VFS_GET_CLASS (winhttp_stream->file->vfs)->funcs->pWinHttpCloseHandle (request);
184 G_WINHTTP_VFS_GET_CLASS (winhttp_stream->file->vfs)->funcs->pWinHttpCloseHandle (request);
gwinhttpfileinputstream.c 72 G_WINHTTP_VFS_GET_CLASS (winhttp_stream->file->vfs)->funcs->pWinHttpCloseHandle (winhttp_stream->request);
74 G_WINHTTP_VFS_GET_CLASS (winhttp_stream->file->vfs)->funcs->pWinHttpCloseHandle (winhttp_stream->connection);
136 if (!G_WINHTTP_VFS_GET_CLASS (winhttp_stream->file->vfs)->funcs->pWinHttpSendRequest
157 if (!G_WINHTTP_VFS_GET_CLASS (winhttp_stream->file->vfs)->funcs->pWinHttpReadData
176 G_WINHTTP_VFS_GET_CLASS (winhttp_stream->file->vfs)->funcs->pWinHttpCloseHandle (winhttp_stream->connection);
gwinhttpfile.c 113 if (!G_WINHTTP_VFS_GET_CLASS (vfs)->funcs->pWinHttpCrackUrl (wuri, 0, 0, &file->url))
126 if (!G_WINHTTP_VFS_GET_CLASS (vfs)->funcs->pWinHttpCrackUrl (wuri, 0, 0, &file->url))
199 if (!G_WINHTTP_VFS_GET_CLASS (winhttp_file->vfs)->funcs->pWinHttpCreateUrl (&winhttp_file->url, ICU_ESCAPE, NULL, &len) &&
205 if (!G_WINHTTP_VFS_GET_CLASS (winhttp_file->vfs)->funcs->pWinHttpCreateUrl (&winhttp_file->url, ICU_ESCAPE, wuri, &len))
483 connection = G_WINHTTP_VFS_GET_CLASS (winhttp_file->vfs)->funcs->pWinHttpConnect
496 request = G_WINHTTP_VFS_GET_CLASS (winhttp_file->vfs)->funcs->pWinHttpOpenRequest
512 if (!G_WINHTTP_VFS_GET_CLASS (winhttp_file->vfs)->funcs->pWinHttpSendRequest
585 if (G_WINHTTP_VFS_GET_CLASS (winhttp_file->vfs)->funcs->pWinHttpQueryHeaders
623 connection = G_WINHTTP_VFS_GET_CLASS (winhttp_file->vfs)->funcs->pWinHttpConnect
636 request = G_WINHTTP_VFS_GET_CLASS (winhttp_file->vfs)->funcs->pWinHttpOpenReques
    [all...]
gwinhttpvfs.h 82 GWinHttpDllFuncs *funcs; member in struct:_GWinHttpVfsClass
  /external/webkit/WebCore/plugins/android/
PluginPackageAndroid.cpp 141 static void initializeExtraBrowserFuncs(NPNetscapeFuncs *funcs)
143 funcs->version = NP_VERSION_MINOR;
144 funcs->geturl = NPN_GetURL;
145 funcs->posturl = NPN_PostURL;
146 funcs->requestread = NPN_RequestRead;
147 funcs->newstream = NPN_NewStream;
148 funcs->write = NPN_Write;
149 funcs->destroystream = NPN_DestroyStream;
150 funcs->status = NPN_Status;
151 funcs->uagent = NPN_UserAgent
    [all...]
  /external/qemu/android/
ui-core-protocol.c 37 AndroidHwControlFuncs funcs; local
39 funcs.light_brightness = callback;
40 android_hw_control_init( opaque, &funcs );
hw-control.h 36 const AndroidHwControlFuncs* funcs );
hw-control.c 130 android_hw_control_init( void* opaque, const AndroidHwControlFuncs* funcs )
134 hw_control_init(hwstate, opaque, funcs);
  /external/dropbear/libtommath/
dep.pl 104 my @funcs = split(",", $_[0]);
105 if ($list =~ /@funcs[0]/) {
108 $list = $list . @funcs[0];
112 print OUT @funcs[0] . "\n";
113 shift @funcs;
115 foreach my $i (@funcs) {
  /external/webkit/WebCore/manual-tests/inspector/
named-evals.html 15 var funcs = [];
28 "funcs.push(function f%" + funcBody + ")\n//@sourceURL=f%.js\n",
29 "funcs.push(function f%" + funcBody + ")\n//@sourceURL=f%.js \n",
30 "funcs.push(function f%" + funcBody + ")\n//@sourceURL=f%.js",
33 "funcs.push(function f%" + funcBody + ")",
65 <p><input type="button" value="run" onclick="funcs[0]()">
  /external/stlport/src/
cxa.c 165 struct exit_function_list *funcs; local
171 for (funcs = __exit_funcs; funcs; funcs = funcs->next) {
174 for (f = &funcs->fns[funcs->idx - 1]; f >= &funcs->fns[0]; --f) {
  /ndk/sources/cxx-stl/stlport/src/
cxa.c 165 struct exit_function_list *funcs; local
171 for (funcs = __exit_funcs; funcs; funcs = funcs->next) {
174 for (f = &funcs->fns[funcs->idx - 1]; f >= &funcs->fns[0]; --f) {
  /external/webkit/WebKit/mac/Plugins/
WebNetscapeContainerCheckPrivate.mm 37 static WKNBrowserContainerCheckFuncs funcs = {
45 return &funcs;
  /external/freetype/src/cff/
cffobjs.c 83 PSH_Globals_Funcs funcs; local
86 funcs = cff_size_get_globals_funcs( size );
87 if ( funcs )
92 funcs->destroy( internal->topfont );
95 funcs->destroy( internal->subfonts[i - 1] );
158 PSH_Globals_Funcs funcs = cff_size_get_globals_funcs( size ); local
161 if ( funcs )
177 error = funcs->create( cffsize->face->memory, &priv,
188 error = funcs->create( cffsize->face->memory, &priv,
211 PSH_Globals_Funcs funcs; local
268 PSH_Globals_Funcs funcs; local
363 T2_Hints_Funcs funcs; local
    [all...]
  /external/bluetooth/glib/tests/
threadpool-test.c 50 DEBUG_MSG (("[funcs] Setting max unused threads to %d",
54 DEBUG_MSG (("[funcs] Getting max unused threads = %d",
58 DEBUG_MSG (("[funcs] Getting num unused threads = %d",
62 DEBUG_MSG (("[funcs] Stopping unused threads"));
67 DEBUG_MSG (("[funcs] Setting max idle time to %d",
71 DEBUG_MSG (("[funcs] Getting max idle time = %d",
75 DEBUG_MSG (("[funcs] Setting max idle time to 0"));
78 DEBUG_MSG (("[funcs] Getting max idle time = %d",
  /external/freetype/src/pshinter/
pshrec.h 154 t1_hints_funcs_init( T1_Hints_FuncsRec* funcs ); variable
158 t2_hints_funcs_init( T2_Hints_FuncsRec* funcs ); variable
pshrec.c 1145 t1_hints_funcs_init( T1_Hints_FuncsRec* funcs )
1147 FT_MEM_ZERO( (char*)funcs, sizeof ( *funcs ) );
1149 funcs->open = (T1_Hints_OpenFunc) t1_hints_open;
1150 funcs->close = (T1_Hints_CloseFunc) ps_hints_close;
1151 funcs->stem = (T1_Hints_SetStemFunc) t1_hints_stem;
1152 funcs->stem3 = (T1_Hints_SetStem3Func)ps_hints_t1stem3;
1153 funcs->reset = (T1_Hints_ResetFunc) ps_hints_t1reset;
1154 funcs->apply = (T1_Hints_ApplyFunc) ps_hints_apply;
1211 t2_hints_funcs_init( T2_Hints_FuncsRec* funcs )
    [all...]
pshglob.h 159 psh_globals_funcs_init( PSH_Globals_FuncsRec* funcs ); variable
  /external/openssl/crypto/asn1/
tasn_new.c 94 const ASN1_AUX *aux = it->funcs;
114 ef = it->funcs;
123 cf = it->funcs;
238 ef = it->funcs;
331 if (it && it->funcs)
333 const ASN1_PRIMITIVE_FUNCS *pf = it->funcs;
380 if (it && it->funcs)
382 const ASN1_PRIMITIVE_FUNCS *pf = it->funcs;
tasn_fre.c 84 const ASN1_AUX *aux = it->funcs;
135 cf = it->funcs;
141 ef = it->funcs;
210 pf = it->funcs;
  /external/bluetooth/glib/glib/
gmain.h 120 GSourceFuncs *funcs,
200 GSourceFuncs *funcs);
256 gboolean g_source_remove_by_funcs_user_data (GSourceFuncs *funcs,
  /hardware/ril/rild/
rild.c 105 const RIL_RadioFunctions *funcs; local
272 funcs = rilInit(&s_rilEnv, argc, rilArgv);
274 RIL_register(funcs);
  /external/freetype/include/freetype/internal/
psaux.h 115 /* funcs :: A table of method pointers for this object. */
130 PS_Table_FuncsRec funcs; member in struct:PS_TableRec_
422 /* funcs :: A table of functions for the parser. */
432 PS_Parser_FuncsRec funcs; member in struct:PS_ParserRec_
557 /* funcs :: An array of function pointers for the builder. */
584 T1_Builder_FuncsRec funcs; member in struct:T1_BuilderRec_
690 T1_Decoder_FuncsRec funcs; member in struct:T1_DecoderRec_
    [all...]
  /external/chromium/third_party/icu/source/test/cintltst/
hpmufn.c 163 /* After reinitializing ICU, we should not be able to set the memory funcs again. */
310 /* After reinitializing ICU, we should not be able to set the mutex funcs again. */
427 /* After reinitializing ICU, we should not be able to set the inc/dec funcs again. */

Completed in 235 milliseconds

1 2 3 4 5 6 7 8