Home
last modified time | relevance | path

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

/PHP-7.1/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.1/ext/standard/
H A Ddns_win32.c161 add_assoc_string(subarray, "host", pRec->pName); in php_parserr()
/PHP-7.1/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 444 milliseconds