Mr.Combet Webshell
Your IP :
216.73.216.136
Server IP :
103.233.58.157
Server :
Windows NT WIN-4PGF72KEHKB 10.0 build 17763 (Windows Server 2016) AMD64
Server Software :
Microsoft-IIS/10.0
PHP Version :
7.3.25
Add File :
Submit
Add Directory :
Submit
Dir :
C:
/
Program Files
/
PostgreSQL
/
14
/
include
/
server
/
mb
/
Edit File Name :
stringinfo_mb.h
/*------------------------------------------------------------------------- * * stringinfo_mb.h * multibyte support for StringInfo * * Portions Copyright (c) 1996-2021, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * * src/include/mb/stringinfo_mb.h *------------------------------------------------------------------------- */ #ifndef STRINGINFO_MB_H #define STRINGINFO_MB_H #include "lib/stringinfo.h" /* * Multibyte-aware StringInfo support function. */ extern void appendStringInfoStringQuoted(StringInfo str, const char *s, int maxlen); #endif /* STRINGINFO_MB_H */
Save