Home
last modified time | relevance | path

Searched defs:share (Results 1 – 25 of 27) sorted by relevance

12

/external/curl/lib/
Dshare.c37 struct Curl_share *share = calloc(1, sizeof(struct Curl_share)); in curl_share_init() local
52 curl_share_setopt(struct Curl_share *share, CURLSHoption option, ...) in curl_share_setopt()
174 curl_share_cleanup(struct Curl_share *share) in curl_share_cleanup()
216 struct Curl_share *share = data->share; in Curl_share_lock() local
233 struct Curl_share *share = data->share; in Curl_share_unlock() local
Dsmb.c177 char *share; member
/external/curl/tests/libtest/
Dlib586.c29 CURLSH *share; member
136 CURLSH *share; in test() local
Dlib506.c31 CURLSH *share; member
180 CURLSH *share; in test() local
/external/mesa3d/src/glx/
Dcreate_context.c43 struct glx_context *const share = (struct glx_context *) share_context; in glXCreateContextAttribsARB() local
Dglxcmds.c1412 XID share; in glXImportContextEXT() local
/external/mesa3d/src/mesa/state_tracker/
Dst_context.c534 struct st_context *share, in st_create_context()
/external/mesa3d/src/glx/tests/
Dcreate_context_unittest.cpp228 GLXContext share = in TEST_F() local
398 struct glx_context *share = (struct glx_context *) first; in TEST_F() local
/external/libevent/
Dbufferevent_ratelim.c233 ev_ssize_t share; in _bufferevent_get_rlim_max() local
702 size_t share) in bufferevent_rate_limit_group_set_min_share()
/external/google-breakpad/src/third_party/curl/
Dtypecheck-gcc.h113 #define curl_share_setopt(share,opt,param) curl_share_setopt(share,opt,param) argument
Dcurl.h1931 #define curl_share_setopt(share,opt,param) curl_share_setopt(share,opt,param) argument
/external/curl/include/curl/
Dtypecheck-gcc.h135 #define curl_share_setopt(share,opt,param) curl_share_setopt(share,opt,param) argument
/external/clang/test/SemaTemplate/
Dfriend-template.cpp260 future<void> share; member
/external/deqp/modules/egl/
DteglGLES2SharedRenderingPerfTests.cpp444 …eEGLContext (EglTestContext& testCtx, EGLDisplay eglDisplay, EGLConfig eglConfig, EGLContext share) in createEGLContext()
479 … EGLDisplay eglDisplay, EGLConfig eglConfig, const TestConfig& config, bool share, TestContext* pa… in TestContext()
DteglGLES2SharingTests.cpp128 EGLContext GLES2SharingTest::createContext (EGLDisplay display, EGLContext share, EGLConfig config) in createContext()
/external/ltp/testcases/kernel/hotplug/memory_hotplug/
Dsegment.c560 char *protection, *share, *name; in show_one_segment() local
/external/mesa3d/src/gallium/include/state_tracker/
Dst_api.h407 boolean (*share)(struct st_context_iface *stctxi, member
/external/mesa3d/src/mesa/drivers/dri/swrast/
Dswrast.c757 struct dri_context *share = (struct dri_context *)sharedContextPrivate; in dri_create_context() local
/external/iproute2/ip/
Dipxfrm.c219 const char *strxf_share(__u8 share) in strxf_share()
/external/iproute2/include/linux/
Dxfrm.h241 __u8 share; member
418 __u8 share; member
/external/kernel-headers/original/uapi/linux/
Dxfrm.h241 __u8 share; member
419 __u8 share; member
/external/swiftshader/third_party/LLVM/lib/Analysis/
DProfileInfo.cpp608 double share; in EstimateMissingEdges() local
/external/mesa3d/src/egl/main/
Deglapi.c735 _EGLContext *share = _eglLookupContext(share_list, disp); in eglCreateContext() local
/external/python/cpython2/Modules/
Dposixmodule.c1589 int i, share; in IsUNCRootA() local
1612 int i, share; in IsUNCRootW() local
/external/v8/src/
Dfactory.cc2411 Handle<SharedFunctionInfo> share = New<SharedFunctionInfo>(map, OLD_SPACE); in NewSharedFunctionInfo() local

12