Home
last modified time | relevance | path

Searched defs:cs (Results 1 – 8 of 8) sorted by relevance

/PHP-7.4/ext/gd/libgd/
H A Dgd_gd2.c55 static int _gd2GetHeader(gdIOCtxPtr in, int *sx, int *sy, int *cs, int *vers, int *fmt, int *ncx, i… in _gd2GetHeader()
183 static gdImagePtr _gd2CreateFromFile (gdIOCtxPtr in, int *sx, int *sy, int *cs, int *vers, int *fmt… in _gd2CreateFromFile()
271 int ncx, ncy, nc, cs, cx, cy; in gdImageCreateFromGd2Ctx() local
437 int nc, ncx, ncy, cs, cx, cy; in gdImageCreateFromGd2PartCtx() local
644 static void _gd2PutHeader (gdImagePtr im, gdIOCtx * out, int cs, int fmt, int cx, int cy) in _gd2PutHeader()
664 static void _gdImageGd2 (gdImagePtr im, gdIOCtx * out, int cs, int fmt) in _gdImageGd2()
832 void gdImageGd2 (gdImagePtr im, FILE * outFile, int cs, int fmt) in gdImageGd2()
841 void *gdImageGd2Ptr (gdImagePtr im, int cs, int fmt, int *size) in gdImageGd2Ptr()
H A Dpngtogd2.c16 int cs, fmt; in main() local
/PHP-7.4/ext/mysqli/
H A Dmysqli_nonapi.c1060 MY_CHARSET_INFO cs; local
1062 const MYSQLND_CHARSET *cs; local
/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_study.c139 PCRE2_UCHAR op, *cs, *ce; in find_minlength() local
/PHP-7.4/ext/com_dotnet/
H A Dcom_com.c837 zend_bool cs = TRUE; in PHP_FUNCTION() local
/PHP-7.4/ext/mysqlnd/
H A Dmysqlnd.h209 #define mysqlnd_set_character_set(conn, cs) ((conn)->data)->m->set_charset((conn)->data, (cs)) argument
/PHP-7.4/ext/standard/
H A Dhtml_tables.h34 #define CHARSET_UNICODE_COMPAT(cs) ((cs) <= cs_8859_1) argument
35 #define CHARSET_SINGLE_BYTE(cs) ((cs) > cs_utf_8 && (cs) < cs_big5) argument
36 #define CHARSET_PARTIAL_SUPPORT(cs) ((cs) >= cs_big5) argument
H A Dstring.c6323 zend_bool cs=0; local

Completed in 78 milliseconds