Home
last modified time | relevance | path

Searched refs:pName (Results 1 – 3 of 3) sorted by relevance

/PHP-7.0/ext/xmlrpc/libxmlrpc/
H A Dxml_to_soap.c441 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-7.0/ext/standard/
H A Ddns_win32.c161 add_assoc_string(subarray, "host", pRec->pName); in php_parserr()
/PHP-7.0/ext/sqlite3/libsqlite/
H A Dsqlite3.c83765 Mem *pName;
90698 pItem->zName = sqlite3DbStrNDup(pParse->db, pName->z, pName->n);
96987 pFix->pName = pName;
98079 if( pName ){
98080 zName = sqlite3DbStrNDup(db, (char*)pName->z, pName->n);
98252 pName = pName1;
98456 memcpy(z, pName->z, pName->n);
98457 z[pName->n] = 0;
100329 assert( pName && pName->z );
100406 if( pName ){
[all …]

Completed in 508 milliseconds