Searched refs:pName (Results 1 – 3 of 3) sorted by relevance
/PHP-5.5/ext/xmlrpc/libxmlrpc/ |
H A D | xml_to_soap.c | 441 char* pName = NULL, *pAttrType = NULL; in SOAP_to_xml_element_worker() local 477 pName = TOKEN_FAULT; in SOAP_to_xml_element_worker() 543 if (!pName) { in SOAP_to_xml_element_worker() 547 pName = (char*)XMLRPC_GetValueID(node); in SOAP_to_xml_element_worker() 548 if (pName) { in SOAP_to_xml_element_worker() 554 pName = pAttrType; in SOAP_to_xml_element_worker() 560 pName = (char*)XMLRPC_GetValueID(node); in SOAP_to_xml_element_worker() 561 if (!pName) { in SOAP_to_xml_element_worker() 562 pName = "item"; in SOAP_to_xml_element_worker() 566 elem_val->name = strdup(pName); in SOAP_to_xml_element_worker()
|
/PHP-5.5/ext/standard/ |
H A D | dns_win32.c | 160 add_assoc_string(*subarray, "host", pRec->pName, 1); in php_parserr()
|
/PHP-5.5/ext/sqlite3/libsqlite/ |
H A D | sqlite3.c | 77114 Mem *pName; 83984 pItem->zName = sqlite3DbStrNDup(pParse->db, pName->z, pName->n); 90397 pFix->pName = pName; 91483 if( pName ){ 91484 zName = sqlite3DbStrNDup(db, (char*)pName->z, pName->n); 92842 Token *pName = 0; 93684 assert( pName && pName->z ); 93761 if( pName ){ 94175 pIndex = sqlite3FindIndex(db, pName->a[0].zName, pName->a[0].zDatabase); 112389 pName = pName1; [all …]
|
Completed in 351 milliseconds