Searched defs:escaped (Results 1 - 8 of 8) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/StdLib/BsdSocketLib/
H A Dres_comp.c220 int ch, escaped = 0; local
230 if (!escaped && periodchar(ch))
232 if (escaped)
233 escaped = 0;
235 escaped = 1;
H A Dns_name.c178 int c, n, escaped; local
181 escaped = 0;
187 if (escaped) {
208 escaped = 0;
210 escaped = 1;
/vbox/src/VBox/RDP/client-1.8.3/
H A Dseamless.c433 char *escaped, buf[1025]; local
445 escaped = utils_string_escape(buf);
446 len = snprintf(buf, sizeof(buf), "%s", escaped);
447 free(escaped);
H A Dctrl.c426 /* iterate over string and check against escaped \n */
429 /* Check if newline is escaped */
466 char result[CTRL_RESULT_SIZE], c, *escaped; local
468 escaped = NULL;
498 escaped = utils_string_escape(tmp);
499 if ((strlen(escaped) + 1) > CTRL_LINEBUF_SIZE - 1)
502 /* send escaped utf-8 command to master */
503 send(s, escaped, strlen(escaped), 0);
523 xfree(escaped);
[all...]
/vbox/src/libs/libxml2-2.6.31/
H A DHTMLtree.c687 xmlChar *escaped; local
692 escaped = xmlURIEscapeStr(tmp, BAD_CAST"@/:=?;#%&,+");
693 if (escaped != NULL) {
694 xmlBufferWriteQuotedString(buf->buffer, escaped);
695 xmlFree(escaped);
/vbox/src/libs/xpcom18a4/xpcom/obsolete/component/
H A DnsRegistry.cpp1415 NS_IMETHODIMP nsRegistry::EscapeKey(PRUint8* key, PRUint32 termination, PRUint32* length, PRUint8** escaped) argument
1436 *escaped = nsnull;
1441 *escaped = (PRUint8*)nsMemory::Alloc(*length + termination);
1442 if (*escaped == nsnull)
1445 *escaped = nsnull;
1448 char* n = (char*)*escaped;
1482 NS_IMETHODIMP nsRegistry::UnescapeKey(PRUint8* escaped, PRUint32 termination, PRUint32* length, PRUint8** key) argument
1485 char* value = (char*)escaped;
/vbox/src/VBox/Devices/Network/lwip-new/src/netif/ppp/
H A Dppp.c567 * are always escaped.
724 * is not NULL and the character needs to be escaped, do so.
735 * get escaped but is one character worth complicating this? */
1792 u_char escaped; local
1800 escaped = ESCAPE_P(pcrx->inACCM, curChar);
1803 if (escaped) {
1805 /* XXX Note that this does not handle an escaped 0x5d character which
1880 /* Unencode escaped characters. */
/vbox/src/VBox/Main/webservice/jaxlibs/
H A Dactivation.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/LICENSE.txt META-INF/mailcap ...

Completed in 68 milliseconds