Searched refs:pKey (Results 1 – 6 of 6) sorted by relevance
/PHP-5.5/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.5/sapi/litespeed/ |
H A D | lsapi_main.c | 200 static int add_variable( const char * pKey, int keyLen, const char * pValue, int valLen, in add_variable() argument 213 php_register_variable_safe((char *)pKey, new_val, new_val_len, (zval *)arg ); in add_variable() 312 register char * pKey1 = (char *)pKey; in add_variable_magic_quote() 622 if ( '\001' == *pKey ) { in alter_ini() 623 ++pKey; in alter_ini() 624 if ( *pKey == 4 ) { in alter_ini() 627 ++pKey; in alter_ini() 629 if (( keyLen == 7 )&&( strncasecmp( pKey, "engine", 6 )== 0 )) in alter_ini() 637 psKey = STR_INIT( pKey, keyLen, 1 ); in alter_ini() 643 zend_alter_ini_entry((char *)pKey, keyLen, in alter_ini() [all …]
|
H A D | lsapilib.c | 489 pEnvList->pKey = *pBegin; in parseEnv() 910 if (( *pEnv->pKey == '\000' )&& in lsapi_changeUGid() 1855 char *pKey; in GetHeaderVar() local 1865 pKeyEnd = pKey + keyLen; in GetHeaderVar() 1873 ++p; ++pKey; in GetHeaderVar() 1962 char *pKey; in LSAPI_ForeachOrgHeader_r() local 1971 *(pKey + keyLen ) = 0; in LSAPI_ForeachOrgHeader_r() 2030 char *pKey; in LSAPI_ForeachHeader_r() local 2042 pKeyEnd = pKey + keyLen; in LSAPI_ForeachHeader_r() 2046 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.5/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 480 milliseconds