Searched refs:key_str (Results 1 - 2 of 2) sorted by relevance
| /PHP_TRUNK/ext/mysqlnd/ |
| H A D | mysqlnd_auth.c | 546 char * key_str = NULL; local 551 if ((len = php_stream_copy_to_mem(stream, &key_str, PHP_STREAM_COPY_ALL, 0)) >= 0 ) { 552 BIO * bio = BIO_new_mem_buf(key_str, len); 557 if (key_str) { 558 DBG_INF_FMT("Public key:%*.s", len, key_str); 559 efree(key_str);
|
| /PHP_TRUNK/ext/dba/ |
| H A D | dba.c | 203 static size_t php_dba_make_key(zval *key, char **key_str, char **key_free TSRMLS_DC) argument 221 *key_str = Z_STRVAL_PP(name); 225 len = spprintf(key_str, 0, "[%s]%s", Z_STRVAL_PP(group), Z_STRVAL_PP(name)); 226 *key_free = *key_str; 232 *key_str = Z_STRVAL_P(key); 241 char *key_str, *key_free; \ 246 if ((key_len = php_dba_make_key(key, &key_str, &key_free TSRMLS_CC)) == 0) {\ 252 char *key_str, *key_free; \ 269 if ((key_len = php_dba_make_key(key, &key_str, &key_free TSRMLS_CC)) == 0) {\ 547 char *key_str, *key_fre local [all...] |
Completed in 4 milliseconds