Home
last modified time | relevance | path

Searched defs:ctx (Results 1 – 25 of 47) sorted by relevance

12

/PHP-5.5/ext/gd/libgd/
H A Dgd_io.c34 void Putword (int w, gdIOCtx * ctx) in Putword()
43 void Putchar (int c, gdIOCtx * ctx) in Putchar()
48 void gdPutC (const unsigned char c, gdIOCtx * ctx) in gdPutC()
53 void gdPutWord (int w, gdIOCtx * ctx) in gdPutWord()
61 void gdPutInt (int w, gdIOCtx * ctx) in gdPutInt()
71 int gdGetC (gdIOCtx * ctx) in gdGetC()
76 int gdGetByte (int *result, gdIOCtx * ctx) in gdGetByte()
85 int gdGetWord (int *result, gdIOCtx * ctx) in gdGetWord()
98 int gdGetInt (int *result, gdIOCtx * ctx) in gdGetInt()
134 int gdSeek (gdIOCtx * ctx, const int pos) in gdSeek()
[all …]
H A Dgd_io_file.c33 gdIOCtx ctx; member
51 fileIOCtx *ctx; in gdNewFileCtx() local
71 static void gdFreeFileCtx (gdIOCtx * ctx) in gdFreeFileCtx()
77 static int filePutbuf (gdIOCtx * ctx, const void *buf, int size) in filePutbuf()
86 static int fileGetbuf (gdIOCtx * ctx, void *buf, int size) in fileGetbuf()
94 static void filePutchar (gdIOCtx * ctx, int a) in filePutchar()
105 static int fileGetchar (gdIOCtx * ctx) in fileGetchar()
114 static int fileSeek (struct gdIOCtx *ctx, const int pos) in fileSeek()
122 static long fileTell (struct gdIOCtx *ctx) in fileTell()
H A Dgd_io_ss.c34 gdIOCtx ctx; member
52 ssIOCtxPtr ctx; in gdNewSSCtx() local
73 static void gdFreeSsCtx (gdIOCtx * ctx) in gdFreeSsCtx()
79 static int sourceGetbuf (gdIOCtx * ctx, void *buf, int size) in sourceGetbuf()
102 static int sourceGetchar (gdIOCtx * ctx) in sourceGetchar()
116 static int sinkPutbuf (gdIOCtx * ctx, const void *buf, int size) in sinkPutbuf()
132 static void sinkPutchar (gdIOCtx * ctx, int a) in sinkPutchar()
H A Dgd_io_dp.c41 gdIOCtx ctx; member
72 dpIOCtx *ctx; in gdNewDynamicCtxEx() local
95 void * gdDPExtractData (struct gdIOCtx *ctx, int *size) in gdDPExtractData()
124 static void gdFreeDynamicCtx (struct gdIOCtx *ctx) in gdFreeDynamicCtx()
140 static long dynamicTell (struct gdIOCtx *ctx) in dynamicTell()
149 static int dynamicSeek (struct gdIOCtx *ctx, const int pos) in dynamicSeek()
198 dynamicPutbuf (struct gdIOCtx *ctx, const void *buf, int size) in dynamicPutbuf()
216 static void dynamicPutchar (struct gdIOCtx *ctx, int a) in dynamicPutchar()
227 static int dynamicGetbuf (gdIOCtxPtr ctx, void *buf, int len) in dynamicGetbuf()
252 static int dynamicGetchar (gdIOCtxPtr ctx) in dynamicGetchar()
H A Dgd_gif_out.c182 BumpPixel(GifCtx *ctx) in BumpPixel()
238 GIFNextPixel(gdImagePtr im, GifCtx *ctx) in GIFNextPixel()
266 GifCtx ctx; in GIFEncode() local
492 compress(int init_bits, gdIOCtxPtr outfile, gdImagePtr im, GifCtx *ctx)
618 output(code_int code, GifCtx *ctx)
681 cl_block (GifCtx *ctx) /* table clear for block compress */
692 cl_hash(register count_int chsize, GifCtx *ctx) /* reset code table */
736 char_init(GifCtx *ctx)
746 char_out(int c, GifCtx *ctx)
757 flush_char(GifCtx *ctx)
/PHP-5.5/ext/sockets/
H A Dconversions.c107 static int param_get_bool(void *ctx, const char *key, int def) in param_get_bool()
181 static void do_from_zval_err(ser_context *ctx, const char *fmt, ...) in do_from_zval_err()
190 static void do_to_zval_err(res_context *ctx, const char *fmt, ...) in do_to_zval_err()
216 void (*func)(zval **elem, unsigned i, void **args, ser_context *ctx), in from_array_iterate()
248 ser_context *ctx) in from_zval_write_aggregation()
280 res_context *ctx) in to_zval_read_aggregation()
490 void to_zval_read_int(const char *data, zval *zv, res_context *ctx) in to_zval_read_int()
716 ser_context *ctx) in from_zval_write_sockaddr_aux()
852 ser_context *ctx) in from_zval_write_control()
1487 ser_context ctx = {{0}}; in from_zval_run_conversions() local
[all …]
/PHP-5.5/ext/gd/
H A Dgd_ctx.c23 #define CTX_PUTC(c,ctx) ctx->putC(ctx, c) argument
25 static void _php_image_output_putc(struct gdIOCtx *ctx, int c) in _php_image_output_putc()
36 static int _php_image_output_putbuf(struct gdIOCtx *ctx, const void* buf, int l) in _php_image_output_putbuf()
42 static void _php_image_output_ctxfree(struct gdIOCtx *ctx) in _php_image_output_ctxfree()
49 static void _php_image_stream_putc(struct gdIOCtx *ctx, int c) { in _php_image_stream_putc()
56 static int _php_image_stream_putbuf(struct gdIOCtx *ctx, const void* buf, int l) in _php_image_stream_putbuf()
63 static void _php_image_stream_ctxfree(struct gdIOCtx *ctx) in _php_image_stream_ctxfree()
87 gdIOCtx *ctx = NULL; in _php_image_output_ctx() local
/PHP-5.5/sapi/apache2handler/
H A Dsapi_apache2.c79 php_struct *ctx; in php_apache_sapi_ub_write() local
94 php_struct *ctx; in php_apache_sapi_header_handler() local
156 php_struct *ctx = SG(server_context); in php_apache_sapi_send_headers() local
187 php_struct *ctx = SG(server_context); in php_apache_sapi_read_post() local
218 php_struct *ctx = SG(server_context); in php_apache_sapi_get_stat() local
243 php_struct *ctx = SG(server_context); in php_apache_sapi_read_cookies() local
255 php_struct *ctx = SG(server_context); in php_apache_sapi_getenv() local
270 php_struct *ctx = SG(server_context); in php_apache_sapi_register_variables() local
292 php_struct *ctx; in php_apache_sapi_flush() local
318 php_struct *ctx; in php_apache_sapi_log_message() local
[all …]
H A Dphp_functions.c61 php_struct *ctx = SG(server_context); in php_apache_lookup_uri() local
175 php_struct *ctx; in PHP_FUNCTION() local
199 php_struct *ctx; in PHP_FUNCTION() local
223 php_struct *ctx; in PHP_FUNCTION() local
255 php_struct *ctx; in PHP_FUNCTION() local
290 php_struct *ctx; in PHP_FUNCTION() local
/PHP-5.5/sapi/apache2filter/
H A Dsapi_apache2.c73 php_struct *ctx; in php_apache_sapi_ub_write() local
96 php_struct *ctx; in php_apache_sapi_header_handler() local
148 php_struct *ctx = SG(server_context); in php_apache_sapi_send_headers() local
160 php_struct *ctx = SG(server_context); in php_apache_sapi_read_post() local
179 php_struct *ctx = SG(server_context); in php_apache_sapi_get_stat() local
204 php_struct *ctx = SG(server_context); in php_apache_sapi_read_cookies() local
250 php_struct *ctx; in php_apache_sapi_flush() local
287 php_struct *ctx; in php_apache_sapi_log_message() local
362 php_struct *ctx; in php_input_filter() local
462 php_struct *ctx; in php_output_filter() local
[all …]
H A Dphp_functions.c48 php_struct *ctx; in php_apache_lookup_uri() local
155 php_struct *ctx; in PHP_FUNCTION() local
175 php_struct *ctx; in PHP_FUNCTION() local
195 php_struct *ctx; in PHP_FUNCTION() local
225 php_struct *ctx; in PHP_FUNCTION() local
253 php_struct *ctx; in PHP_FUNCTION() local
/PHP-5.5/ext/zip/lib/
H A Dzip_source_deflate.c67 struct deflate *ctx; in zip_source_deflate() local
103 compress_read(struct zip_source *src, struct deflate *ctx, in compress_read()
178 decompress_read(struct zip_source *src, struct deflate *ctx, in decompress_read()
251 struct deflate *ctx; in deflate_compress() local
322 struct deflate *ctx; in deflate_decompress() local
390 deflate_free(struct deflate *ctx) in deflate_free()
H A Dzip_source_pkware.c71 struct trad_pkware *ctx; in zip_source_pkware() local
109 decrypt(struct trad_pkware *ctx, zip_uint8_t *out, const zip_uint8_t *in, in decrypt()
141 decrypt_header(struct zip_source *src, struct trad_pkware *ctx) in decrypt_header()
184 struct trad_pkware *ctx; in pkware_decrypt() local
238 pkware_free(struct trad_pkware *ctx) in pkware_free()
H A Dzip_source_crc.c57 struct crc *ctx; in zip_source_crc() local
80 struct crc *ctx; in crc_read() local
/PHP-5.5/sapi/milter/
H A Dphp_milter.c177 static sfsistat mlfi_connect(SMFICTX *ctx, char *hostname, _SOCK_ADDR *hostaddr) in mlfi_connect()
242 static sfsistat mlfi_helo(SMFICTX *ctx, char *helohost) in mlfi_helo()
277 static sfsistat mlfi_envfrom(SMFICTX *ctx, char **argv) in mlfi_envfrom()
317 static sfsistat mlfi_envrcpt(SMFICTX *ctx, char **argv) in mlfi_envrcpt()
358 static sfsistat mlfi_header(SMFICTX *ctx, char *headerf, char *headerv) in mlfi_header()
398 static sfsistat mlfi_eoh(SMFICTX *ctx) in mlfi_eoh()
427 static sfsistat mlfi_body(SMFICTX *ctx, u_char *bodyp, size_t len) in mlfi_body()
463 static sfsistat mlfi_eom(SMFICTX *ctx) in mlfi_eom()
492 static sfsistat mlfi_abort(SMFICTX *ctx) in mlfi_abort()
521 static sfsistat mlfi_close(SMFICTX *ctx) in mlfi_close()
/PHP-5.5/ext/standard/
H A Durl_scanner_ex.c49 url_adapt_state_ex_t *ctx; in PHP_INI_MH() local
216 static inline void tag_arg(url_adapt_state_ex_t *ctx, char quotes, char type TSRMLS_DC) in tag_arg()
339 static inline void xx_mainloop(url_adapt_state_ex_t *ctx, const char *newdata, size_t newlen TSRMLS… in xx_mainloop()
933 url_adapt_state_ex_t *ctx; in url_adapt_ext() local
958 url_adapt_state_ex_t *ctx; in php_url_scanner_ex_activate() local
969 url_adapt_state_ex_t *ctx; in php_url_scanner_ex_deactivate() local
993 url_adapt_state_ex_t *ctx = &BG(url_adapt_state_ex); in php_url_scanner_output_handler() local
H A Dmd5.c187 static const void *body(PHP_MD5_CTX *ctx, const void *data, size_t size) in body()
294 PHPAPI void PHP_MD5Init(PHP_MD5_CTX *ctx) in PHP_MD5Init()
305 PHPAPI void PHP_MD5Update(PHP_MD5_CTX *ctx, const void *data, size_t size) in PHP_MD5Update()
340 PHPAPI void PHP_MD5Final(unsigned char *result, PHP_MD5_CTX *ctx) in PHP_MD5Final()
H A Dcrypt_sha512.c138 sha512_process_block(const void *buffer, size_t len, struct sha512_ctx *ctx) { in sha512_process_block()
237 static void sha512_init_ctx (struct sha512_ctx *ctx) { in sha512_init_ctx()
257 static void * sha512_finish_ctx (struct sha512_ctx *ctx, void *resbuf) { in sha512_finish_ctx()
289 sha512_process_bytes(const void *buffer, size_t len, struct sha512_ctx *ctx) { in sha512_process_bytes()
390 struct sha512_ctx ctx; in php_sha512_crypt_r() local
766 struct sha512_ctx ctx; in main() local
H A Dcrypt_sha256.c112 static void sha256_process_block (const void *buffer, size_t len, struct sha256_ctx *ctx) { in sha256_process_block()
210 static void sha256_init_ctx(struct sha256_ctx *ctx) { in sha256_init_ctx()
230 static void * sha256_finish_ctx(struct sha256_ctx *ctx, void *resbuf) { in sha256_finish_ctx()
262 static void sha256_process_bytes(const void *buffer, size_t len, struct sha256_ctx *ctx) { in sha256_process_bytes()
357 struct sha256_ctx ctx; in php_sha256_crypt_r() local
702 struct sha256_ctx ctx; in main() local
H A Dphp_crypt_r.c129 HCRYPTHASH ctx, ctx1; in php_md5_crypt_r() local
325 PHP_MD5_CTX ctx, ctx1; in php_md5_crypt_r() local
/PHP-5.5/TSRM/
H A DTSRM.h162 #define TSRMLS_FETCH_FROM_CTX(ctx) void ***tsrm_ls = (void ***) ctx argument
163 #define TSRMLS_SET_CTX(ctx) ctx = (void ***) tsrm_ls argument
177 #define TSRMLS_FETCH_FROM_CTX(ctx) argument
178 #define TSRMLS_SET_CTX(ctx) argument
/PHP-5.5/ext/zlib/
H A Dzlib.c100 static int php_zlib_output_handler_ex(php_zlib_context *ctx, php_output_context *output_context) in php_zlib_output_handler_ex()
188 php_zlib_context *ctx = *(php_zlib_context **) handler_context; in php_zlib_output_handler() local
248 php_zlib_context *ctx = (php_zlib_context *) ecalloc(1, sizeof(php_zlib_context)); in php_zlib_output_handler_context_init() local
258 php_zlib_context *ctx = (php_zlib_context *) opaq; in php_zlib_output_handler_context_dtor() local
465 php_output_context ctx = {0}; in PHP_FUNCTION() local
/PHP-5.5/ext/soap/
H A Dphp_schema.c98 static void schema_load_file(sdlCtx *ctx, xmlAttrPtr ns, xmlChar *location, xmlAttrPtr tns, int imp… in schema_load_file()
163 int load_schema(sdlCtx *ctx, xmlNodePtr schema TSRMLS_DC) in load_schema()
1728 …schema_attribute(sdlPtr sdl, xmlAttrPtr tns, xmlNodePtr attrType, sdlTypePtr cur_type, sdlCtx *ctx) in schema_attribute()
1945 …_attributeGroup(sdlPtr sdl, xmlAttrPtr tns, xmlNodePtr attrGroup, sdlTypePtr cur_type, sdlCtx *ctx) in schema_attributeGroup()
2080 static void schema_attribute_fixup(sdlCtx *ctx, sdlAttributePtr attr) in schema_attribute_fixup()
2130 static void schema_attributegroup_fixup(sdlCtx *ctx, sdlAttributePtr attr, HashTable *ht) in schema_attributegroup_fixup()
2183 static void schema_content_model_fixup(sdlCtx *ctx, sdlContentModelPtr model) in schema_content_model_fixup()
2232 static void schema_type_fixup(sdlCtx *ctx, sdlTypePtr type) in schema_type_fixup()
2289 void schema_pass2(sdlCtx *ctx) in schema_pass2()
/PHP-5.5/pear/
H A Dfetch.php64 $ctx = stream_context_create($copt, array("notification" => "stream_notification_callback")); variable
/PHP-5.5/sapi/aolserver/
H A Daolserver.c519 php_ns_config(php_ns_context *ctx, char global) in php_ns_config()
579 php_ns_context *ctx = (php_ns_context *) context; in php_ns_server_shutdown() local
599 php_ns_context *ctx; in Ns_ModuleInit() local

Completed in 87 milliseconds

12