Home
last modified time | relevance | path

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

/PHP-7.1/ext/openssl/tests/
H A Dopenssl_pkey_export_basic.phpt31 $pKey = openssl_pkey_get_public('file://' . dirname(__FILE__) . '/public_ec.key');
32 var_dump($pKey);
34 $detailsPKey = openssl_pkey_get_details($pKey);
/PHP-7.1/sapi/litespeed/
H A Dlsapi_main.c225 static int add_variable( const char * pKey, int keyLen, const char * pValue, int valLen, in add_variable() argument
233 if (sapi_module.input_filter(filter_arg, (char *)pKey, &new_val, valLen, &new_val_len)) { in add_variable()
234 php_register_variable_safe((char *)pKey, new_val, new_val_len, (zval *)arg ); in add_variable()
566 static int alter_ini( const char * pKey, int keyLen, const char * pValue, int valLen, in alter_ini() argument
573 if ( '\001' == *pKey ) { in alter_ini()
574 ++pKey; in alter_ini()
575 if ( *pKey == 4 ) { in alter_ini()
583 ++pKey; in alter_ini()
585 if (( keyLen == 7 )&&( strncasecmp( pKey, "engine", 6 )== 0 )) in alter_ini()
593 psKey = zend_string_init(pKey, keyLen, 1); in alter_ini()
[all …]
H A Dlsapilib.c626 pEnvList->pKey = *pBegin; in parseEnv()
1094 if (( *pEnv->pKey == '\000' )&& in lsapi_changeUGid()
2108 char *pKey; in GetHeaderVar() local
2118 pKeyEnd = pKey + keyLen; in GetHeaderVar()
2126 ++p; ++pKey; in GetHeaderVar()
2218 char *pKey; in LSAPI_ForeachOrgHeader_r() local
2227 *(pKey + keyLen ) = 0; in LSAPI_ForeachOrgHeader_r()
2285 char *pKey; in LSAPI_ForeachHeader_r() local
2297 pKeyEnd = pKey + keyLen; in LSAPI_ForeachHeader_r()
2301 while( pKey < pKeyEnd ) in LSAPI_ForeachHeader_r()
[all …]
H A Dlsapilib.h67 char * pKey; member
136 typedef int (*LSAPI_CB_EnvHandler )( const char * pKey, int keyLen,
/PHP-7.1/ext/sqlite3/libsqlite/
H A Dsqlite3.h5592 const void *pKey, int nKey /* The key */
5597 const void *pKey, int nKey /* The key */
5610 const void *pKey, int nKey /* The new key */
5615 const void *pKey, int nKey /* The new key */
H A Dsqlite3.c32019 if( sqlite3StrICmp(elem->pKey,pKey)==0 ){
32099 elem->pKey = pKey;
32106 new_elem->pKey = pKey;
63864 pCur->pKey = pKey;
63994 if( pKey ){
71960 memcpy(pCur->pKey, pX->pKey, pX->nKey);
88230 x.pKey = 0;
94390 void *pKey;
167257 if( nInput>=pKey->n && 0==memcmp(zInput, pKey->z, pKey->n) ){
168480 memcpy((void*)new_elem->pKey, pKey, nKey);
[all …]

Completed in 491 milliseconds