Searched defs:from (Results 51 - 75 of 77) sorted by relevance

1234

/vbox/src/VBox/Devices/Network/lwip-new/src/api/
H A Dsockets.c20 * derived from this software without specific prior written permission.
127 /** data that was left from the previous read */
129 /** offset in the data that was left from the previous read */
201 /** This counter is increased from lwip_select when the list is chagned
632 struct sockaddr *from, socklen_t *fromlen)
650 /* Check if there is data left from the last recv operation. */
669 /* No data was left from the previous operation, so we try to get
670 some from the network. */
737 /* Check to see from where the data was.*/
740 if (from
631 lwip_recvfrom(int s, void *mem, size_t len, int flags, struct sockaddr *from, socklen_t *fromlen) argument
[all...]
/vbox/src/VBox/Devices/Network/slirp/bsd/kern/
H A Duipc_mbuf.c14 * may be used to endorse or promote products derived from this software
334 * Attach the cluster from *m to *n, set up m_ext in *n
358 * Clean up mbuf (chain) from any tags and packet headers.
409 * No way to recover from that.
479 * "Move" mbuf pkthdr from "from" to "to".
480 * "from" must have M_PKTHDR set, and "to" must be empty.
483 m_move_pkthdr(struct mbuf *to, struct mbuf *from) argument
500 to->m_flags = (from->m_flags & M_COPYFLAGS) | (to->m_flags & M_EXT);
503 to->m_pkthdr = from
514 m_dup_pkthdr(struct mbuf *to, struct mbuf *from, int how) argument
1367 m_devget(char *buf, int totlen, int off, struct ifnet *ifp, void (*copy)(char *from, caddr_t to, u_int len)) argument
[all...]
/vbox/src/VBox/GuestHost/OpenGL/state_tracker/
H A Dstate_program.c1798 CRProgramState *from = &(fromCtx->program); local
1803 CRASSERT(from->currentVertexProgram);
1805 CRASSERT(from->currentFragmentProgram);
1818 if (from->vpEnabled != to->vpEnabled) {
1823 from->vpEnabled = to->vpEnabled;
1825 if (from->vpTwoSide != to->vpTwoSide) {
1827 from->vpTwoSide = to->vpTwoSide;
1829 if (from->vpPointSize != to->vpPointSize) {
1831 from->vpPointSize = to->vpPointSize;
1841 if (from
2069 CRProgramState *from = &(fromCtx->program); local
[all...]
H A Dstate_transform.c40 static void _math_transposef( GLfloat to[16], const GLfloat from[16] )
42 to[0] = from[0];
43 to[1] = from[4];
44 to[2] = from[8];
45 to[3] = from[12];
46 to[4] = from[1];
47 to[5] = from[5];
48 to[6] = from[9];
49 to[7] = from[13];
50 to[8] = from[
901 CRTransformState *from = &(fromCtx->transform); local
1146 CRTransformState *from = &(fromCtx->transform); local
[all...]
/vbox/src/libs/libxml2-2.6.31/
H A Dxinclude.c350 * Pops the top URL from the URL stack
709 newctxt->incTab[i]->count++; /* prevent the recursion from
884 * @obj: the XPointer result from the evaluation.
1006 * Now gather the remaining nodes from cur to end
1039 * Now gather the remaining nodes from cur to end
1096 * @obj: the XPointer result from the evaluation.
1315 * @from: the included doc
1323 xmlDocPtr from) {
1330 if ((from == NULL) || (from
1322 xmlXIncludeMergeEntities(xmlXIncludeCtxtPtr ctxt, xmlDocPtr doc, xmlDocPtr from) argument
[all...]
H A Dxmlregexp.c415 * Allocate a new regexp and fill it with the result from the parser
1310 int from) {
1332 target->transTo[target->nbTransTo] = from;
1364 printf("Ignoring duplicate transition from %d to %d\n",
1393 printf("Add trans from %d to %d ", state->no, target->no);
1447 * @from: the from state
1454 xmlRegStatePtr from, xmlRegStatePtr to,
1462 xmlRegStateAddTrans(ctxt, from, NULL, to, -1, REGEXP_ALL_LAX_COUNTER);
1464 xmlRegStateAddTrans(ctxt, from, NUL
1309 xmlRegStateAddTransTo(xmlRegParserCtxtPtr ctxt, xmlRegStatePtr target, int from) argument
1453 xmlFAGenerateAllTransition(xmlRegParserCtxtPtr ctxt, xmlRegStatePtr from, xmlRegStatePtr to, int lax) argument
1475 xmlFAGenerateEpsilonTransition(xmlRegParserCtxtPtr ctxt, xmlRegStatePtr from, xmlRegStatePtr to) argument
1494 xmlFAGenerateCountedEpsilonTransition(xmlRegParserCtxtPtr ctxt, xmlRegStatePtr from, xmlRegStatePtr to, int counter) argument
1513 xmlFAGenerateCountedTransition(xmlRegParserCtxtPtr ctxt, xmlRegStatePtr from, xmlRegStatePtr to, int counter) argument
1533 xmlFAGenerateTransitions(xmlRegParserCtxtPtr ctxt, xmlRegStatePtr from, xmlRegStatePtr to, xmlRegAtomPtr atom) argument
1737 xmlRegStatePtr from; local
5660 xmlAutomataNewTransition(xmlAutomataPtr am, xmlAutomataStatePtr from, xmlAutomataStatePtr to, const xmlChar *token, void *data) argument
5700 xmlAutomataNewTransition2(xmlAutomataPtr am, xmlAutomataStatePtr from, xmlAutomataStatePtr to, const xmlChar *token, const xmlChar *token2, void *data) argument
5760 xmlAutomataNewNegTrans(xmlAutomataPtr am, xmlAutomataStatePtr from, xmlAutomataStatePtr to, const xmlChar *token, const xmlChar *token2, void *data) argument
5827 xmlAutomataNewCountTrans2(xmlAutomataPtr am, xmlAutomataStatePtr from, xmlAutomataStatePtr to, const xmlChar *token, const xmlChar *token2, int min, int max, void *data) argument
5914 xmlAutomataNewCountTrans(xmlAutomataPtr am, xmlAutomataStatePtr from, xmlAutomataStatePtr to, const xmlChar *token, int min, int max, void *data) argument
5982 xmlAutomataNewOnceTrans2(xmlAutomataPtr am, xmlAutomataStatePtr from, xmlAutomataStatePtr to, const xmlChar *token, const xmlChar *token2, int min, int max, void *data) argument
6062 xmlAutomataNewOnceTrans(xmlAutomataPtr am, xmlAutomataStatePtr from, xmlAutomataStatePtr to, const xmlChar *token, int min, int max, void *data) argument
6132 xmlAutomataNewEpsilon(xmlAutomataPtr am, xmlAutomataStatePtr from, xmlAutomataStatePtr to) argument
6157 xmlAutomataNewAllTrans(xmlAutomataPtr am, xmlAutomataStatePtr from, xmlAutomataStatePtr to, int lax) argument
6206 xmlAutomataNewCountedTrans(xmlAutomataPtr am, xmlAutomataStatePtr from, xmlAutomataStatePtr to, int counter) argument
6230 xmlAutomataNewCounterTrans(xmlAutomataPtr am, xmlAutomataStatePtr from, xmlAutomataStatePtr to, int counter) argument
[all...]
H A Dxpath.c74 * benefit from this optimization.
118 static double xmlXPathNZERO = 0; /* not exported from headers */
175 * Modified from trio code
2441 * Pops the top XPath object from the value stack
2503 * Pops a boolean from the stack, handling conversion if needed.
2530 * Pops a number from the stack, handling conversion if needed.
2557 * Pops a string from the stack, handling conversion if needed.
2584 * Pops a node-set from the stack, handling conversion if needed.
2619 * Pops an external object from the stack, handling conversion if needed.
2834 * to be able to differentiate from lin
9280 xmlXPathObjectPtr from; local
[all...]
H A Dtestapi.c4 * Automatically generated by gentest.py from libxml2-api.xml
861 /* cut and pasted from autogenerated to avoid troubles */
19771 xmlDocPtr out_doc; /* Document to generate XML text from */
19877 xmlDocPtr out_doc; /* Document to generate XML text from */
20013 xmlNodePtr root; /* the new document root element, if root is NULL no action is taken, to remove a node from a document use xmlUnlinkNode(root) instead. */
29064 xmlErrorPtr from; /* a source error */ local
29072 from = gen_xmlErrorPtr(n_from, 0);
29075 ret_val = xmlCopyError(from, to);
29078 des_xmlErrorPtr(n_from, from, 0);
[all...]
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/windows/
H A Dw95io.c442 if (err != ERROR_ACCESS_DENIED) { // from winerror.h
964 _PR_MD_RENAME(const char *from, const char *to) argument
967 if (MoveFile(from, to)) {
H A Dntio.c148 * The code is borrowed from ptio.c in pthreads nspr, hence the
229 /* The key returned from GetQueuedCompletionStatus() is used to determine what
369 * from the pause queue to the run queue.
405 /* Thread has already been deleted from sleepQ */
958 * Get a socket from the recycle bin; if no sockets are in the bin,
1076 * from NT_IO_WAIT immediately.
1558 * completion from NT_IO_WAIT. This is not disasterous, I hope,
2607 if (err != ERROR_ACCESS_DENIED) { /* from winerror.h */
3183 _PR_MD_RENAME(const char *from, const char *to) argument
3186 if (MoveFile(from, t
[all...]
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/misc/
H A Dprnetdb.c199 * The _pr_QueryNetIfs() function is derived from the code in
458 ** Allocate space from the buffer, aligning it to "align" before doing
512 struct hostent *from,
522 && from->h_addrtype == AF_INET) {
523 PR_ASSERT(from->h_length == 4);
528 if (AF_INET6 == from->h_addrtype)
532 to->h_addrtype = from->h_addrtype;
533 to->h_length = from->h_length;
537 if (!from->h_name) return PR_FAILURE;
538 len = strlen(from
511 CopyHostent( struct hostent *from, char **buf, PRIntn *bufsize, _PRIPAddrConversion conversion, PRHostEnt *to) argument
597 CopyProtoent( struct protoent *from, char *buf, PRIntn bufsize, PRProtoEnt *to) argument
772 AppendV4AddrsToHostent( struct hostent *from, char **buf, PRIntn *bufsize, PRHostEnt *to) argument
[all...]
/vbox/src/libs/xpcom18a4/nsprpub/pr/tests/
H A Dcltsrv.c381 ("\tClient(0x%p): disconnected from server\n", me));
573 ("\tProcessRequest(0x%p): read %d bytes from file\n", me, filebytes));
668 PRNetAddr from; local
707 fd = PR_Accept(server->listener, &from, PR_INTERVAL_NO_TIMEOUT);
H A Dprovider.c382 ("\tClient(0x%p): disconnected from server\n", me));
573 ("\tProcessRequest(0x%p): read %d bytes from file\n", me, filebytes));
877 PRNetAddr from; local
917 fd = PR_Accept(server->listener, &from, PR_INTERVAL_NO_TIMEOUT);
/vbox/src/libs/libpng-1.2.8/
H A Dpngset.c10 * The functions here are used during reads to store data from the file
222 /* Changed from info->num_palette to 256 in version 1.2.1 */
893 /* Changed from num_trans to 256 in version 1.2.1 */
940 png_sPLT_tp from = entries + i; local
943 png_strlen(from->name) + 1);
945 png_strcpy(to->name, from->name);
947 from->nentries * png_sizeof(png_sPLT_t));
949 png_memcpy(to->entries, from->entries,
950 from->nentries * png_sizeof(png_sPLT_t));
951 to->nentries = from
992 png_unknown_chunkp from = unknowns + i; local
[all...]
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/
H A Dsurface_base.c75 if(tmp - mantissa >= 0.5f) mantissa++; /* round to nearest, away from zero */
124 TRACE("(%p) : AddRef increasing from %d\n", This,ref - 1);
508 TRACE("Setting container to %p from %p\n", container, This->container);
775 /* YUV to RGB conversion formulas from http://en.wikipedia.org/wiki/YUV:
806 WINED3DFORMAT from, to; member in struct:d3dfmt_convertor_desc
818 static inline const struct d3dfmt_convertor_desc *find_convertor(WINED3DFORMAT from, WINED3DFORMAT to) argument
822 if(convertors[i].from == from && convertors[i].to == to) {
848 FIXME("Cannot find a conversion function from format %s to %s\n",
965 * Performs blits to a surface, eigher from
[all...]
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/unix/
H A Dunix.c222 PRInt32 _MD_rename(const char *from, const char *to) argument
238 rv = rename(from, to);
796 * from socketpairs. As long as we don't use flags on socketpairs, this
1353 ** from _MD_SELECT
1380 /* Found a bad descriptor, remove it from the fd_sets. */
1398 * because this I/O request is being removed from the
1641 * timer value starts ticking from zero again when the system call is restarted.
1846 * because this I/O request is being removed from the
2087 PR_LOG(_pr_sched_lm, PR_LOG_MIN, ("clock back from context switch"));
2909 /* Prevent the fd from bein
[all...]
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/
H A Dsurface.c802 * called from sampler() in state.c. This means we can't touch anything
909 * 16 and a Width > 3000 and blt 16x16 letter areas from them to
1165 * surface_load_location() where to read the rectangle from.
1166 * Indrawable is set because all modifications from the partial
1518 ERR("Unhandled conversion from %s to floating point.\n", debug_d3dformat(format->id));
1549 ERR("Unhandled conversion from %s to floating point.\n", debug_d3dformat(format->id));
1907 * Half-Life and Prince of Persia 3D use Blt() from the backbuffer
2485 * the surface pitch from being used to box non-power2 textures. Instead we have to use a hack to
2534 TRACE("(%p) : Repacking the surface data from pitch %d to pitch %d\n", surface, src_pitch, dst_pitch);
2677 /* Copy the default values from th
3974 enum wined3d_format_id from, to; member in struct:d3dfmt_converter_desc
3988 find_converter(enum wined3d_format_id from, enum wined3d_format_id to) argument
[all...]
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/wine/
H A Dmscvpdb.h44 * derived from Codeview information)
74 * Types (from the Type internal file) have existed in three flavors
81 * - the second flavor (suffixed by V2) differs from first flavor with
84 * - the third flavor (suffixed by V3) differs from second flavor with
799 0x07 Untranslated type from previous Microsoft symbol formats
850 #define T_NOTTRANS 0x0007 /* untranslated type record from MS symbol format */
1088 #define T_BASICTYPE_SHIFT 8 /* shift count to push out the basic type bits from a type number */
1625 unsigned int sz_saved_regs; /* size of saved registers from callee */
1733 /* there's a new line tab structure from MS Studio 2005 and after
1776 DWORD offset; /* offset (from <se
2026 DWORD from; member in struct:__anon14148
[all...]
H A Dserver_protocol.h1665 obj_handle_t from; member in struct:open_console_request
3481 user_handle_t from; member in struct:get_windows_offset_request
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/uts/common/dtrace/
H A Ddtrace.c601 * These functions are called from probe context. Because probe context is
604 * As a result, functions called from probe context may only call other DTrace
608 * loads are to be performed from probe context, they _must_ be in terms of
611 * Some functions in this block are not actually called from probe context;
613 * "Note: not called from probe context."
640 * Atomically increment a specified error counter from probe context.
812 * If we hold the privilege to read from kernel memory, then
825 * We're allowed to read from our own string table.
849 * If we hold the privilege to read from kernel memory, then
874 * If we hold the privilege to read from kerne
14498 dtrace_helpers_duplicate(proc_t *from, proc_t *to) argument
[all...]
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/wine/
H A Dmscvpdb.h44 * derived from Codeview information)
74 * Types (from the Type internal file) have existed in three flavors
81 * - the second flavor (suffixed by V2) differs from first flavor with
84 * - the third flavor (suffixed by V3) differs from second flavor with
787 0x07 Untranslated type from previous Microsoft symbol formats
838 #define T_NOTTRANS 0x0007 /* untranslated type record from MS symbol format */
1043 #define T_BASICTYPE_SHIFT 8 /* shift count to push out the basic type bits from a type number */
1657 /* there's a new line tab structure from MS Studio 2005 and after
1700 DWORD offset; /* offset (from <seg>:<start>) for line number */
1904 DWORD from; member in struct:__anon1486
[all...]
H A Dserver_protocol.h1494 obj_handle_t from; member in struct:open_console_request
3268 user_handle_t from; member in struct:get_windows_offset_request
/vbox/src/libs/libxml2-2.6.31/python/
H A Dlibxml2-py.c1518 xmlErrorPtr from; local
1525 from = (xmlErrorPtr) PyError_Get(pyobj_from);
1528 c_retval = xmlCopyError(from, to);
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dcommctrl.h562 INT xBitmap; /* x offset from the upperleft of bitmap */
563 INT yBitmap; /* y offset from the upperleft of bitmap */
1263 /* Return values from TBN_DROPDOWN */
1330 COLORREF from; member in struct:_COLORMAP
4443 #define Animate_Play(hwnd,from,to,rep) \
4444 (BOOL)SNDMSG(hwnd,ACM_PLAY,(WPARAM)(UINT)(rep),(LPARAM)MAKELONG(from,to))
4924 /* save/load from stream */
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dcommctrl.h584 INT xBitmap; /* x offest from the upperleft of bitmap */
585 INT yBitmap; /* y offset from the upperleft of bitmap */
1288 /* Return values from TBN_DROPDOWN */
1355 COLORREF from; member in struct:_COLORMAP
4541 #define Animate_Play(hwnd,from,to,rep) \
4542 (BOOL)SNDMSG(hwnd,ACM_PLAY,(WPARAM)(UINT)(rep),(LPARAM)MAKELONG(from,to))

Completed in 433 milliseconds

1234