Home
last modified time | relevance | path

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

/PHP-7.3/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.3/sapi/litespeed/
H A Dlsapi_main.c215 static int add_variable( const char * pKey, int keyLen, const char * pValue, int valLen, in add_variable() argument
223 if (sapi_module.input_filter(filter_arg, (char *)pKey, &new_val, valLen, &new_val_len)) { in add_variable()
224 php_register_variable_safe((char *)pKey, new_val, new_val_len, (zval *)arg ); in add_variable()
805 static int alter_ini( const char * pKey, int keyLen, const char * pValue, int valLen, in alter_ini() argument
812 if ( '\001' == *pKey ) { in alter_ini()
813 ++pKey; in alter_ini()
814 if ( *pKey == 4 ) { in alter_ini()
831 ++pKey; in alter_ini()
833 if (( keyLen == 7 )&&( strncasecmp( pKey, "engine", 6 )== 0 )) in alter_ini()
841 psKey = zend_string_init(pKey, keyLen, 1); in alter_ini()
[all …]
H A Dlsapilib.c649 pEnvList->pKey = *pBegin; in parseEnv()
1117 if (( *pEnv->pKey == '\000' )&& in lsapi_changeUGid()
2178 char *pKey; in GetHeaderVar() local
2188 pKeyEnd = pKey + keyLen; in GetHeaderVar()
2196 ++p; ++pKey; in GetHeaderVar()
2288 char *pKey; in LSAPI_ForeachOrgHeader_r() local
2297 *(pKey + keyLen ) = 0; in LSAPI_ForeachOrgHeader_r()
2355 char *pKey; in LSAPI_ForeachHeader_r() local
2367 pKeyEnd = pKey + keyLen; in LSAPI_ForeachHeader_r()
2371 while( pKey < pKeyEnd ) in LSAPI_ForeachHeader_r()
[all …]
H A Dlsapilib.h67 char * pKey; member
137 typedef int (*LSAPI_CB_EnvHandler )( const char * pKey, int keyLen,
/PHP-7.3/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 488 milliseconds