Searched refs:php_stream_context_get_option (Results 1 - 10 of 10) sorted by relevance
| /PHP_TRUNK/ext/soap/ |
| H A D | php_sdl.c | 287 php_stream_context_get_option(ctx->context, "http", "header", &header) == SUCCESS) { 3310 if (php_stream_context_get_option(context, "http", "protocol_version", &tmp) == FAILURE) {
|
| H A D | php_http.c | 99 php_stream_context_get_option(context, "http", "header", &tmp) == SUCCESS && 434 php_stream_context_get_option(context, "http", "max_redirects", &tmp) == SUCCESS) { 532 php_stream_context_get_option(context, "http", "protocol_version", &tmp) == SUCCESS && 589 php_stream_context_get_option(context, "http", "user_agent", &tmp) == SUCCESS &&
|
| /PHP_TRUNK/ext/standard/ |
| H A D | ftp_fopen_wrapper.c | 453 php_stream_context_get_option(context, "ftp", "proxy", &tmpzval) == SUCCESS) { 498 if (context && php_stream_context_get_option(context, "ftp", "overwrite", &tmpzval) == SUCCESS) { 529 php_stream_context_get_option(context, "ftp", "resume_pos", &tmpzval) == SUCCESS &&
|
| H A D | http_fopen_wrapper.c | 132 php_stream_context_get_option(context, wrapper->wops->label, "proxy", &tmpzval) == FAILURE || 162 php_stream_context_get_option(context, wrapper->wops->label, "proxy", &tmpzval) == SUCCESS && 173 if (context && php_stream_context_get_option(context, wrapper->wops->label, "timeout", &tmpzval) == SUCCESS) { 209 if (context && php_stream_context_get_option(context, "http", "header", &tmpzval) == SUCCESS) { 317 if (header_init && context && php_stream_context_get_option(context, "http", "max_redirects", &tmpzval) == SUCCESS) { 323 if (context && php_stream_context_get_option(context, "http", "method", &tmpzval) == SUCCESS) { 339 if (context && php_stream_context_get_option(context, "http", "protocol_version", &tmpzval) == SUCCESS) { 354 php_stream_context_get_option(context, "http", "request_fulluri", &tmpzval) == SUCCESS) { 397 if (context && php_stream_context_get_option(context, "http", "header", &tmpzval) == SUCCESS) { 566 php_stream_context_get_option(contex [all...] |
| /PHP_TRUNK/main/streams/ |
| H A D | php_stream_context.h | 62 PHPAPI int php_stream_context_get_option(php_stream_context *context,
|
| H A D | transports.c | 163 if (stream->context && php_stream_context_get_option(stream->context, "socket", "backlog", &zbacklog) == SUCCESS) {
|
| H A D | xp_socket.c | 656 if (stream->context && php_stream_context_get_option(stream->context, "socket", "bindto", &tmpzval) == SUCCESS) {
|
| H A D | streams.c | 2214 PHPAPI int php_stream_context_get_option(php_stream_context *context, function
|
| /PHP_TRUNK/ext/openssl/ |
| H A D | xp_ssl.c | 390 if (stream->context && SUCCESS == php_stream_context_get_option( 402 if (stream->context && SUCCESS == php_stream_context_get_option( 545 if (SUCCESS == php_stream_context_get_option( 559 if (SUCCESS == php_stream_context_get_option( 863 if (php_stream_context_get_option(ctx, "ssl", "SNI_enabled", &val) == SUCCESS && !zend_is_true(*val)) { 866 if (php_stream_context_get_option(ctx, "ssl", "SNI_server_name", &val) == SUCCESS) {
|
| H A D | openssl.c | 4717 #define GET_VER_OPT(name) (stream->context && SUCCESS == php_stream_context_get_option(stream->context, "ssl", name, &val))
|
Completed in 29 milliseconds