Lines Matching refs:str_item
2876 zend_string *str_item = zval_try_get_string(item); in php_openssl_make_REQ() local
2877 if (UNEXPECTED(!str_item)) { in php_openssl_make_REQ()
2881 (unsigned char*)ZSTR_VAL(str_item), -1, -1, 0)) in php_openssl_make_REQ()
2888 nid, ZSTR_VAL(str_item)); in php_openssl_make_REQ()
2889 zend_string_release(str_item); in php_openssl_make_REQ()
2892 zend_string_release(str_item); in php_openssl_make_REQ()
2959 zend_string *str_item = zval_try_get_string(item); in php_openssl_make_REQ() local
2960 if (UNEXPECTED(!str_item)) { in php_openssl_make_REQ()
2963 …if (!X509_NAME_add_entry_by_NID(subj, nid, MBSTRING_UTF8, (unsigned char*)ZSTR_VAL(str_item), -1, … in php_openssl_make_REQ()
2965 …or_docref(NULL, E_WARNING, "attribs: add_entry_by_NID %d -> %s (failed)", nid, ZSTR_VAL(str_item)); in php_openssl_make_REQ()
2966 zend_string_release(str_item); in php_openssl_make_REQ()
2969 zend_string_release(str_item); in php_openssl_make_REQ()