Searched refs:certhash (Results 1 - 1 of 1) sorted by relevance

/PHP_TRUNK/ext/curl/
H A Dinterface.c1839 zval *certhash = NULL; local
1844 MAKE_STD_ZVAL(certhash);
1845 array_init(certhash);
1862 add_assoc_zval(certhash, s, hash);
1864 add_assoc_string(certhash, s, &slist->data[len+1], 1);
1870 add_next_index_zval(listcode, certhash);

Completed in 7 milliseconds