Searched refs:pKey (Results 1 – 7 of 7) sorted by relevance
/PHP-5.6/sapi/pi3web/ |
H A D | pi3web_sapi.c | 85 PCHAR pKey; in php_info_pi3web() local 86 PIDBIterator_current( pIter, &pKey ); in php_info_pi3web() 87 if ( !pKey ) { /* sanity */ continue; }; in php_info_pi3web() 90 if (lpCB->GetServerVariable(lpCB->ConnID, pKey, variable_buf, &variable_len) in php_info_pi3web() 92 php_info_print_table_row(2, pKey, variable_buf); in php_info_pi3web() 99 php_info_print_table_row(2, pKey, tmp_variable_buf); in php_info_pi3web() 292 PCHAR pKey; in sapi_pi3web_register_variables() local 293 PIDBIterator_current( pIter, &pKey ); in sapi_pi3web_register_variables() 294 if ( !pKey ) { /* sanity */ continue; }; in sapi_pi3web_register_variables() 299 php_register_variable(pKey, static_variable_buf, track_vars_array TSRMLS_CC); in sapi_pi3web_register_variables() [all …]
|
/PHP-5.6/ext/openssl/tests/ |
H A D | openssl_pkey_export_basic.phpt | 29 $pKey = openssl_pkey_get_public('file://' . dirname(__FILE__) . '/public_ec.key'); 30 var_dump($pKey); 32 var_dump($details === openssl_pkey_get_details($pKey));
|
/PHP-5.6/sapi/litespeed/ |
H A D | lsapi_main.c | 253 register char * pKey1 = (char *)pKey; in add_variable() 353 register char * pKey1 = (char *)pKey; in add_variable_magic_quote() 714 if ( '\001' == *pKey ) { in alter_ini() 715 ++pKey; in alter_ini() 716 if ( *pKey == 4 ) { in alter_ini() 719 ++pKey; in alter_ini() 721 if (( keyLen == 7 )&&( strncasecmp( pKey, "engine", 6 )== 0 )) in alter_ini() 730 psKey = zend_string_init( pKey, keyLen, 1 ); in alter_ini() 736 zend_alter_ini_entry((char *)pKey, keyLen, in alter_ini() 1659 add_assoc_string_ex((zval *)arg, (char *)pKey, keyLen+1, (char *)pValue, 1); in add_associate_array() [all …]
|
H A D | lsapilib.c | 489 pEnvList->pKey = *pBegin; in parseEnv() 944 if (( *pEnv->pKey == '\000' )&& in lsapi_changeUGid() 1910 char *pKey; in GetHeaderVar() local 1920 pKeyEnd = pKey + keyLen; in GetHeaderVar() 1928 ++p; ++pKey; in GetHeaderVar() 2017 char *pKey; in LSAPI_ForeachOrgHeader_r() local 2026 *(pKey + keyLen ) = 0; in LSAPI_ForeachOrgHeader_r() 2085 char *pKey; in LSAPI_ForeachHeader_r() local 2097 pKeyEnd = pKey + keyLen; in LSAPI_ForeachHeader_r() 2101 while( pKey < pKeyEnd ) in LSAPI_ForeachHeader_r() [all …]
|
H A D | lsapilib.h | 67 char * pKey; member 136 typedef int (*LSAPI_CB_EnvHandler )( const char * pKey, int keyLen,
|
/PHP-5.6/ext/sqlite3/libsqlite/ |
H A D | sqlite3.h | 4784 const void *pKey, int nKey /* The key */ 4789 const void *pKey, int nKey /* The key */ 4802 const void *pKey, int nKey /* The new key */ 4807 const void *pKey, int nKey /* The new key */
|
H A D | sqlite3.c | 24968 if( sqlite3StrICmp(elem->pKey,pKey)==0 ){ 25052 elem->pKey = pKey; 25059 new_elem->pKey = pKey; 53677 pCur->pKey = pKey; 53775 if( pKey ){ 80537 void *pKey; 80554 return pKey; 95018 if( pKey ){ 139880 if( nInput>=pKey->n && 0==memcmp(zInput, pKey->z, pKey->n) ){ 141093 memcpy((void*)new_elem->pKey, pKey, nKey); [all …]
|
Completed in 358 milliseconds