Home
last modified time | relevance | path

Searched defs:ctx (Results 1 – 25 of 47) sorted by last modified time

12

/PHP-5.5/sapi/litespeed/
H A Dlsapilib.c3307 void lsapi_MD5Init(struct lsapi_MD5Context *ctx) in lsapi_MD5Init()
3322 void lsapi_MD5Update(struct lsapi_MD5Context *ctx, unsigned char const *buf, unsigned len) in lsapi_MD5Update()
3370 void lsapi_MD5Final(unsigned char digest[16], struct lsapi_MD5Context *ctx) in lsapi_MD5Final()
/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()
H A Dphp_milter.h25 SMFICTX *ctx; member
/PHP-5.5/sapi/apache2filter/
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
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 …]
/PHP-5.5/sapi/apache2handler/
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
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 …]
/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
/PHP-5.5/pear/
H A Dfetch.php64 $ctx = stream_context_create($copt, array("notification" => "stream_notification_callback")); variable
/PHP-5.5/main/
H A Dphp_output.h110 #define PHP_OUTPUT_TSRMLS(ctx) TSRMLS_FETCH_FROM_CTX((ctx)->tsrm_ls) argument
H A Dreentrancy.c315 do_rand(unsigned long *ctx) in do_rand()
322 php_rand_r(unsigned int *ctx) in php_rand_r()
/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/zip/lib/
H A Dzip_source_crc.c57 struct crc *ctx; in zip_source_crc() local
80 struct crc *ctx; in crc_read() local
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()
/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 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
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_blowfish.c662 BF_ctx ctx; in BF_crypt() member
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 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
/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/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()
H A Dphp_sdl.c229 void sdl_set_uri_credentials(sdlCtx *ctx, char *uri TSRMLS_DC) in sdl_set_uri_credentials()
321 static void load_wsdl_ex(zval *this_ptr, char *struri, sdlCtx *ctx, int include TSRMLS_DC) in load_wsdl_ex()
449 static sdlSoapBindingFunctionHeaderPtr wsdl_soap_binding_header(sdlCtx* ctx, xmlNodePtr header, cha… in wsdl_soap_binding_header()
561 static void wsdl_soap_binding_body(sdlCtx* ctx, xmlNodePtr node, char* wsdl_soap_namespace, sdlSoap… in wsdl_soap_binding_body()
664 static HashTable* wsdl_message(sdlCtx *ctx, xmlChar* message_name) in wsdl_message()
733 sdlCtx ctx; in load_wsdl() local
H A Dphp_xml.c72 static void soap_ignorableWhitespace(void *ctx, const xmlChar *ch, int len) in soap_ignorableWhitespace()
76 static void soap_Comment(void *ctx, const xmlChar *value) in soap_Comment()

Completed in 109 milliseconds

12