Home
last modified time | relevance | path

Searched refs:ctx_opt (Results 1 – 1 of 1) sorted by relevance

/PHP-5.4/ext/curl/
H A Dstreams.c274 zval *tmp, **ctx_opt = NULL; in php_curl_stream_opener() local
326 if (Z_DVAL_PP(ctx_opt) == 1.1) { in php_curl_stream_opener()
333 …on(context, "http", "curl_verify_ssl_host", &ctx_opt) && Z_TYPE_PP(ctx_opt) == IS_BOOL && Z_LVAL_P… in php_curl_stream_opener()
338 …on(context, "http", "curl_verify_ssl_peer", &ctx_opt) && Z_TYPE_PP(ctx_opt) == IS_BOOL && Z_LVAL_P… in php_curl_stream_opener()
349 if (Z_TYPE_PP(ctx_opt) == IS_ARRAY) { in php_curl_stream_opener()
361 } else if (Z_TYPE_PP(ctx_opt) == IS_STRING && Z_STRLEN_PP(ctx_opt)) { in php_curl_stream_opener()
364 copy_ctx_opt = php_trim(Z_STRVAL_PP(ctx_opt), Z_STRLEN_PP(ctx_opt), NULL, 0, NULL, 3 TSRMLS_CC); in php_curl_stream_opener()
400 …if (Z_TYPE_PP(ctx_opt) != IS_STRING || !is_numeric_string(Z_STRVAL_PP(ctx_opt), Z_STRLEN_PP(ctx_op… in php_curl_stream_opener()
402 mr = Z_LVAL_PP(ctx_opt); in php_curl_stream_opener()
422 …ion(context, "ftp", "curl_verify_ssl_host", &ctx_opt) && Z_TYPE_PP(ctx_opt) == IS_BOOL && Z_LVAL_P… in php_curl_stream_opener()
[all …]

Completed in 6 milliseconds