| /vbox/src/libs/libxml2-2.6.31/include/libxml/ |
| H A D | xmlIO.h | 149 xmlBufferPtr conv; /* if encoder != NULL buffer for output */ member in struct:_xmlOutputBuffer
|
| /vbox/src/VBox/HostServices/auth/pam/ |
| H A D | VBoxAuthPAM.c | 247 static int conv (int num_msg, const struct pam_message **msg, function 257 debug_printf("conv: ctx is NULL\n"); 261 debug_printf("conv: num %d u[%s] p[%d]\n", num_msg, ctx->szUser, ctx->szPassword? strlen (ctx->szPassword): 0); 277 debug_printf("conv: %d returning password [%d]\n", i, r[i].resp? strlen (r[i].resp): 0); 282 debug_printf("conv: %d returning name [%s]\n", i, r[i].resp); 286 debug_printf("conv: %d style %d: [%s]\n", i, msg[i]->msg_style, msg[i]->msg? msg[i]->msg: "(null)"); 342 pam_conversation.conv = conv;
|
| /vbox/src/VBox/Devices/Audio/ |
| H A D | audiosniffer.c | 138 t_sample *conv; member in struct:SnifferInputCtx 273 pCtx->conv = NULL; 384 pCtx->conv = mixeng_conv[(cChannels == 2)? 1: 0] /* stereo */ 414 && pCtx->conv) 436 pCtx->conv(ps, pvData, cs, &nominal_volume);
|
| H A D | audio_int.h | 105 t_sample *conv; member in struct:HWVoiceIn 121 t_sample *conv; member in struct:SWVoiceOut
|
| /vbox/src/VBox/Additions/common/pam/ |
| H A D | pam_vbox.cpp | 189 pam_conv *conv = NULL; local 190 int pamrc = pam_get_item(hPAM, PAM_CONV, (void **)&conv); 192 const pam_conv *conv = NULL; local 193 int pamrc = pam_get_item(hPAM, PAM_CONV, (const void **)&conv); 196 && conv) 206 pamrc = conv->conv(1 /* One message only */, &msg_p, &resp, conv->appdata_ptr);
|
| /vbox/src/libs/xpcom18a4/xpcom/io/ |
| H A D | nsNativeCharsetUtils.cpp | 767 nsNativeCharsetConverter conv; local 768 nsresult rv = conv.NativeToUnicode(&buf, &bufLeft, &result, &resultLeft); 788 nsNativeCharsetConverter conv; local 796 nsresult rv = conv.UnicodeToNative(&buf, &bufLeft, &p, &tempLeft);
|
| /vbox/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/ |
| H A D | surface_base.c | 842 const struct d3dfmt_convertor_desc *conv; local 846 conv = find_convertor(source->resource.format_desc->format, to_fmt); 847 if(!conv) { 889 conv->convert(lock_src.pBits, lock_dst.pBits, lock_src.Pitch, lock_dst.Pitch, 1176 /* The conv function writes a FIXME */
|
| /vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/ |
| H A D | utils.c | 2992 conv[] = local 3015 for (i = 0; i < sizeof(conv) / sizeof(*conv); ++i) 3019 if (format->id != conv[i].format_id) continue; 3021 ret = ((DWORD)((color->r * conv[i].r_mul) + 0.5f)) << conv[i].r_shift; 3022 ret |= ((DWORD)((color->g * conv[i].g_mul) + 0.5f)) << conv[i].g_shift; 3023 ret |= ((DWORD)((color->b * conv[i].b_mul) + 0.5f)) << conv[ [all...] |
| H A D | surface.c | 4016 const struct d3dfmt_converter_desc *conv; local 4020 conv = find_converter(source->resource.format->id, to_fmt); 4021 if (!conv) 4062 conv->convert(src_map.data, dst_map.data, src_map.row_pitch, dst_map.row_pitch, 7068 /* The conv function writes a FIXME */
|
| /vbox/src/VBox/Main/webservice/jaxlibs/ |
| H A D | jaxb-xjc.jar | META-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/com. ... |
| H A D | jaxws-rt.jar | META-INF/ META-INF/MANIFEST.MF META-INF/services/ com/ com/sun/ com/sun/xml/ ... |