Home
last modified time | relevance | path

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

/PHP-7.3/ext/xmlrpc/libxmlrpc/
H A Dxml_to_soap.c438 char* pName = NULL, *pAttrType = NULL; in SOAP_to_xml_element_worker() local
474 pName = TOKEN_FAULT; in SOAP_to_xml_element_worker()
540 if (!pName) { in SOAP_to_xml_element_worker()
544 pName = (char*)XMLRPC_GetValueID(node); in SOAP_to_xml_element_worker()
545 if (pName) { in SOAP_to_xml_element_worker()
551 pName = pAttrType; in SOAP_to_xml_element_worker()
557 pName = (char*)XMLRPC_GetValueID(node); in SOAP_to_xml_element_worker()
558 if (!pName) { in SOAP_to_xml_element_worker()
559 pName = "item"; in SOAP_to_xml_element_worker()
563 elem_val->name = estrdup(pName); in SOAP_to_xml_element_worker()
/PHP-7.3/ext/standard/
H A Ddns_win32.c161 add_assoc_string(subarray, "host", pRec->pName); in php_parserr()
/PHP-7.3/ext/sqlite3/libsqlite/
H A Dsqlite3.c90682 Mem *pName;
98604 pItem->zName = sqlite3DbStrNDup(pParse->db, pName->z, pName->n);
106400 pFix->pName = pName;
107546 if( pName ){
107547 zName = sqlite3DbStrNDup(db, (char*)pName->z, pName->n);
107737 pName = pName1;
107948 memcpy(z, pName->z, pName->n);
107949 z[pName->n] = 0;
109955 assert( pName && pName->z );
110036 if( pName ){
[all …]

Completed in 485 milliseconds