Home
last modified time | relevance | path

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

/php-src/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-src/ext/opcache/jit/ir/
H A Dir_disasm.c201 static uint64_t ir_disasm_branch_target(csh cs, const cs_insn *insn) in ir_disasm_branch_target()
227 static uint64_t ir_disasm_rodata_reference(csh cs, const cs_insn *insn) in ir_disasm_rodata_reference()
335 csh cs; local
/php-src/ext/pcre/pcre2lib/
H A Dpcre2_study.c139 PCRE2_UCHAR op, *cs, *ce; in find_minlength() local
/php-src/ext/com_dotnet/
H A Dcom_com.c803 bool cs = TRUE; in PHP_FUNCTION() local
/php-src/ext/mysqli/
H A Dmysqli_nonapi.c967 const MYSQLND_CHARSET *cs; local
/php-src/ext/mysqlnd/
H A Dmysqlnd.h199 #define mysqlnd_set_character_set(conn, cs) ((conn)->data)->m->set_charset((conn)->data, (cs)) argument
/php-src/ext/standard/
H A Dhtml_tables.h32 #define CHARSET_UNICODE_COMPAT(cs) ((cs) <= cs_8859_1) argument
33 #define CHARSET_SINGLE_BYTE(cs) ((cs) > cs_utf_8 && (cs) < cs_big5) argument
34 #define CHARSET_PARTIAL_SUPPORT(cs) ((cs) >= cs_big5) argument
H A Dstring.c6177 bool cs=0; local

Completed in 83 milliseconds