Home
last modified time | relevance | path

Searched defs:out (Results 1 – 25 of 59) sorted by relevance

123

/PHP-5.5/ext/xmlwriter/examples/
H A Dxmlwriter_mem.php27 $out = xmlwriter_output_memory($xw, 0); variable
33 $out = xmlwriter_output_memory($xw, 1); variable
37 $out = xmlwriter_output_memory($xw); variable
H A Dxmlwriter_mem_ns.php27 $out = xmlwriter_output_memory($xw, 0); variable
/PHP-5.5/ext/gd/libgd/
H A Dgd_gd.c212 void _gdPutColors (gdImagePtr im, gdIOCtx * out) in _gdPutColors()
231 static void _gdPutHeader (gdImagePtr im, gdIOCtx * out) in _gdPutHeader()
247 static void _gdImageGd (gdImagePtr im, gdIOCtx * out) in _gdImageGd()
267 gdIOCtx *out = gdNewFileCtx(outFile); in gdImageGd() local
275 gdIOCtx *out = gdNewDynamicCtx(2048, NULL); in gdImageGdPtr() local
H A Dwbmp.c64 putmbi (int i, void (*putout) (int c, void *out), void *out) in putmbi()
248 writewbmp (Wbmp * wbmp, void (*putout) (int c, void *out), void *out) in writewbmp()
333 putout (int c, void *out) in putout()
H A Dgd_wbmp.c68 void gd_putout (int i, void *out) in gd_putout()
94 void gdImageWBMPCtx (gdImagePtr image, int fg, gdIOCtx * out) in gdImageWBMPCtx()
193 gdIOCtx *out = gdNewFileCtx(outFile); in gdImageWBMP() local
204 gdIOCtx *out = gdNewDynamicCtx(2048, NULL); in gdImageWBMPPtr() local
H A Dtestac.c21 FILE *out; in main() local
79 FILE *out; in testDrawing() local
H A Dgd_webp.c110 gdIOCtx *out = gdNewFileCtx(outFile); in gdImageWebpEx() local
117 gdIOCtx *out = gdNewFileCtx(outFile); in gdImageWebp() local
125 gdIOCtx *out = gdNewDynamicCtx(2048, NULL); in gdImageWebpPtr() local
136 gdIOCtx *out = gdNewDynamicCtx(2048, NULL); in gdImageWebpPtrEx() local
H A Dxbm.c159 void gdCtxPrintf(gdIOCtx * out, const char *format, ...) in gdCtxPrintf()
174 void gdImageXbmCtx(gdImagePtr image, char* file_name, int fg, gdIOCtx * out) in gdImageXbmCtx()
H A Dgd2topng.c14 FILE *in, *out; in main() local
H A Dgdtopng.c13 FILE *in, *out; in main() local
H A Dpngtogd.c14 FILE *in, *out; in main() local
H A Dgd2copypal.c16 FILE *in, *out; in main() local
H A Dpngtogd2.c15 FILE *in, *out; in main() local
H A Dgd_png.c422 gdIOCtx *out = gdNewFileCtx(outFile); in gdImagePngEx() local
429 gdIOCtx *out = gdNewFileCtx(outFile); in gdImagePng() local
437 gdIOCtx *out = gdNewDynamicCtx(2048, NULL); in gdImagePngPtr() local
448 gdIOCtx *out = gdNewDynamicCtx(2048, NULL); in gdImagePngPtrEx() local
H A Dgdparttopng.c14 FILE *in, *out; in main() local
H A Dgddemo.c11 FILE *out; in main() local
H A Dgd_gif_out.c103 gdIOCtx *out = gdNewDynamicCtx (2048, NULL); in gdImageGifPtr() local
112 gdIOCtx *out = gdNewFileCtx (outFile); in gdImageGif() local
117 void gdImageGifCtx(gdImagePtr im, gdIOCtxPtr out) in gdImageGifCtx()
766 static int gifPutWord(int w, gdIOCtx *out)
H A Dgd_ss.c22 gdIOCtx *out = gdNewSSCtx(NULL, outSink); in gdImagePngToSink() local
H A Dwebpng.c23 FILE *out; in main() local
H A Dgd_gd2.c635 static void _gd2PutHeader (gdImagePtr im, gdIOCtx * out, int cs, int fmt, int cx, int cy) in _gd2PutHeader()
655 static void _gdImageGd2 (gdImagePtr im, gdIOCtx * out, int cs, int fmt) in _gdImageGd2()
825 gdIOCtx *out = gdNewFileCtx(outFile); in gdImageGd2() local
835 gdIOCtx *out = gdNewDynamicCtx(2048, NULL); in gdImageGd2Ptr() local
H A Dgdtest.c23 FILE *in, *out; in main() local
/PHP-5.5/ext/dba/libcdb/
H A Duint32.c32 void uint32_pack(char *out, uint32 in) in uint32_pack()
42 void uint32_unpack(const char *in, uint32 *out) in uint32_unpack()
/PHP-5.5/ext/standard/
H A Dphp_crypt_r.c127 char * php_md5_crypt_r(const char *pw, const char *salt, char *out) { in php_md5_crypt_r()
319 char * php_md5_crypt_r(const char *pw, const char *salt, char *out) in php_md5_crypt_r()
/PHP-5.5/ext/soap/
H A Dphp_sdl.c1785 static void sdl_serialize_string(const char *str, smart_str *out) in sdl_serialize_string()
1800 static void sdl_serialize_key(HashTable *ht, smart_str *out) in sdl_serialize_key()
1814 static void sdl_serialize_encoder_ref(encodePtr enc, HashTable *tmp_encoders, smart_str *out) { in sdl_serialize_encoder_ref()
1827 static void sdl_serialize_type_ref(sdlTypePtr type, HashTable *tmp_types, smart_str *out) { in sdl_serialize_type_ref()
1840 static void sdl_serialize_attribute(sdlAttributePtr attr, HashTable *tmp_encoders, smart_str *out) in sdl_serialize_attribute()
1904 static void sdl_serialize_resriction_int(sdlRestrictionIntPtr x, smart_str *out) in sdl_serialize_resriction_int()
1915 static void sdl_serialize_resriction_char(sdlRestrictionCharPtr x, smart_str *out) in sdl_serialize_resriction_char()
1926 … sdl_serialize_type(sdlTypePtr type, HashTable *tmp_encoders, HashTable *tmp_types, smart_str *out) in sdl_serialize_type()
2022 static void sdl_serialize_encoder(encodePtr enc, HashTable *tmp_types, smart_str *out) in sdl_serialize_encoder()
2030 …_serialize_parameters(HashTable *ht, HashTable *tmp_encoders, HashTable *tmp_types, smart_str *out) in sdl_serialize_parameters()
[all …]
/PHP-5.5/ext/zip/lib/
H A Dzip_close.c76 FILE *out; in zip_close() local
511 write_cdir(struct zip *za, struct zip_cdir *cd, FILE *out) in write_cdir()

Completed in 69 milliseconds

123